mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-R/mgcv: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-R/mgcv/Manifest
Normal file
1
dev-R/mgcv/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mgcv_1.8-35.tar.gz 1202446 BLAKE2B 2e65e2a5006edf642f769c1348e3037e222d5dab0e52bcaf8117026fef075c66e35d60e6476103dd560d8a0d65e78316f4fa67fde0e41aab65d5912def95e139 SHA512 ddc2fb7d2d7c297d8dfef0bcfcf16e61f28411d6085e81524b5cce23d226a574d0fc61353298828b5948883164475cb5be25f33de40dbea7eeeaef27fc361584
|
||||
16
dev-R/mgcv/metadata.xml
Normal file
16
dev-R/mgcv/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
Mixed GAM Computation Vehicle with Automatic Smoothness
|
||||
Estimation // Generalized additive (mixed) models, some of
|
||||
their extensions and other generalized ridge regression with
|
||||
multiple smoothing parameter estimation by (Restricted)
|
||||
Marginal Likelihood, Generalized Cross Validation and similar,
|
||||
or using iterated nested Laplace approximation for fully
|
||||
Bayesian inference. See Wood (2017) doi:10.1201/9781315370279
|
||||
for an overview. Includes a gam() function, a wide variety of
|
||||
smoothers, 'JAGS' support and distributions beyond the
|
||||
exponential family.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
19
dev-R/mgcv/mgcv-1.8.35.ebuild
Normal file
19
dev-R/mgcv/mgcv-1.8.35.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Mixed GAM Computation Vehicle with automatic smoothness estimation'
|
||||
KEYWORDS="~amd64"
|
||||
SRC_URI="mirror://cran/src/contrib/mgcv_1.8-35.tar.gz"
|
||||
LICENSE='GPL-2+'
|
||||
|
||||
DEPEND="
|
||||
virtual/nlme
|
||||
>=dev-lang/R-3.6.0
|
||||
virtual/Matrix
|
||||
dev-lang/R[minimal]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user