aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-10-14 14:17:46 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-10-14 14:17:46 +0200
commit8ecaa61db8e264c28561a3af98d524889e6065b2 (patch)
tree7a79431f5e4ca196af451478de10ee136de5b38a /README.md
parent1e1f36ae89b20b354f9bef039b57b36a39b09aef (diff)
Some cosmetics
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 37c0bb1a..dfb735f0 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ You can install the latest released version from
[CRAN](http://cran.r-project.org/package=mkin) from within R:
```s
-install.packages('mkin')
+install.packages("mkin")
```
If looking for the latest features, you can install directly from
@@ -21,7 +21,7 @@ vignettes, to make installation as fast and painless as possible.
```s
require(devtools)
-install_github("mkin", "jranke", quick = TRUE)
+install_github("jranke/mkin", quick = TRUE)
```
## Background
@@ -37,7 +37,7 @@ detailed guidance and helpful tools have been developed as detailed in
The simplest usage example that I can think of, using model shorthand notation
(available since mkin 0.9-32) and a built-in dataset is
- library("mkin")
+ library(mkin)
fit <- mkinfit("SFO", FOCUS_2006_C)
plot(fit, show_residuals = TRUE)
summary(fit)
@@ -124,7 +124,7 @@ documentation or the package vignettes referenced from the
There is a graphical user interface that I consider useful for real work. Please
refer to its homepage of [gmkin](http://kinfit.r-forge.r-project.org/gmkin_static)
-for installation instructions and futher information.
+for installation instructions and further information.
## Credits and historical remarks

Contact - Imprint