add version 0.14.0 to r-globals (#21026)
This commit is contained in:
parent
56fd340231
commit
c204b94927
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
||||||
|
|
||||||
|
|
||||||
class RGlobals(RPackage):
|
class RGlobals(RPackage):
|
||||||
"""Identifies global ("unknown" or "free") objects in R expressions by code
|
"""Identify Global Objects in R Expressions
|
||||||
|
|
||||||
|
Identifies global ("unknown" or "free") objects in R expressions by code
|
||||||
inspection using various strategies, e.g. conservative or liberal. The
|
inspection using various strategies, e.g. conservative or liberal. The
|
||||||
objective of this package is to make it as simple as possible to identify
|
objective of this package is to make it as simple as possible to identify
|
||||||
global objects for the purpose of exporting them in distributed compute
|
global objects for the purpose of exporting them in distributed compute
|
||||||
|
@ -17,6 +19,7 @@ class RGlobals(RPackage):
|
||||||
url = "https://cloud.r-project.org/src/contrib/globals_0.12.4.tar.gz"
|
url = "https://cloud.r-project.org/src/contrib/globals_0.12.4.tar.gz"
|
||||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/globals"
|
list_url = "https://cloud.r-project.org/src/contrib/Archive/globals"
|
||||||
|
|
||||||
|
version('0.14.0', sha256='203dbccb829ca9cc6aedb6f5e79cb126ea31f8dd379dff9111ec66e3628c32f3')
|
||||||
version('0.12.4', sha256='7985356ad75afa1f795f8267a20dee847020c0207252dc075c614cef55d8fe6b')
|
version('0.12.4', sha256='7985356ad75afa1f795f8267a20dee847020c0207252dc075c614cef55d8fe6b')
|
||||||
|
|
||||||
depends_on('r@3.1.2:', type=('build', 'run'))
|
depends_on('r@3.1.2:', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue