diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2018-06-20 14:58:44 +0200 |
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-06-20 14:58:44 +0200 |
| commit | 6ca8bdb8636141fac592688a6794ae092f0bc85a (patch) | |
| tree | 033611658660c2d3881dab6cce90009b8b9892d2 /README.md | |
| parent | 6acfd0dfb2670e3eeab6144c90586f28105583a8 (diff) | |
Advertise drat repo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -20,10 +20,18 @@ This means: ## Installation -You can install the package from [github](http://github.com/jranke/pfm), e.g. +The easiest way to install the package is probably to use +[drat](http://cran.r-project.org/package=drat): + +```r +install.packages("drat") +drat::addRepo("jranke") +install.packages("pfm") +``` + +Alternatively you can install the package using the `devtools` package. Using `quick = TRUE` skips docs, -multiple-architecture builds, demos, and vignettes, to make installation as -fast and painless as possible. +multiple-architecture builds, demos, and vignettes. ```r |
