Skip to content

Commit 8d916f4

Browse files
minrkyuvipanda
authored andcommitted
add triplets for r versions 4.3, 4.4
otherwise r-4.3 won't work
1 parent 80d186a commit 8d916f4

File tree

1 file changed

+2
-0
lines changed
  • repo2docker/buildpacks

1 file changed

+2
-0
lines changed

repo2docker/buildpacks/r.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ def r_version(self):
6969
"""
7070
# Available versions at https://cran.r-project.org/src/base/
7171
version_map = {
72+
"4.4": "4.4.1",
73+
"4.3": "4.3.3",
7274
"4.2": "4.2.1",
7375
"4.1": "4.1.3",
7476
"4.0": "4.0.5",

0 commit comments

Comments
 (0)