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

(-)math/Makefile (+1 lines)
Lines 54-59 Link Here
54
    SUBDIR += R-cran-mvtnorm
54
    SUBDIR += R-cran-mvtnorm
55
    SUBDIR += R-cran-nloptr
55
    SUBDIR += R-cran-nloptr
56
    SUBDIR += R-cran-nnls
56
    SUBDIR += R-cran-nnls
57
    SUBDIR += R-cran-nortest
57
    SUBDIR += R-cran-outliers
58
    SUBDIR += R-cran-outliers
58
    SUBDIR += R-cran-pbkrtest
59
    SUBDIR += R-cran-pbkrtest
59
    SUBDIR += R-cran-psych
60
    SUBDIR += R-cran-psych
(-)math/R-cran-nortest/Makefile (+17 lines)
Line 0 Link Here
1
# Created by: Pedro Giffuni
2
# $FreeBSD$
3
4
PORTNAME=	nortest
5
DISTVERSION=	1.0-4
6
CATEGORIES=	math
7
DISTNAME=	${PORTNAME}_${DISTVERSION}
8
9
MAINTAINER=	pfg@FreeBSD.org
10
COMMENT=	Tests for Normality
11
12
LICENSE=	GPLv2 GPLv3
13
LICENSE_COMB=	dual
14
15
USES=	cran:auto-plist
16
17
.include <bsd.port.mk>
(-)math/R-cran-nortest/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1475162072
2
SHA256 (nortest_1.0-4.tar.gz) = a3850a048181d5d059c1e74903437569873b430c915b709808237d71fee5209f
3
SIZE (nortest_1.0-4.tar.gz) = 6179
(-)math/R-cran-nortest/pkg-descr (+5 lines)
Line 0 Link Here
1
nortest: Tests for Normality
2
3
Five omnibus tests for testing the composite hypothesis of normality.
4
5
WWW: http://cran.r-project.org/web/packages/nortest/

Return to bug 213089