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 From cb3695dd434b3a3273217fb22c5ffb86065ae96d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 10 Jul 2018 17:57:33 +0200 Subject: EFSA PEC soil guidance from 2017 - Implement the new guidance as well as possible - Maintenance work addressing CRAN checks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 68874f2..ab34018 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This means: ## Installation The easiest way to install the package is probably to use -[drat](http://cran.r-project.org/package=drat): +[drat](https://cran.r-project.org/package=drat): ```r install.packages("drat") -- cgit v1.2.1