From 00e177fdf6929058fd26c3086ae159462ae0a456 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 23 Oct 2019 16:18:24 +0200 Subject: Fix static docs for set_nd_nq --- 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 33b8434..23000f1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -75,7 +75,7 @@ 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)
+install_github("jranke/pfm", quick = TRUE)

-- cgit v1.2.1