aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-mclust/Makefile
blob: 193809f605202927e1ad99b4a5a581e8dd2ccf6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	mclust
PORTVERSION=	6.1.1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Gaussian Mixture Modelling for Model-Based Clustering, Classification, and Density Estimation
WWW=		https://cran.r-project.org/package=mclust

LICENSE=	GPLv2+

TEST_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr

USES=		cran:compiles

.include <bsd.port.mk>