Commit e615e164 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

ci(style): review minor style modifications in the .gitlab-ci.yml file

Showing with 2 additions and 2 deletions
+2 -2
...@@ -8,7 +8,7 @@ default: ...@@ -8,7 +8,7 @@ default:
- echo "setwd(\"$(pwd)\")" > .Rprofile - echo "setwd(\"$(pwd)\")" > .Rprofile
- echo ".libPaths <- c(Sys.getenv(\"R_LIBS_USER\"), .libPaths())" >> .Rprofile - echo ".libPaths <- c(Sys.getenv(\"R_LIBS_USER\"), .libPaths())" >> .Rprofile
- PATH=~/R/sources/R-${R_VERSION}/bin:$PATH - PATH=~/R/sources/R-${R_VERSION}/bin:$PATH
- R -e 'remotes::install_deps(dep = T)' - R -e 'remotes::install_deps(dep = TRUE)'
.regression: .regression:
stage: regression stage: regression
...@@ -21,7 +21,7 @@ default: ...@@ -21,7 +21,7 @@ default:
.check: .check:
stage: check stage: check
script: script:
- R -e ' rcmdcheck::rcmdcheck(args = ifelse(as.logical(Sys.getenv("NOT_CRAN")), "", "--as-cran"), error_on = "warning")' - R -e 'rcmdcheck::rcmdcheck(args = ifelse(as.logical(Sys.getenv("NOT_CRAN")), "", "--as-cran"), error_on = "warning")'
.check_not_cran: .check_not_cran:
variables: variables:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment