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
Navaro Pierre
R Packages CI-CD
Commits
ee6002a5
Commit
ee6002a5
authored
Jun 30, 2020
by
Jean-Francois Rey
☕
Browse files
update R version
parent
a9443d51
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ee6002a5
...
...
@@ -37,7 +37,7 @@ R-Mac-create:
stage
:
create
tags
:
-
"
Mac"
-
"
R"
-
"
R
4
"
script
:
-
"
Rscript
-e
\"
roxygen2::roxygenize('.',
roclets=c('rd',
'collate',
'namespace'))
\"
"
-
"
R
CMD
build
.
--resave-data"
...
...
@@ -49,8 +49,7 @@ R-Windows-create:
stage
:
create
tags
:
-
"
win10"
-
"
R"
-
"
binaries"
-
"
R4"
script
:
-
"
Rscript
-e
\"
roxygen2::roxygenize('.',
roclets=c('rd',
'collate',
'namespace'))
\"
"
-
"
R
CMD
build
.
--resave-data"
...
...
@@ -87,7 +86,7 @@ R-Mac-tests:
stage
:
tests
tags
:
-
"
Mac"
-
"
R"
-
"
R
4
"
script
:
-
"
R
CMD
check
--as-cran
$(ls
-rt
*_*
|tail
-1)"
artifacts
:
...
...
@@ -100,8 +99,7 @@ R-Windows-tests:
stage
:
tests
tags
:
-
"
win10"
-
"
R"
-
"
binaries"
-
"
R4"
script
:
-
"
R
CMD
check
--as-cran
$(ls
-rt
*_*.tar.gz
|tail
-1)"
artifacts
:
...
...
@@ -128,8 +126,7 @@ release-Windows:
stage
:
build
tags
:
-
"
win10"
-
"
R"
-
"
binaries"
-
"
R4"
script
:
-
"
R
CMD
INSTALL
--build
--force-biarch
$(ls
-rt
*_*.tar.gz
|tail
-1)"
artifacts
:
...
...
@@ -144,7 +141,7 @@ release-MacOS:
stage
:
build
tags
:
-
"
Mac"
-
"
R"
-
"
R
4
"
script
:
-
"
R
CMD
INSTALL
--build
$(ls
-rt
*_*.tar.gz
|tail
-1)"
artifacts
:
...
...
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