diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-05-08 17:57:25 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-05-08 17:57:25 +0200 |
commit | e229861e0dac7539dcf2f35eadad6071d33619f1 (patch) | |
tree | 9b1e39309ed16d43b15f22c205671db61942621e | |
parent | 2277408aeecd1e14691e725ddd3628bde40c916f (diff) |
Some cosmetics on the README
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -21,11 +21,13 @@ install.packages('mkin', repos = 'http://r-forge.r-project.org') ``` If R-Forge is lacking behind or if you prefer, you can install directly from -github using the `devtools` package. +github using the `devtools` package. Using `quick = TRUE` skips docs, +multiple-architecture builds, demos, and vignettes, to make installation as fast +and painless as possible. ```s require(devtools) -install_github("mkin", "jranke", quick = TRUE) # quick = TRUE avoids vignette rebuilds +install_github("mkin", "jranke", quick = TRUE) ``` ## Background |