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
111776d1
Commit
111776d1
authored
Jul 19, 2021
by
Jean-Francois Rey
☕
Browse files
up CICD
parent
008ae4ea
Pipeline
#3848
failed with stages
in 14 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
111776d1
...
...
@@ -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
"
))
'
-
Rscript -e
"
install.packages(c(
'
roxygen2
'
,
'
Rcpp
','sp','
Matrix
', '
mvtnorm
','
maptools
','
fields
','
splancs
','sf','DBI','
RSQLite
', '
foreach
','
parallel
','
doParallel
'
))
"
-
'
TMPDIR="/tmp"
&&
Rscript
-e
"pkgbuild::compile_dll()"'
-
"
Rscript
-e
\"
roxygen2::roxygenize('.',
roclets=c('rd',
'collate',
'namespace'))
\"
"
-
"
R
CMD
build
.
--resave-data
--compact-vignettes=both"
...
...
@@ -54,7 +54,7 @@ r-windows-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
"
))
'
-
Rscript -e
"
install.packages(c(
'
roxygen2
'
,
'
Rcpp
','sp','
Matrix
', '
mvtnorm
','
maptools
','
fields
','
splancs
','sf','DBI','
RSQLite
', '
foreach
','
parallel
','
doParallel
'
))
"
-
"
Rscript
-e
\"
pkgbuild::compile_dll()
\"
"
-
"
Rscript
-e
\"
roxygen2::roxygenize('.',
roclets=c('rd',
'collate',
'namespace'))
\"
"
-
"
R
CMD
build
.
--resave-data
--compact-vignettes=both"
...
...
Write
Preview
Markdown
is supported
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