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

Check() and load_all() functions to ckeck package status.

parent aef0388c
No related branches found
No related tags found
No related merge requests found
......@@ -10,14 +10,19 @@ if(!grepl(x=getwd(), pattern="/legTools$")){
## Create/update NAMESPACE, *.Rd files.
document()
## Check documentation.
check_doc()
## Check functions, datasets, run examples, etc.
check()
## Updating legTools documentation
## Loading legTools
## Warning message:
## In setup_ns_exports(pkg, export_all) :
## Objects listed as exports, but not present in namespace: wgpigs
## Load the package.
load_all()
## Show all exported objects.
ls("package:legTools")
packageVersion("legTools")
## build()
## build_win()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment