From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C83CC1382C5 for ; Mon, 31 May 2021 22:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7BE0E0893; Mon, 31 May 2021 22:33:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98620E088B for ; Mon, 31 May 2021 22:33:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAF7D340E2B for ; Mon, 31 May 2021 22:33:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBA107A6 for ; Mon, 31 May 2021 22:33:09 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1622500246.b873b1040b6b9e9d0a1b7e89cec67d150b4990cb.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/mgcv/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/mgcv/Manifest dev-R/mgcv/metadata.xml dev-R/mgcv/mgcv-1.8.35.ebuild X-VCS-Directories: dev-R/mgcv/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: b873b1040b6b9e9d0a1b7e89cec67d150b4990cb X-VCS-Branch: dev Date: Mon, 31 May 2021 22:33:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 505996a6-e6dd-4655-b9f1-fe72db9a7dd7 X-Archives-Hash: 010ccd3c7ffacf6a58ec3d0304d97746 commit: b873b1040b6b9e9d0a1b7e89cec67d150b4990cb Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 31 22:30:46 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 31 22:30:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b873b104 dev-R/mgcv: new Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/mgcv/Manifest | 1 + dev-R/mgcv/metadata.xml | 16 ++++++++++++++++ dev-R/mgcv/mgcv-1.8.35.ebuild | 19 +++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-R/mgcv/Manifest b/dev-R/mgcv/Manifest new file mode 100644 index 000000000..a04805c90 --- /dev/null +++ b/dev-R/mgcv/Manifest @@ -0,0 +1 @@ +DIST mgcv_1.8-35.tar.gz 1202446 BLAKE2B 2e65e2a5006edf642f769c1348e3037e222d5dab0e52bcaf8117026fef075c66e35d60e6476103dd560d8a0d65e78316f4fa67fde0e41aab65d5912def95e139 SHA512 ddc2fb7d2d7c297d8dfef0bcfcf16e61f28411d6085e81524b5cce23d226a574d0fc61353298828b5948883164475cb5be25f33de40dbea7eeeaef27fc361584 diff --git a/dev-R/mgcv/metadata.xml b/dev-R/mgcv/metadata.xml new file mode 100644 index 000000000..c620bee42 --- /dev/null +++ b/dev-R/mgcv/metadata.xml @@ -0,0 +1,16 @@ + + + + + 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. + + diff --git a/dev-R/mgcv/mgcv-1.8.35.ebuild b/dev-R/mgcv/mgcv-1.8.35.ebuild new file mode 100644 index 000000000..ae33f62d0 --- /dev/null +++ b/dev-R/mgcv/mgcv-1.8.35.ebuild @@ -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}"