diff options
author | tota <tota@FreeBSD.org> | 2017-09-10 19:25:08 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2017-09-10 19:25:08 +0800 |
commit | bafc7d841f992c716364e72f862c8e99bbb865f0 (patch) | |
tree | fe5920854fc7dbc91d7c8975d5a518b3b8c97f12 | |
parent | 22b88b13d13358c722e45643d297401b13a0e651 (diff) | |
download | freebsd-ports-gnome-bafc7d841f992c716364e72f862c8e99bbb865f0.tar.gz freebsd-ports-gnome-bafc7d841f992c716364e72f862c8e99bbb865f0.tar.zst freebsd-ports-gnome-bafc7d841f992c716364e72f862c8e99bbb865f0.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/
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-robustbase/Makefile | 20 | ||||
-rw-r--r-- | math/R-cran-robustbase/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-robustbase/pkg-descr | 7 |
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/ |