Date: Tue, 25 Feb 2020 03:34:27 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527063 - in head/math: . R-cran-statmod Message-ID: <202002250334.01P3YRDR032547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Tue Feb 25 03:34:27 2020 New Revision: 527063 URL: https://svnweb.freebsd.org/changeset/ports/527063 Log: A collection of algorithms and functions to aid statistical modeling. Includes limiting dilution analysis (aka ELDA), growth curve comparisons, mixed linear models, heteroscedastic regression, inverse-Gaussian probability calculations, Gauss quadrature and a secure convergence algorithm for nonlinear models. Also includes advanced generalized linear model functions including Tweedie and Digamma distributional families and a secure convergence algorithm. WWW: https://CRAN.R-project.org/package=statmod PR: 243636 Submitted by: jpbeconne@free.fr Added: head/math/R-cran-statmod/ head/math/R-cran-statmod/Makefile (contents, props changed) head/math/R-cran-statmod/distinfo (contents, props changed) head/math/R-cran-statmod/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Feb 25 03:22:59 2020 (r527062) +++ head/math/Makefile Tue Feb 25 03:34:27 2020 (r527063) @@ -108,6 +108,7 @@ SUBDIR += R-cran-spdep SUBDIR += R-cran-sspir SUBDIR += R-cran-stabledist + SUBDIR += R-cran-statmod SUBDIR += R-cran-survey SUBDIR += R-cran-truncnorm SUBDIR += R-cran-units Added: head/math/R-cran-statmod/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-statmod/Makefile Tue Feb 25 03:34:27 2020 (r527063) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= statmod +DISTVERSION= 1.4.33 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= jpbeconne@free.fr +COMMENT= Statistical Modeling + +LICENSE= GPLv3 + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> Added: head/math/R-cran-statmod/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-statmod/distinfo Tue Feb 25 03:34:27 2020 (r527063) @@ -0,0 +1,3 @@ +TIMESTAMP = 1579549130 +SHA256 (statmod_1.4.33.tar.gz) = 7ac615817e07e7ea6d2edff31e000caf0a879c340fc4bd457d3652c0482d71b9 +SIZE (statmod_1.4.33.tar.gz) = 60857 Added: head/math/R-cran-statmod/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-statmod/pkg-descr Tue Feb 25 03:34:27 2020 (r527063) @@ -0,0 +1,9 @@ +A collection of algorithms and functions to aid statistical modeling. +Includes limiting dilution analysis (aka ELDA), growth curve comparisons, +mixed linear models, heteroscedastic regression, inverse-Gaussian +probability calculations, Gauss quadrature and a secure convergence +algorithm for nonlinear models. Also includes advanced generalized linear +model functions including Tweedie and Digamma distributional families +and a secure convergence algorithm. + +WWW: https://CRAN.R-project.org/package=statmod
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002250334.01P3YRDR032547>