dev-R/nlme: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-06-01 00:31:36 +02:00
parent b873b1040b
commit 654b2d62f9
3 changed files with 27 additions and 0 deletions

1
dev-R/nlme/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST nlme_3.1-152.tar.gz 805569 BLAKE2B 9a8e387dcfa053d6238d6198925b20cc70ceac302e4b8f55a1b8288881990927010b9a483d6f10bba5b65dc83de15b2cd9f2b124e79de21cad429cbeff5d573c SHA512 96f4d786280befd1fa3ac3cbd7d08777dd7059fa52071377fad854b98a7b2ba360c464951dbf77a1395a35a594bdd02c49fcd3794424a1ad343185d496078d4d

8
dev-R/nlme/metadata.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Linear and Nonlinear Mixed Effects Models // Fit and compare
Gaussian linear and nonlinear mixed-effects models.
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Linear and Nonlinear Mixed Effects Models'
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
virtual/lattice
dev-lang/R[minimal]
"
RDEPEND="${DEPEND}"