From 6acfd0dfb2670e3eeab6144c90586f28105583a8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 20 Jun 2018 14:53:02 +0200 Subject: Update static docs --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 1558e8a..fc6e0f8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@ pfm - 0.4.5 + 0.4.6 -- cgit v1.2.1 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 From 22b36c824fe5e1561868a649216fe079c6fbfb85 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 10 Jul 2018 18:06:29 +0200 Subject: Update static docs --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index b7f32cc..70a1fed 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@ pfm - 0.4.6 + 0.5.1 @@ -84,7 +84,7 @@ this program. If not, see <http:

Installation

-

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

+

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

install.packages("drat")
 drat::addRepo("jranke")
 install.packages("pfm")
-- cgit v1.2.1