aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2017-09-10 11:25:08 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2017-09-10 11:25:08 +0000
commit455780144b1afc329c2aad2346bd18d27316dc4d (patch)
treefe5920854fc7dbc91d7c8975d5a518b3b8c97f12 /math
parenta8e49f53663faeb5fbf0a3bdf3541a1cfa82e89f (diff)
downloadports-455780144b1afc329c2aad2346bd18d27316dc4d.tar.gz
ports-455780144b1afc329c2aad2346bd18d27316dc4d.zip
- 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/
Notes
Notes: svn path=/head/; revision=449536
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-robustbase/Makefile20
-rw-r--r--math/R-cran-robustbase/distinfo3
-rw-r--r--math/R-cran-robustbase/pkg-descr7
4 files changed, 31 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index f2642767e616..a18ecdf7e881 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -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
diff --git a/math/R-cran-robustbase/Makefile b/math/R-cran-robustbase/Makefile
new file mode 100644
index 000000000000..c67936a3b622
--- /dev/null
+++ b/math/R-cran-robustbase/Makefile
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= robustbase
+DISTVERSION= 0.92-7
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@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>
diff --git a/math/R-cran-robustbase/distinfo b/math/R-cran-robustbase/distinfo
new file mode 100644
index 000000000000..0db79ca35f47
--- /dev/null
+++ b/math/R-cran-robustbase/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1505039483
+SHA256 (robustbase_0.92-7.tar.gz) = fcbd6ccbb0291b599fe6a674a91344511e0a691b9cadba0a9d40037faa22bf8f
+SIZE (robustbase_0.92-7.tar.gz) = 3430164
diff --git a/math/R-cran-robustbase/pkg-descr b/math/R-cran-robustbase/pkg-descr
new file mode 100644
index 000000000000..c2abde810c88
--- /dev/null
+++ b/math/R-cran-robustbase/pkg-descr
@@ -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/