add version 1.2-4 to r-formula (#20977)

This commit is contained in:
Glenn Johnson 2021-01-16 08:26:27 -06:00 committed by GitHub
parent 7f2742ecd4
commit 5e9aac9c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,17 @@
class RFormula(RPackage):
"""Infrastructure for extended formulas with multiple parts on the right-hand
side and/or multiple responses on the left-hand side."""
"""Extended Model Formulas
Infrastructure for extended formulas with multiple parts on the right-hand
side and/or multiple responses on the left-hand side (see
<doi:10.18637/jss.v034.i01>)."""
homepage = "https://cloud.r-project.org/package=Formula"
url = "https://cloud.r-project.org/src/contrib/Formula_1.2-2.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/Formula"
version('1.2-4', sha256='cb70e373b5ed2fc8450937fb3321d37dfd22dcc6f07cb872a419d51205125caf')
version('1.2-3', sha256='1411349b20bd09611a9fd0ee6d15f780c758ad2b0e490e908facb49433823872')
version('1.2-2', sha256='8def4600fb7457d38db8083733477501b54528974aa216e4adf8871bff4aa429')
version('1.2-1', sha256='5db1ef55119b299c9d291e1c5c08e2d51b696303daf4e7295c38ff5fc428360a')