From 900790b4139dd672c7383a3ed6ad2c1e51d855b9 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 28 Oct 2019 16:39:14 +0100 Subject: Parallel computation for confidence intervals Only on Linux at the moment. Some more examples in the help page. Remove the distribution argument for the quadratic method --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index a98129e0..496bb252 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -97,7 +97,7 @@ vignettes/web_only/%.html: vignettes/references.bib vignettes/web_only/%.Rmd articles: vignettes/web_only/FOCUS_Z.html vignettes/web_only/compiled_models.html -pd: +pd: roxygen "$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE, lazy = TRUE)" git add -A git commit -m 'Static documentation rebuilt by pkgdown' -e -- cgit v1.2.1