View | Details | Raw Unified | Return to bug 213091
Collapse All | Expand All

(-)math/Makefile (+1 lines)
Lines 66-71 Link Here
66
    SUBDIR += R-cran-sspir
66
    SUBDIR += R-cran-sspir
67
    SUBDIR += R-cran-stabledist
67
    SUBDIR += R-cran-stabledist
68
    SUBDIR += R-cran-survey
68
    SUBDIR += R-cran-survey
69
    SUBDIR += R-cran-truncnorm
69
    SUBDIR += R-cran-xts
70
    SUBDIR += R-cran-xts
70
    SUBDIR += R-cran-zoo
71
    SUBDIR += R-cran-zoo
71
    SUBDIR += aamath
72
    SUBDIR += aamath
(-)math/R-cran-truncnorm/Makefile (+16 lines)
Line 0 Link Here
1
# Created by: Pedro Giffuni
2
# $FreeBSD$
3
4
PORTNAME=	truncnorm
5
DISTVERSION=	1.0-7
6
CATEGORIES=	math
7
DISTNAME=	${PORTNAME}_${DISTVERSION}
8
9
MAINTAINER=	pfg@FreeBSD.org
10
COMMENT=	Truncated normal distribution
11
12
LICENSE=	GPLv2
13
14
USES=	cran:auto-plist
15
16
.include <bsd.port.mk>
(-)math/R-cran-truncnorm/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1475164278
2
SHA256 (truncnorm_1.0-7.tar.gz) = c7d775d09e2dcbcc543c03a207b4407b8548b5fdfeb4c017f12818507e014ce1
3
SIZE (truncnorm_1.0-7.tar.gz) = 9909
(-)math/R-cran-truncnorm/pkg-descr (+5 lines)
Line 0 Link Here
1
truncnorm: Truncated normal distribution
2
3
r/d/p/q functions for the truncated normal distribution
4
5
WWW: http://cran.r-project.org/web/packages/truncnorm/

Return to bug 213091