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