Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/finance/R-cran-gmm/Makefile
18157 views
PORTNAME=	gmm
DISTVERSION=	1.9-1
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+

RUN_DEPENDS=	R-cran-sandwich>0:math/R-cran-sandwich

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>