436cf5d410
Computes the multivariate normal and t distribution
15 lines
379 B
Makefile
15 lines
379 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 13:09:22 markd Exp $
|
|
#
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/mvtnorm.html
|
|
COMMENT= Computes the multivariate normal and t distribution
|
|
|
|
R_PKGNAME= mvtnorm
|
|
R_PKGVER= 0.7-2
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|