diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..2d187b092146b9cde2340d63da94bc1bfbf0de76 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +job_R: + script: + - Rscript -e 'library(devtools); load_all()' + - Rscript -e 'library(devtools); document()' + - Rscript -e 'library(devtools); check_doc()' + - Rscript -e 'library(devtools); check()'