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 d13330a commit 11b8fc1Copy full SHA for 11b8fc1
repo2docker/buildpacks/r.py
@@ -99,7 +99,7 @@ def r_version(self):
99
# available. Users can however explicitly specify the full version to get something specific
100
if r_version in version_map:
101
r_version = version_map[r_version]
102
- elif len(r_version.split(".")) == 1:
+ elif len(r_version.split(".")) == 2:
103
# must have x.y.z version, add .0 for unrecognized (future) R versions
104
r_version += ".0"
105
0 commit comments