Skip to content
Snippets Groups Projects
Commit 4c79f23d authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Fix lib path to install package.

parent 8066a6c0
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -5,7 +5,7 @@ R_check_install:
- R --version
- Rscript -e 'getwd(); .libPaths(); sessionInfo()'
- Rscript -e 'library(devtools); load_all(); check()'
- Rscript -e 'library(devtools); install(local = FALSE)'
- Rscript -e 'library(devtools); .libPaths(new = path.expand("~/Documents")); install(local = FALSE)'
tags:
- r
- devtools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment