Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/mgcv/
Date: Mon, 31 May 2021 22:33:14
Message-Id: 1622500246.b873b1040b6b9e9d0a1b7e89cec67d150b4990cb.Alessandro-Barbieri@gentoo
1 commit: b873b1040b6b9e9d0a1b7e89cec67d150b4990cb
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 31 22:30:46 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 31 22:30:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b873b104
7
8 dev-R/mgcv: new
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-R/mgcv/Manifest | 1 +
14 dev-R/mgcv/metadata.xml | 16 ++++++++++++++++
15 dev-R/mgcv/mgcv-1.8.35.ebuild | 19 +++++++++++++++++++
16 3 files changed, 36 insertions(+)
17
18 diff --git a/dev-R/mgcv/Manifest b/dev-R/mgcv/Manifest
19 new file mode 100644
20 index 000000000..a04805c90
21 --- /dev/null
22 +++ b/dev-R/mgcv/Manifest
23 @@ -0,0 +1 @@
24 +DIST mgcv_1.8-35.tar.gz 1202446 BLAKE2B 2e65e2a5006edf642f769c1348e3037e222d5dab0e52bcaf8117026fef075c66e35d60e6476103dd560d8a0d65e78316f4fa67fde0e41aab65d5912def95e139 SHA512 ddc2fb7d2d7c297d8dfef0bcfcf16e61f28411d6085e81524b5cce23d226a574d0fc61353298828b5948883164475cb5be25f33de40dbea7eeeaef27fc361584
25
26 diff --git a/dev-R/mgcv/metadata.xml b/dev-R/mgcv/metadata.xml
27 new file mode 100644
28 index 000000000..c620bee42
29 --- /dev/null
30 +++ b/dev-R/mgcv/metadata.xml
31 @@ -0,0 +1,16 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <longdescription>
36 + Mixed GAM Computation Vehicle with Automatic Smoothness
37 + Estimation // Generalized additive (mixed) models, some of
38 + their extensions and other generalized ridge regression with
39 + multiple smoothing parameter estimation by (Restricted)
40 + Marginal Likelihood, Generalized Cross Validation and similar,
41 + or using iterated nested Laplace approximation for fully
42 + Bayesian inference. See Wood (2017) doi:10.1201/9781315370279
43 + for an overview. Includes a gam() function, a wide variety of
44 + smoothers, 'JAGS' support and distributions beyond the
45 + exponential family.
46 + </longdescription>
47 +</pkgmetadata>
48
49 diff --git a/dev-R/mgcv/mgcv-1.8.35.ebuild b/dev-R/mgcv/mgcv-1.8.35.ebuild
50 new file mode 100644
51 index 000000000..ae33f62d0
52 --- /dev/null
53 +++ b/dev-R/mgcv/mgcv-1.8.35.ebuild
54 @@ -0,0 +1,19 @@
55 +# Copyright 1999-2021 Gentoo Authors
56 +# Distributed under the terms of the GNU General Public License v2
57 +
58 +EAPI=7
59 +
60 +inherit R-packages
61 +
62 +DESCRIPTION='Mixed GAM Computation Vehicle with automatic smoothness estimation'
63 +KEYWORDS="~amd64"
64 +SRC_URI="mirror://cran/src/contrib/mgcv_1.8-35.tar.gz"
65 +LICENSE='GPL-2+'
66 +
67 +DEPEND="
68 + virtual/nlme
69 + >=dev-lang/R-3.6.0
70 + virtual/Matrix
71 + dev-lang/R[minimal]
72 +"
73 +RDEPEND="${DEPEND}"