pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: brook
Date: Fri Aug 9 15:48:20 UTC 2019
Modified Files:
pkgsrc/doc: CHANGES-2019
pkgsrc/math: Makefile
Added Files:
pkgsrc/math/R-robustbase: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3327 -r1.3328 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.429 -r1.430 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-robustbase/DESCR \
pkgsrc/math/R-robustbase/Makefile pkgsrc/math/R-robustbase/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3327 pkgsrc/doc/CHANGES-2019:1.3328
--- pkgsrc/doc/CHANGES-2019:1.3327 Fri Aug 9 15:46:29 2019
+++ pkgsrc/doc/CHANGES-2019 Fri Aug 9 15:48:20 2019
@@ -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 @@ Changes to the packages collection and i
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]
Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.429 pkgsrc/math/Makefile:1.430
--- pkgsrc/math/Makefile:1.429 Fri Aug 9 15:46:29 2019
+++ pkgsrc/math/Makefile Fri Aug 9 15:48:20 2019
@@ -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
Added files:
Index: pkgsrc/math/R-robustbase/DESCR
diff -u /dev/null pkgsrc/math/R-robustbase/DESCR:1.1
--- /dev/null Fri Aug 9 15:48:20 2019
+++ pkgsrc/math/R-robustbase/DESCR Fri Aug 9 15:48:20 2019
@@ -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.
Index: pkgsrc/math/R-robustbase/Makefile
diff -u /dev/null pkgsrc/math/R-robustbase/Makefile:1.1
--- /dev/null Fri Aug 9 15:48:20 2019
+++ pkgsrc/math/R-robustbase/Makefile Fri Aug 9 15:48:20 2019
@@ -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"
+
Index: pkgsrc/math/R-robustbase/distinfo
diff -u /dev/null pkgsrc/math/R-robustbase/distinfo:1.1
--- /dev/null Fri Aug 9 15:48:20 2019
+++ pkgsrc/math/R-robustbase/distinfo Fri Aug 9 15:48:20 2019
@@ -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