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

Adiciona opção com script e com yaml.

parent 68e85818
No related branches found
No related tags found
No related merge requests found
before_script: before_script:
- mkdir -p ~/R-tests/ - mkdir -p ~/R-tests/
R_check_install: R_check_script:
script: script:
- ./.ci_c3sl.sh - ./.ci_c3sl.sh
tags: tags:
...@@ -10,3 +10,17 @@ R_check_install: ...@@ -10,3 +10,17 @@ R_check_install:
- knitr - knitr
- rmarkdown - rmarkdown
- testthat - testthat
R_check_install:
script:
- Rscript -e '.libPaths(new = "~/R-tests/"); .libPaths(); sessionInfo();'
- Rscript -e 'print(as.data.frame(installed.packages()[, c(1,3)]), row.names=FALSE, print.gap=1, quote=FALSE, right=FALSE)'
- Rscript -e 'if (Sys.info()["user"] != "gitlab-runner") { install.packages(c("latticeExtra", "mvtnorm", "tweedie", "networkD3"), lib = "~/R-tests/", repos = "http://cran-r.c3sl.ufpr.br/") };'
- Rscript -e '.libPaths(new = "~/R-tests/"); library(devtools); load_all(); ls("package:mcglm"); document(); check(); build_vignettes()'
- Rscript -e '.libPaths(new = "~/R-tests/"); library(devtools); load_all(); install(local = FALSE); library(mcglm); ls("package:mcglm")'
tags:
- r
- devtools
- knitr
- rmarkdown
- testthat
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment