dev-R/nlme: add 3.1.155, drop 3.1.152

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-23 04:15:05 +01:00
parent 3f4031ef2e
commit d0c3618433
2 changed files with 12 additions and 4 deletions

View File

@@ -1 +1 @@
DIST nlme_3.1-152.tar.gz 805569 BLAKE2B 9a8e387dcfa053d6238d6198925b20cc70ceac302e4b8f55a1b8288881990927010b9a483d6f10bba5b65dc83de15b2cd9f2b124e79de21cad429cbeff5d573c SHA512 96f4d786280befd1fa3ac3cbd7d08777dd7059fa52071377fad854b98a7b2ba360c464951dbf77a1395a35a594bdd02c49fcd3794424a1ad343185d496078d4d
DIST nlme_3.1-155.tar.gz 806854 BLAKE2B 6c0b011edca6d8f4dac604485c94d7189776ee4c9486af741b356f2c8d088aa50fd8b590afb53ee346ce065d5f6ab2fa476c00290df03277fb909cde20a7b351 SHA512 1dcb7b1bffd75e2907237143eb31c46f30da0248be4f3731cbe2e3c85d42f1074db8be47f94fb98bc3b0a5cd2dbc5292627c457677d4c5565cdc676428c21656

View File

@@ -1,18 +1,26 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MYPV="$(ver_rs 2 -)"
inherit R-packages
DESCRIPTION='Linear and Nonlinear Mixed Effects Models'
SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz"
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/nlme_3.1-152.tar.gz"
LICENSE='GPL-2+'
DEPEND="
>=dev-lang/R-3.4.0
!dev-lang/R[-minimal]
virtual/lattice
dev-lang/R[minimal]
"
RDEPEND="${DEPEND}"
SUGGESTED_PACKAGES="
dev-R/Hmisc
dev-R/MASS
"