add version 3.5.1 to r-callr (#20961)
This commit is contained in:
parent
d291612c59
commit
db37d0ab12
1 changed files with 6 additions and 3 deletions
|
@ -7,14 +7,17 @@
|
||||||
|
|
||||||
|
|
||||||
class RCallr(RPackage):
|
class RCallr(RPackage):
|
||||||
"""It is sometimes useful to perform a computation in a separate R
|
"""Call R from R
|
||||||
process, without affecting the current R process at all. This packages
|
|
||||||
does exactly that."""
|
It is sometimes useful to perform a computation in a separate R process,
|
||||||
|
without affecting the current R process at all. This packages does exactly
|
||||||
|
that."""
|
||||||
|
|
||||||
homepage = "https://github.com/MangoTheCat/callr"
|
homepage = "https://github.com/MangoTheCat/callr"
|
||||||
url = "https://cloud.r-project.org/src/contrib/callr_1.0.0.tar.gz"
|
url = "https://cloud.r-project.org/src/contrib/callr_1.0.0.tar.gz"
|
||||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/callr/"
|
list_url = "https://cloud.r-project.org/src/contrib/Archive/callr/"
|
||||||
|
|
||||||
|
version('3.5.1', sha256='ce338c648cc9ab501168a55f93e68fc81e31dc5ec881e908b5b4a9d6f5bd8696')
|
||||||
version('3.4.3', sha256='01b7277f20c1d662c6bebbfa2798d179922b36d4148b4298853579aeda0382b5')
|
version('3.4.3', sha256='01b7277f20c1d662c6bebbfa2798d179922b36d4148b4298853579aeda0382b5')
|
||||||
version('3.3.1', sha256='bf60da47357d3336aa395b0c9643235a621763c80d28bc9bb2257767d0a37967')
|
version('3.3.1', sha256='bf60da47357d3336aa395b0c9643235a621763c80d28bc9bb2257767d0a37967')
|
||||||
version('3.2.0', sha256='4bb47b1018e8eb5c683a86c05d0d9b8b25848db1f1b30e92cfebedc0ce14b0e8')
|
version('3.2.0', sha256='4bb47b1018e8eb5c683a86c05d0d9b8b25848db1f1b30e92cfebedc0ce14b0e8')
|
||||||
|
|
Loading…
Reference in a new issue