add version 0.8.0 to r-listenv (#21076)
This commit is contained in:
parent
7e3120a9c5
commit
1af0aeee7b
@ -7,7 +7,9 @@
|
||||
|
||||
|
||||
class RListenv(RPackage):
|
||||
"""List environments are environments that have list-like properties. For
|
||||
"""Environments Behaving (Almost) as Lists
|
||||
|
||||
List environments are environments that have list-like properties. For
|
||||
instance, the elements of a list environment are ordered and can be
|
||||
accessed and iterated over using index subsetting."""
|
||||
|
||||
@ -15,6 +17,7 @@ class RListenv(RPackage):
|
||||
url = "https://cloud.r-project.org/src/contrib/listenv_0.7.0.tar.gz"
|
||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/listenv"
|
||||
|
||||
version('0.8.0', sha256='fd2aaf3ff2d8d546ce33d1cb38e68401613975117c1f9eb98a7b41facf5c485f')
|
||||
version('0.7.0', sha256='6126020b111870baea08b36afa82777cd578e88c17db5435cd137f11b3964555')
|
||||
|
||||
depends_on('r@3.1.2:', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user