aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-geepack
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2015-12-18 02:03:44 +0000
committerWen Heping <wen@FreeBSD.org>2015-12-18 02:03:44 +0000
commit1b2f3f594a32065019b4c68caed9c6e0f3ca53d9 (patch)
tree15e088bedb2bfd4acb03db7997f0c866a90c66c6 /math/R-cran-geepack
parenta4adad28a37c8f0181fb4cb590fa7a5718472d7f (diff)
downloadports-1b2f3f594a32065019b4c68caed9c6e0f3ca53d9.tar.gz
ports-1b2f3f594a32065019b4c68caed9c6e0f3ca53d9.zip
Generalized estimating equations solver for parameters in
mean, scale, and correlation structures, through mean link, scale link, and correlation link. Can also handle clustered categorical responses. WWW: https://cran.r-project.org/web/packages/geepack/
Notes
Notes: svn path=/head/; revision=403949
Diffstat (limited to 'math/R-cran-geepack')
-rw-r--r--math/R-cran-geepack/Makefile16
-rw-r--r--math/R-cran-geepack/distinfo2
-rw-r--r--math/R-cran-geepack/pkg-descr6
3 files changed, 24 insertions, 0 deletions
diff --git a/math/R-cran-geepack/Makefile b/math/R-cran-geepack/Makefile
new file mode 100644
index 000000000000..8f3992e2fb03
--- /dev/null
+++ b/math/R-cran-geepack/Makefile
@@ -0,0 +1,16 @@
+# Created by: Wen Heping <wen@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= geepack
+DISTVERSION= 1.2-0
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Generalized Estimating Equation Package
+
+LICENSE= GPLv3
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-geepack/distinfo b/math/R-cran-geepack/distinfo
new file mode 100644
index 000000000000..38e0e3f6244f
--- /dev/null
+++ b/math/R-cran-geepack/distinfo
@@ -0,0 +1,2 @@
+SHA256 (geepack_1.2-0.tar.gz) = e4d420e8906eef98ee20f1aba14d5a70b6119725ea7f52ed074425e9b54db0df
+SIZE (geepack_1.2-0.tar.gz) = 213737
diff --git a/math/R-cran-geepack/pkg-descr b/math/R-cran-geepack/pkg-descr
new file mode 100644
index 000000000000..e3e9ca67bb9b
--- /dev/null
+++ b/math/R-cran-geepack/pkg-descr
@@ -0,0 +1,6 @@
+Generalized estimating equations solver for parameters in
+mean, scale, and correlation structures, through mean link,
+scale link, and correlation link. Can also handle clustered
+categorical responses.
+
+WWW: https://cran.r-project.org/web/packages/geepack/