We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d186a commit 8d916f4Copy full SHA for 8d916f4
repo2docker/buildpacks/r.py
@@ -69,6 +69,8 @@ def r_version(self):
69
"""
70
# Available versions at https://cran.r-project.org/src/base/
71
version_map = {
72
+ "4.4": "4.4.1",
73
+ "4.3": "4.3.3",
74
"4.2": "4.2.1",
75
"4.1": "4.1.3",
76
"4.0": "4.0.5",
0 commit comments