pkgsrc/math/R-geoRglm/Makefile
brook 497b903171 Import of geoRglm v0.9-2.
Functions for inference in generalised linear spatial models.  The
posterior and predictive inference is based on Markov chain Monte
Carlo methods.  Package geoRglm is an extension to the package geoR,
which must be installed first.
2012-04-15 22:14:29 +00:00

17 lines
423 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/04/15 22:14:29 brook Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/geoRglm/
COMMENT= Generalised linear spatial models in R
LICENSE= gnu-gpl-v2
R_PKGNAME= geoRglm
R_PKGVER= 0.9-2
DEPENDS+= R-geoR>=1.7.2:../../math/R-geoR
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"