svn commit: r403949 - in head/math: . R-cran-geepack

Wen Heping wen at FreeBSD.org
Fri Dec 18 02:03:46 UTC 2015


Author: wen
Date: Fri Dec 18 02:03:44 2015
New Revision: 403949
URL: https://svnweb.freebsd.org/changeset/ports/403949

Log:
  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/

Added:
  head/math/R-cran-geepack/
  head/math/R-cran-geepack/Makefile   (contents, props changed)
  head/math/R-cran-geepack/distinfo   (contents, props changed)
  head/math/R-cran-geepack/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Fri Dec 18 01:57:02 2015	(r403948)
+++ head/math/Makefile	Fri Dec 18 02:03:44 2015	(r403949)
@@ -32,6 +32,7 @@
     SUBDIR += R-cran-dplyr
     SUBDIR += R-cran-forecast
     SUBDIR += R-cran-fracdiff
+    SUBDIR += R-cran-geepack
     SUBDIR += R-cran-gpclib
     SUBDIR += R-cran-gss
     SUBDIR += R-cran-gtable

Added: head/math/R-cran-geepack/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-geepack/Makefile	Fri Dec 18 02:03:44 2015	(r403949)
@@ -0,0 +1,16 @@
+# Created by: Wen Heping <wen at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	geepack
+DISTVERSION=	1.2-0
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	wen at FreeBSD.org
+COMMENT=	Generalized Estimating Equation Package
+
+LICENSE=	GPLv3
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-geepack/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-geepack/distinfo	Fri Dec 18 02:03:44 2015	(r403949)
@@ -0,0 +1,2 @@
+SHA256 (geepack_1.2-0.tar.gz) = e4d420e8906eef98ee20f1aba14d5a70b6119725ea7f52ed074425e9b54db0df
+SIZE (geepack_1.2-0.tar.gz) = 213737

Added: head/math/R-cran-geepack/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-geepack/pkg-descr	Fri Dec 18 02:03:44 2015	(r403949)
@@ -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/


More information about the svn-ports-head mailing list