aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-statmod
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2020-02-25 03:34:27 +0000
committerWen Heping <wen@FreeBSD.org>2020-02-25 03:34:27 +0000
commit10578432dd143c4d303c660fc99c46c3f85e0e4a (patch)
tree3bcc801241f95e541a6a58e1962416b5ed0a819c /math/R-cran-statmod
parenta803ccb03c1077884caa15f7530e2e76104a75d5 (diff)
downloadports-10578432dd143c4d303c660fc99c46c3f85e0e4a.tar.gz
ports-10578432dd143c4d303c660fc99c46c3f85e0e4a.zip
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
Notes
Notes: svn path=/head/; revision=527063
Diffstat (limited to 'math/R-cran-statmod')
-rw-r--r--math/R-cran-statmod/Makefile15
-rw-r--r--math/R-cran-statmod/distinfo3
-rw-r--r--math/R-cran-statmod/pkg-descr9
3 files changed, 27 insertions, 0 deletions
diff --git a/math/R-cran-statmod/Makefile b/math/R-cran-statmod/Makefile
new file mode 100644
index 000000000000..b5f376909ff6
--- /dev/null
+++ b/math/R-cran-statmod/Makefile
@@ -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>
diff --git a/math/R-cran-statmod/distinfo b/math/R-cran-statmod/distinfo
new file mode 100644
index 000000000000..35e64fc3dd7d
--- /dev/null
+++ b/math/R-cran-statmod/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579549130
+SHA256 (statmod_1.4.33.tar.gz) = 7ac615817e07e7ea6d2edff31e000caf0a879c340fc4bd457d3652c0482d71b9
+SIZE (statmod_1.4.33.tar.gz) = 60857
diff --git a/math/R-cran-statmod/pkg-descr b/math/R-cran-statmod/pkg-descr
new file mode 100644
index 000000000000..f8bdee0b48b8
--- /dev/null
+++ b/math/R-cran-statmod/pkg-descr
@@ -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