aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-06-20 14:58:44 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-06-20 14:58:44 +0200
commit6ca8bdb8636141fac592688a6794ae092f0bc85a (patch)
tree033611658660c2d3881dab6cce90009b8b9892d2 /README.md
parent6acfd0dfb2670e3eeab6144c90586f28105583a8 (diff)
Advertise drat repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index b4b2caa..68874f2 100644
--- a/README.md
+++ b/README.md
@@ -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

Contact - Imprint