Skip to content

Commit ffd8e55

Browse files
committed
Revert yml to the first version.
1 parent b62859b commit ffd8e55

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
R_check_install:
22
script:
33
- echo $HOME
4-
- echo $USER
5-
- ls -la ~/
6-
- R --version
74
- Rscript -e 'getwd(); .libPaths(); sessionInfo()'
85
- 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
6+
- Rscript -e 'library(devtools); .libPaths(new = path.expand("~/R-tests/legTools")); install(local = FALSE)'

0 commit comments

Comments
 (0)