blob: bda81f59b23c8d36aaa64962c70f2932d1bd9b67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= plm
DISTVERSION= 1.6-6
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Linear Models for Panel Data
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-Formula>=0.2.0:math/R-cran-Formula \
R-cran-bdsmatrix>0:math/R-cran-bdsmatrix \
R-cran-zoo>0:math/R-cran-zoo \
R-cran-sandwich>0:math/R-cran-sandwich \
R-cran-lmtest>0:finance/R-cran-lmtest \
R-cran-maxLik>0:math/R-cran-maxLik
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>
|