add version 1.5.1 to r-foreach (#20973)

This commit is contained in:
Glenn Johnson 2021-01-16 08:25:44 -06:00 committed by GitHub
parent 38199ce9cf
commit 35232bc38c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,9 @@
class RForeach(RPackage): class RForeach(RPackage):
"""Support for the foreach looping construct. Foreach is an idiom that """Provides Foreach Looping Construct
Support for the foreach looping construct. Foreach is an idiom that
allows for iterating over elements in a collection, without the use of an allows for iterating over elements in a collection, without the use of an
explicit loop counter. This package in particular is intended to be used explicit loop counter. This package in particular is intended to be used
for its return value, rather than for its side effects. In that sense, it for its return value, rather than for its side effects. In that sense, it
@ -19,6 +21,7 @@ class RForeach(RPackage):
url = "https://cloud.r-project.org/src/contrib/foreach_1.4.3.tar.gz" url = "https://cloud.r-project.org/src/contrib/foreach_1.4.3.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/foreach" list_url = "https://cloud.r-project.org/src/contrib/Archive/foreach"
version('1.5.1', sha256='fb5ad69e295618c52b2ac7dff84a0771462870a97345374d43b3de2dc31a68e1')
version('1.4.7', sha256='95632c0b1182fc01490718d82fa3b2bce864f2a011ae53282431c7c2a3f5f160') version('1.4.7', sha256='95632c0b1182fc01490718d82fa3b2bce864f2a011ae53282431c7c2a3f5f160')
version('1.4.3', sha256='1ef03f770f726a62e3753f2402eb26b226245958fa99d570d003fc9e47d35881') version('1.4.3', sha256='1ef03f770f726a62e3753f2402eb26b226245958fa99d570d003fc9e47d35881')