Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 22, 2024
1 parent 4a4428e commit 119a6a2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ documentplain: ## devtools::document()
documentrich: ## documentplain + html rendering of examples
Rscript -e "Sys.setenv('pkgdown' = 'true');devtools::document()"

buildsite: documentrich ## pkgdown::build_site() + documentrich
Rscript -e "Sys.setenv('pkgdown' = 'true');pkgdown::build_site()"

deploysite: documentrich ## pkgdown::deploy_to_branch() + documentrich
Rscript -e "Sys.setenv('pkgdown' = 'true');pkgdown::deploy_to_branch()"
website: ## render vignettes and website
Rscript -e "devtools::document();devtools::install()"
Rscript -e "altdoc::render_docs(verbose = TRUE)"
rm -rf _quarto

buildpdf: documentplain ## documentplain + R CMD Rd2pdf .
R CMD Rd2pdf .

0 comments on commit 119a6a2

Please sign in to comment.