Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
legTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leg
legTools
Commits
cc6be2ed
Commit
cc6be2ed
authored
9 years ago
by
Walmes Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
add function to check and build the package.
parent
9d0b0671
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NAMESPACE
+1
-0
1 addition, 0 deletions
NAMESPACE
buildPkg.R
+23
-0
23 additions, 0 deletions
buildPkg.R
with
24 additions
and
0 deletions
NAMESPACE
+
1
−
0
View file @
cc6be2ed
# Generated by roxygen2 (4.1.1): do not edit by hand
export(subsetDropAll)
export(wgpigs)
This diff is collapsed.
Click to expand it.
buildPkg.R
0 → 100644
+
23
−
0
View file @
cc6be2ed
## require(roxygen2)
## setwd("/home/walmes/GitHub/")
## roxygenise(package.dir="wzRfun")
require
(
devtools
)
if
(
!
grepl
(
x
=
getwd
(),
pattern
=
"/legTools$"
)){
stop
(
"Move to /legTools directory."
)
}
## Create/update NAMESPACE, *.Rd files.
document
()
check_doc
()
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
## build()
## build_win()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment