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 --- docs/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index fc6e0f8..b7f32cc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -84,7 +84,11 @@ this program. If not, see <http:

Installation

-

You can install the package from github, e.g. using the devtools package. Using quick = TRUE skips docs, multiple-architecture builds, demos, and vignettes, to make installation as fast and painless as possible.

+

The easiest way to install the package is probably to use drat:

+
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.

library(devtools)
 install_github("jranke/pfm", quick = TRUE)
-- cgit v1.2.1