Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2020 16:59:26 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522498 - in head/graphics: . R-cran-pROC
Message-ID:  <202001091659.009GxQgY022180@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Thu Jan  9 16:59:25 2020
New Revision: 522498
URL: https://svnweb.freebsd.org/changeset/ports/522498

Log:
  - Add new port: graphics/R-cran-pROC
  
    Tools for visualizing, smoothing and comparing receiver operating
    characteristic (ROC curves). (Partial) area under the curve (AUC)
    can be compared with statistical tests based on U-statistics or
    bootstrap. Confidence intervals can be computed for (p)AUC or ROC
    curves.
  
    WWW: https://cran.r-project.org/web/packages/pROC/

Added:
  head/graphics/R-cran-pROC/
  head/graphics/R-cran-pROC/Makefile   (contents, props changed)
  head/graphics/R-cran-pROC/distinfo   (contents, props changed)
  head/graphics/R-cran-pROC/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Thu Jan  9 16:48:21 2020	(r522497)
+++ head/graphics/Makefile	Thu Jan  9 16:59:25 2020	(r522498)
@@ -26,6 +26,7 @@
     SUBDIR += R-cran-gridBase
     SUBDIR += R-cran-gridExtra
     SUBDIR += R-cran-munsell
+    SUBDIR += R-cran-pROC
     SUBDIR += R-cran-pixmap
     SUBDIR += R-cran-png
     SUBDIR += R-cran-qcc

Added: head/graphics/R-cran-pROC/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/R-cran-pROC/Makefile	Thu Jan  9 16:59:25 2020	(r522498)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	pROC
+PORTVERSION=	1.15.3
+CATEGORIES=	graphics
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Display and Analyze ROC Curves
+
+LICENSE=	GPLv3
+
+CRAN_DEPENDS=	R-cran-plyr>0:devel/R-cran-plyr \
+		R-cran-Rcpp>=0.11.1:devel/R-cran-Rcpp
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/graphics/R-cran-pROC/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/R-cran-pROC/distinfo	Thu Jan  9 16:59:25 2020	(r522498)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578588569
+SHA256 (pROC_1.15.3.tar.gz) = b010988a646a642657ec72d908c2e0ca2f9df0898c05b9f1f5ab6b739353a8cb
+SIZE (pROC_1.15.3.tar.gz) = 366971

Added: head/graphics/R-cran-pROC/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/R-cran-pROC/pkg-descr	Thu Jan  9 16:59:25 2020	(r522498)
@@ -0,0 +1,7 @@
+Tools for visualizing, smoothing and comparing receiver operating
+characteristic (ROC curves). (Partial) area under the curve (AUC)
+can be compared with statistical tests based on U-statistics or
+bootstrap. Confidence intervals can be computed for (p)AUC or ROC
+curves.
+
+WWW: https://cran.r-project.org/web/packages/pROC/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001091659.009GxQgY022180>