Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/graphics/R-cran-pROC/Makefile
18157 views
PORTNAME=	pROC
PORTVERSION=	1.19.0.1
CATEGORIES=	graphics
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Display and Analyze ROC Curves
WWW=		https://cran.r-project.org/web/packages/pROC/

LICENSE=	GPLv3

RUN_DEPENDS=	R-cran-Rcpp>=0.11.1:devel/R-cran-Rcpp

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>