Merge pull request #1074 from magnush0lm/patch-1

[mrg] __init__.py: r_version: fixed description
This commit is contained in:
Yuvi Panda
2021-08-26 02:09:47 +05:30
committed by GitHub

View File

@@ -258,9 +258,9 @@ class CondaBuildPack(BaseImage):
@property
def r_version(self):
"""Detect the Python version for a given `environment.yml`
"""Detect the R version for a given `environment.yml`
Will return 'x.y' if version is found (e.g '3.6'),
Will return 'x.y.z' if version is found (e.g '4.1.1'),
or a Falsy empty string '' if not found.
"""