freebsd-ports/math/R-cran-geepack/Makefile
Wen Heping 1b2f3f594a 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/
2015-12-18 02:03:44 +00:00

16 lines
289 B
Makefile

# 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>