aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2018-07-10 16:09:36 +0200
committerJohannes Ranke <johannes.ranke@jrwb.de>2018-07-10 16:09:36 +0200
commit6aa015db8eb5e72e7c5e82ef5efced1898e75acd (patch)
tree863036571ec4147192c93ada488e10a8e4faf58f /README.md
parenta736ecc357889107b6e93f14cdf0c1ea4587817f (diff)
parent22b36c824fe5e1561868a649216fe079c6fbfb85 (diff)
Merge branch 'master' of kolab:pfm
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..ab34018 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](https://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