pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-robustbase: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/b29b512ee3c8
branches: trunk
changeset: 399418:b29b512ee3c8
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 15:48:20 2019 +0000
description:
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:
doc/CHANGES-2019 | 3 ++-
math/Makefile | 3 ++-
math/R-robustbase/DESCR | 5 +++++
math/R-robustbase/Makefile | 17 +++++++++++++++++
math/R-robustbase/distinfo | 6 ++++++
5 files changed, 32 insertions(+), 2 deletions(-)
diffs (71 lines):
diff -r 932e65388725 -r b29b512ee3c8 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 15:46:29 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 15:48:20 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3327 2019/08/09 15:46:29 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3328 2019/08/09 15:48:20 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5451,3 +5451,4 @@
Added math/R-energy version 1.7.6 [brook 2019-08-09]
Added math/R-DEoptimR version 1.0.8 [brook 2019-08-09]
Added math/R-tensorA version 0.36.1 [brook 2019-08-09]
+ Added math/R-robustbase version 0.93.5 [brook 2019-08-09]
diff -r 932e65388725 -r b29b512ee3c8 math/Makefile
--- a/math/Makefile Fri Aug 09 15:46:29 2019 +0000
+++ b/math/Makefile Fri Aug 09 15:48:20 2019 +0000
@@ -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-randomForest
SUBDIR+= R-relimp
SUBDIR+= R-reshape2
+SUBDIR+= R-robustbase
SUBDIR+= R-rstudioapi
SUBDIR+= R-sandwich
SUBDIR+= R-sgeostat
diff -r 932e65388725 -r b29b512ee3c8 math/R-robustbase/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-robustbase/DESCR Fri Aug 09 15:48:20 2019 +0000
@@ -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 -r 932e65388725 -r b29b512ee3c8 math/R-robustbase/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-robustbase/Makefile Fri Aug 09 15:48:20 2019 +0000
@@ -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@localhost
+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 -r 932e65388725 -r b29b512ee3c8 math/R-robustbase/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-robustbase/distinfo Fri Aug 09 15:48:20 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index