svn commit: r449536 - in head/math: . R-cran-robustbase

TAKATSU Tomonari tota at FreeBSD.org
Sun Sep 10 11:25:10 UTC 2017


Author: tota
Date: Sun Sep 10 11:25:08 2017
New Revision: 449536
URL: https://svnweb.freebsd.org/changeset/ports/449536

Log:
  - Add new port: math/R-cran-robustbase
  
    "Essential" Robust Statistics. Tools allowing to analyze data with
    robust methods. This includes regression methodology including model
    selections and multivariate statistics where we strive to cover the
    book "Robust Statistics, Theory and Methods" by 'Maronna, Martin
    and Yohai'; Wiley 2006.
  
    WWW: https://cran.r-project.org/web/packages/robustbase/

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Sep 10 11:10:00 2017	(r449535)
+++ head/math/Makefile	Sun Sep 10 11:25:08 2017	(r449536)
@@ -25,6 +25,7 @@
     SUBDIR += R-cran-RcppArmadillo
     SUBDIR += R-cran-RcppEigen
     SUBDIR += R-cran-Rmpfr
+    SUBDIR += R-cran-robustbase
     SUBDIR += R-cran-Rsolnp
     SUBDIR += R-cran-SparseM
     SUBDIR += R-cran-VGAM

Added: head/math/R-cran-robustbase/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-robustbase/Makefile	Sun Sep 10 11:25:08 2017	(r449536)
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	robustbase
+DISTVERSION=	0.92-7
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Basic Robust Statistics
+
+LICENSE=	GPLv2+
+
+CRAN_DEPENDS=	R-cran-DEoptimR>0:math/R-cran-DEoptimR
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/math/R-cran-robustbase/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-robustbase/distinfo	Sun Sep 10 11:25:08 2017	(r449536)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1505039483
+SHA256 (robustbase_0.92-7.tar.gz) = fcbd6ccbb0291b599fe6a674a91344511e0a691b9cadba0a9d40037faa22bf8f
+SIZE (robustbase_0.92-7.tar.gz) = 3430164

Added: head/math/R-cran-robustbase/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-robustbase/pkg-descr	Sun Sep 10 11:25:08 2017	(r449536)
@@ -0,0 +1,7 @@
+"Essential" Robust Statistics. Tools allowing to analyze data with
+robust methods. This includes regression methodology including model
+selections and multivariate statistics where we strive to cover the
+book "Robust Statistics, Theory and Methods" by 'Maronna, Martin
+and Yohai'; Wiley 2006.
+
+WWW: https://cran.r-project.org/web/packages/robustbase/


More information about the svn-ports-all mailing list