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

MAINTAINER=	[email protected]
COMMENT=	Choose Univariate Class Intervals
WWW=		https://cran.r-project.org/web/packages/classInt/

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-e1071>0:science/R-cran-e1071
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}
TEST_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr \
		R-cran-spData>0:math/R-cran-spData

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>