From a76221d87485029444c8e684022ca606a0c7e68d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 18 Jan 2017 22:41:01 +0100 Subject: Update static docs using pkgdown - Add _pkgdown.yml for a structured function/data reference - Make seealso links active - Make mkinfit calls quiet - Use pkgdown branch from pull request hadley/pkgdown#229 to have topics ordered --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 5d396fc..f449880 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,10 +26,10 @@ roxygen: "$(R_HOME)/bin/Rscript" -e 'library(devtools); document()' @echo "DONE." -sd: roxygen +pd: roxygen @echo "Building static documentation..." # suppressWarnings to get rid of mbcsToSbcs warnings when plotting the 'ยต' character - "$(R_HOME)/bin/Rscript" -e 'suppressWarnings(staticdocs::build_site())' + "$(R_HOME)/bin/Rscript" -e 'suppressWarnings(pkgdown::build_site())' @echo "DONE." $(TGZ): $(pkgfiles) -- cgit v1.2.1