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 6b00d6f commit b650d28Copy full SHA for b650d28
repo2docker/buildpacks/r.py
@@ -97,7 +97,7 @@ def r_version(self):
97
# If repo2docker doesn't fail here, repo2docker might fail later
98
# without a meaningful message to the user.
99
raise RuntimeError(
100
- f"R version {r_version} is not supported. Please open an issue using https://github.com/jupyterhub/repo2docker/issues/new/choose.",
+ f"R version {r_version} is not supported. Please open an issue at https://github.com/jupyterhub/repo2docker/issues/new/choose.",
101
)
102
else:
103
self.log.warning(
0 commit comments