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

Merge branch 'master' into feature/3

This is because the version of buildPkg.R in this branch was outdated
when it was created
parents 62b18888 0859386b
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ packageVersion("legTools")
## Build the package (it will be one directory up)
build(manual = TRUE, vignettes = FALSE)
# build the binary version for windows
build_win()
# build the binary version for windows (not used)
# build_win()
## Test install with install.packages
pkg <- paste0("../legTools_", packageVersion("legTools"), ".tar.gz")
......
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