Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
4b74139a
Unverified
Commit
4b74139a
authored
Jul 13, 2020
by
Nikita Titov
Committed by
GitHub
Jul 13, 2020
Browse files
[ci] bump R 4 version (#3225)
parent
1c21d12e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.ci/test_r_package.sh
.ci/test_r_package.sh
+2
-2
No files found.
.ci/test_r_package.sh
View file @
4b74139a
...
...
@@ -18,8 +18,8 @@ if ! { [[ $AZURE == "true" ]] && [[ $OS_NAME == "linux" ]]; }; then
export
R_LINUX_VERSION
=
"3.6.3-1bionic"
export
R_APT_REPO
=
"bionic-cran35/"
elif
[[
"
${
R_MAJOR_VERSION
}
"
==
"4"
]]
;
then
export
R_MAC_VERSION
=
4.0.
0
export
R_LINUX_VERSION
=
"4.0.
0
-1.1804.0"
export
R_MAC_VERSION
=
4.0.
2
export
R_LINUX_VERSION
=
"4.0.
2
-1.1804.0"
export
R_APT_REPO
=
"bionic-cran40/"
else
echo
"Unrecognized R version:
${
R_VERSION
}
"
...
...
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