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
0a19b098
Commit
0a19b098
authored
Jun 30, 2020
by
Jean-Francois Rey
☕
Browse files
update R version for Mac OS and Windows
parent
59aa1c13
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0a19b098
# For Mac OS and Windows use tags 'R' (version 3.6.3) or 'R4' depending of the R version needed.
# Authors : Jean-François Rey <jean-francois.rey@inrae.fr>
stages
:
-
create
-
tests
...
...
README.md
View file @
0a19b098
...
...
@@ -81,7 +81,9 @@ Four Runners are availables for R Packaging in the shared runners :
*
__R win10 binaries__ : a Windows 10 Virtual Machine with the current R and Rtools version.
*
__R Mac__ : a Mac OS High Sierra with the current R and Rtools version.
Check _tags_ in
[
.gilab-ci.yml
](
.gitlab-ci.yml
)
file to enable the runner needed.
Check _tags_ in
[
.gilab-ci.yml
](
.gitlab-ci.yml
)
file to enable the runner needed.
_R_
tags is for R version 3.6.2 and _R4_ tags is for R verison >= 4.0.0 .
> With R version 4.0.0 the Windows toolschain have change and it's no more needed to download binaries of dependendcies as systems libraries.
This runners come with pre-installer R packages, R tools and system-libraries (bin and dev).
See
[
here
](
https://gitlab.paca.inra.fr/r-ecosystem/r-docker-images/blob/master/r-base-biosp/Dockerfile
)
for more informations.
...
...
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