Skip to content
Snippets Groups Projects
Commit efa94b16 authored by Walmes Zeviani's avatar Walmes Zeviani
Browse files

Commands to create and build vignettes.

parent 25890b77
Branches
No related tags found
No related merge requests found
...@@ -20,6 +20,9 @@ document() ...@@ -20,6 +20,9 @@ document()
## Check documentation. ## Check documentation.
check_doc() check_doc()
## Create the vignettes.
build_vignettes()
## Check functions, datasets, run examples, etc. Using cleanup = FALSE ## Check functions, datasets, run examples, etc. Using cleanup = FALSE
## and check_dir = "../" will create a directory named legTools.Rcheck ## and check_dir = "../" will create a directory named legTools.Rcheck
## with all the logs, manuals, figures from examples, etc. ## with all the logs, manuals, figures from examples, etc.
...@@ -49,9 +52,9 @@ install.packages(pkg, repos = NULL) ...@@ -49,9 +52,9 @@ install.packages(pkg, repos = NULL)
## Package vignette. ## Package vignette.
## Based on: http://r-pkgs.had.co.nz/vignettes.html ## Based on: http://r-pkgs.had.co.nz/vignettes.html
## Create the vignette template. Do just once.
use_vignette("PimentelGomes") use_vignette("PimentelGomes")
##====================================================================== ##======================================================================
## Sending package tarballs and manual to remote server to be ## Sending package tarballs and manual to remote server to be
## downloadable ## downloadable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment