Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/finance/R-cran-gmm/Makefile
16461 views
PORTNAME=	gmm
DISTVERSION=	1.8
CATEGORIES=	finance
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Generalized Method of Moments and Generalized Empirical Likelihood
WWW=		https://cran.r-project.org/web/packages/gmm/

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-sandwich>0:math/R-cran-sandwich
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>