1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/math/R-cran-truncnorm/Makefile
Wen Heping 9e2ca25ffd Density, distribution function, quantile function, random generation
and expected value function for the truncated normal distribution
with mean equal to 'mean' and standard deviation equal to 'sd'.

WWW: http://cran.r-project.org/web/packages/truncnorm/

PR:		213091
Submitted by:	pfg@
2016-09-30 06:24:27 +00:00

17 lines
266 B
Makefile

# Created by: Pedro Giffuni
# $FreeBSD$
PORTNAME= truncnorm
DISTVERSION= 1.0-7
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= pfg@FreeBSD.org
COMMENT= Truncated normal distribution
LICENSE= GPLv2
USES= cran:auto-plist
.include <bsd.port.mk>