Skip to content
Snippets Groups Projects
Commit 5b01cae0 authored by Fernando Mayer's avatar Fernando Mayer
Browse files

include functions for running examples

parent b2f03389
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ if(!grepl(x=getwd(), pattern="/legTools$")){
## Packages
library(devtools)
## Load the package (to make functiona available)
load_all()
## Create/update NAMESPACE, *.Rd files.
document()
......@@ -23,8 +26,11 @@ check_doc()
check(cleanup = FALSE, manual = TRUE, vignettes = FALSE,
check_dir = "../")
## Load the package.
load_all()
## Examples
# Run examples from all functions of the package
# run_examples()
# Run examples from a specific function
# dev_example("loessGui")
## Show all exported objects.
ls("package:legTools")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment