diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-10-14 14:17:46 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-10-14 14:17:46 +0200 |
commit | 8ecaa61db8e264c28561a3af98d524889e6065b2 (patch) | |
tree | 7a79431f5e4ca196af451478de10ee136de5b38a | |
parent | 1e1f36ae89b20b354f9bef039b57b36a39b09aef (diff) |
Some cosmetics
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |