We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62859b commit ffd8e55Copy full SHA for ffd8e55
.gitlab-ci.yml
@@ -1,15 +1,6 @@
1
R_check_install:
2
script:
3
- echo $HOME
4
- - echo $USER
5
- - ls -la ~/
6
- - R --version
7
- Rscript -e 'getwd(); .libPaths(); sessionInfo()'
8
- Rscript -e 'library(devtools); load_all(); check()'
9
- - Rscript -e 'library(devtools); .libPaths(new = path.expand("~/Documents")); install(local = FALSE)'
10
- tags:
11
- - r
12
- - devtools
13
- - knitr
14
- - rmarkdown
15
- - testthat
+ - Rscript -e 'library(devtools); .libPaths(new = path.expand("~/R-tests/legTools")); install(local = FALSE)'
0 commit comments