kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #1074 from magnush0lm/patch-1
[mrg] __init__.py: r_version: fixed descriptionpull/1078/head
commit
6e2a6af959
|
@ -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.
|
||||
|
||||
"""
|
||||
|
|
Ładowanie…
Reference in New Issue