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

Minor changes in build

parent 3cc707cc
No related branches found
No related tags found
No related merge requests found
...@@ -49,16 +49,16 @@ pkg <- paste0("../legTools_", packageVersion("legTools"), ".tar.gz") ...@@ -49,16 +49,16 @@ pkg <- paste0("../legTools_", packageVersion("legTools"), ".tar.gz")
install.packages(pkg, repos = NULL) install.packages(pkg, repos = NULL)
## Test using devtools::install_git(). ## Test using devtools::install_git().
libTest <- "~/R/" libTest <- path.expand("~/R-test/")
if (file.exists(libTest)){ if (file.exists(libTest)){
file.remove(libTest) file.remove(libTest)
} }
dir.create(path = libTest) dir.create(path = libTest)
.libPaths(new=libTest); .libPaths() .libPaths(new = c(libTest, .libPaths())); .libPaths()
install_git(url = "http://git.leg.ufpr.br/leg/legTools.git", install_git(url = "http://git.leg.ufpr.br/leg/legTools.git",
branch="issue#9") branch = "devel")
library(legTools) library(legTools)
packageVersion("legTools") packageVersion("legTools")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment