Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/finance/R-cran-plm/Makefile
16124 views
# Created by: TAKATSU Tomonari <[email protected]>

PORTNAME=	plm
DISTVERSION=	2.4-1
CATEGORIES=	finance
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Linear Models for Panel Data

LICENSE=	GPLv2+

CRAN_DEPENDS=	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 \
		R-cran-Rdpack>0:devel/R-cran-Rdpack \
		R-cran-Formula>0:math/R-cran-Formula
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist

.include <bsd.port.mk>