diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-18 22:41:01 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-18 22:50:14 +0100 |
commit | a76221d87485029444c8e684022ca606a0c7e68d (patch) | |
tree | c95052ee51b35f6c5ab87bd6f27ef2877f536838 /GNUmakefile | |
parent | a1d9f93138c2cfed92a683e37e72c737d52b7ad7 (diff) |
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
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |