Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CSIRO-INRA
landsepi
Commits
e4f210b9
Commit
e4f210b9
authored
Jul 19, 2021
by
Jean-Francois Rey
☕
Browse files
up CI
parent
380c576b
Pipeline
#3850
failed with stages
in 31 minutes and 1 second
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e4f210b9
...
...
@@ -38,7 +38,7 @@ r-Mac-build_test:
-
"
R4.1"
-
"
vmr"
script
:
-
Rscript -e "install.packages(c('roxygen2', 'Rcpp','sp','Matrix', 'mvtnorm','maptools','fields','splancs','sf','DBI','RSQLite', 'foreach','parallel','doParallel'), repos='https://cloud.r-project.org')"
-
Rscript -e "install.packages(c('roxygen2',
'rmarkdown',
'Rcpp','sp','Matrix', 'mvtnorm','maptools','fields','splancs','sf','DBI','RSQLite', 'foreach','parallel','doParallel'), repos='https://cloud.r-project.org'
, type='mac.binary'
)"
-
'
TMPDIR="/tmp"
&&
Rscript
-e
"pkgbuild::compile_dll()"'
-
"
Rscript
-e
\"
roxygen2::roxygenize('.',
roclets=c('rd',
'collate',
'namespace'))
\"
"
-
"
R
CMD
build
.
--resave-data
--compact-vignettes=both"
...
...
@@ -53,8 +53,11 @@ r-windows-build_test:
-
"
win10"
-
"
R4.1"
-
"
vmr"
before_script
:
-
pacman --noconfirm -yS mingw-w64-{i686,x86_64}-gsl
-
Rscript -e "install.packages(c('roxygen2', 'rmarkdown', 'Rcpp','sp','Matrix', 'mvtnorm','maptools','fields','splancs','sf','DBI','RSQLite', 'foreach','parallel','doParallel'), repos='https://cloud.r-project.org')"
script
:
-
Rscript -e "install.packages(c('roxygen2', 'Rcpp','sp','Matrix', 'mvtnorm','maptools','fields','splancs','sf','DBI','RSQLite', 'foreach','parallel','doParallel'), repos='https://cloud.r-project.org')"
-
"
Rscript
-e
\"
pkgbuild::compile_dll()
\"
"
-
"
Rscript
-e
\"
roxygen2::roxygenize('.',
roclets=c('rd',
'collate',
'namespace'))
\"
"
-
"
R
CMD
build
.
--resave-data
--compact-vignettes=both"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment