summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-08-09 15:48:20 +0000
committerbrook <brook@pkgsrc.org>2019-08-09 15:48:20 +0000
commit082937a52a0ded276cec389bde5f58d4871e87b0 (patch)
treea2cf408f4d081cccb1916f781fa497a2f1774420 /math
parentdfec024ab5774ad588abf439e48fcbdd87377cd2 (diff)
downloadpkgsrc-082937a52a0ded276cec389bde5f58d4871e87b0.tar.gz
R-robustbase: initial commit
"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.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
-rw-r--r--math/R-robustbase/DESCR5
-rw-r--r--math/R-robustbase/Makefile17
-rw-r--r--math/R-robustbase/distinfo6
4 files changed, 30 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index 950eed4f895..c5388104939 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.429 2019/08/09 15:46:29 brook Exp $
+# $NetBSD: Makefile,v 1.430 2019/08/09 15:48:20 brook Exp $
COMMENT= Mathematics
@@ -88,6 +88,7 @@ SUBDIR+= R-quantreg
SUBDIR+= R-randomForest
SUBDIR+= R-relimp
SUBDIR+= R-reshape2
+SUBDIR+= R-robustbase
SUBDIR+= R-rstudioapi
SUBDIR+= R-sandwich
SUBDIR+= R-sgeostat
diff --git a/math/R-robustbase/DESCR b/math/R-robustbase/DESCR
new file mode 100644
index 00000000000..a0b8550b77e
--- /dev/null
+++ b/math/R-robustbase/DESCR
@@ -0,0 +1,5 @@
+"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.
diff --git a/math/R-robustbase/Makefile b/math/R-robustbase/Makefile
new file mode 100644
index 00000000000..b470bd7424c
--- /dev/null
+++ b/math/R-robustbase/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 15:48:20 brook Exp $
+
+R_PKGNAME= robustbase
+R_PKGVER= 0.93-5
+CATEGORIES= math
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Basic robust statistics
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+
+DEPENDS+= R-DEoptimR>=1.0.8:../../math/R-DEoptimR
+
+USE_LANGUAGES= c fortran
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
+
diff --git a/math/R-robustbase/distinfo b/math/R-robustbase/distinfo
new file mode 100644
index 00000000000..d384d8cbc35
--- /dev/null
+++ b/math/R-robustbase/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 15:48:20 brook Exp $
+
+SHA1 (R/robustbase_0.93-5.tar.gz) = 62d3ce4e616c3a3692312ba2f2d4ecfd8b519baf
+RMD160 (R/robustbase_0.93-5.tar.gz) = ab243bdd7d93ea803d6e275309009008241a7457
+SHA512 (R/robustbase_0.93-5.tar.gz) = 81ae41c0f0009c77ab26d2f0b82414ae2f730acece2eb79da18ac676c1b506d078586fc0502579f092698fba858cf44578293583d7b074e07131952b333ea7aa
+Size (R/robustbase_0.93-5.tar.gz) = 2957246 bytes