add version 0.15.2 to r-intervals (#21054)
This commit is contained in:
parent
061fa01dcb
commit
0a64b616ca
1 changed files with 4 additions and 1 deletions
|
@ -7,12 +7,15 @@
|
||||||
|
|
||||||
|
|
||||||
class RIntervals(RPackage):
|
class RIntervals(RPackage):
|
||||||
"""intervals: Tools for Working with Points and Intervals"""
|
"""Tools for Working with Points and Intervals
|
||||||
|
|
||||||
|
Tools for working with and comparing sets of points and intervals."""
|
||||||
|
|
||||||
homepage = "http://github.com/edzer/intervals"
|
homepage = "http://github.com/edzer/intervals"
|
||||||
url = "https://cloud.r-project.org/src/contrib/intervals_0.15.1.tar.gz"
|
url = "https://cloud.r-project.org/src/contrib/intervals_0.15.1.tar.gz"
|
||||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/intervals"
|
list_url = "https://cloud.r-project.org/src/contrib/Archive/intervals"
|
||||||
|
|
||||||
|
version('0.15.2', sha256='0bd23b0ce817ddd851238233d8a5420bf3a6d29e75fd361418cbc50118777c57')
|
||||||
version('0.15.1', sha256='9a8b3854300f2055e1492c71932cc808b02feac8c4d3dbf6cba1c7dbd09f4ae4')
|
version('0.15.1', sha256='9a8b3854300f2055e1492c71932cc808b02feac8c4d3dbf6cba1c7dbd09f4ae4')
|
||||||
|
|
||||||
depends_on('r@2.9.0:', type=('build', 'run'))
|
depends_on('r@2.9.0:', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue