From 6ca8bdb8636141fac592688a6794ae092f0bc85a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 20 Jun 2018 14:58:44 +0200 Subject: Advertise drat repo --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.1