freebsd-ports/devel/R-cran-classInt/Makefile
Nuno Teixeira 29471d1ced devel/R-cran-classInt: Update to 0.4-10
- Take maintainership

ChangeLog:

Address LargeN usage:
https://github.com/r-spatial/classInt/issues/44
2023-10-09 10:18:12 +01:00

18 lines
411 B
Makefile

PORTNAME= classInt
DISTVERSION= 0.4-10
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
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}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>