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

(-)math/R-cran-car/Makefile (-5 / +5 lines)
Lines 2-19 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	car
4
PORTNAME=	car
5
DISTVERSION=	2.0-25
5
DISTVERSION=	2.1-0
6
CATEGORIES=	math
6
CATEGORIES=	math
7
DISTNAME=	${PORTNAME}_${DISTVERSION}
7
DISTNAME=	${PORTNAME}_${DISTVERSION}
8
8
9
MAINTAINER=	dbn@FreeBSD.org
9
MAINTAINER=	dbn@FreeBSD.org
10
COMMENT=	Companion to Applied Regression for R
10
COMMENT=	Companion to Applied Regression for R
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2 GPLv3
13
LICENSE_COMB=	dual
13
14
14
BROKEN=		Missing dependency
15
RUN_DEPENDS=	R-cran-pbkrtest>=0.3.2:${PORTSDIR}/math/R-cran-pbkrtest \
15
DEPRECATED=	Broken for more than 6 months
16
		R-cran-quantreg>0:${PORTSDIR}/math/R-cran-quantreg
16
EXPIRATION_DATE=	2015-11-30
17
17
18
USES=	cran:auto-plist
18
USES=	cran:auto-plist
19
19
(-)math/R-cran-car/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (car_2.0-25.tar.gz) = d2fb748e248be62edf9d94f0bdb53c87e827bf5628d34e98c332bdeb75b3eec0
1
SHA256 (car_2.1-0.tar.gz) = b2f98c0b03523727a94fe5a193eef96a70565202d7b646310ce65ee31176a61c
2
SIZE (car_2.0-25.tar.gz) = 605332
2
SIZE (car_2.1-0.tar.gz) = 617582
(-)math/R-cran-car/pkg-descr (-1 / +1 lines)
Lines 7-10 capabilities in the basic distribution of R, nor in widely used packages. Where Link Here
7
relevant, the functions in car are consistent with na.action = na.omit or
7
relevant, the functions in car are consistent with na.action = na.omit or
8
na.exclude.
8
na.exclude.
9
9
10
WWW:	http://cran.r-project.org/web/packages/car/index.html
10
WWW: https://cran.r-project.org/web/packages/car/

Return to bug 204587