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:           Wed Jul 31 13:28:23 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/R-sandwich: DESCR Makefile distinfo

Log Message:
R-sandwich: initial commit.

Model-robust standard error estimators for cross-sectional, time
series, clustered, panel, and longitudinal data.


To generate a diff of this commit:
cvs rdiff -u -r1.3111 -r1.3112 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.421 -r1.422 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-sandwich/DESCR \
    pkgsrc/math/R-sandwich/Makefile pkgsrc/math/R-sandwich/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.3111 pkgsrc/doc/CHANGES-2019:1.3112
--- pkgsrc/doc/CHANGES-2019:1.3111      Wed Jul 31 13:26:42 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 13:28:23 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3111 2019/07/31 13:26:42 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3112 2019/07/31 13:28:23 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5068,3 +5068,4 @@ Changes to the packages collection and i
        Added math/R-nortest version 1.0.4 [brook 2019-07-31]
        Added math/R-relimp version 1.0.5 [brook 2019-07-31]
        Added math/R-rstudioapi version 0.10 [brook 2019-07-31]
+       Added math/R-sandwich version 2.5.1 [brook 2019-07-31]

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.421 pkgsrc/math/Makefile:1.422
--- pkgsrc/math/Makefile:1.421  Wed Jul 31 13:26:42 2019
+++ pkgsrc/math/Makefile        Wed Jul 31 13:28:23 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.421 2019/07/31 13:26:42 brook Exp $
+# $NetBSD: Makefile,v 1.422 2019/07/31 13:28:23 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -87,6 +87,7 @@ SUBDIR+=      R-randomForest
 SUBDIR+=       R-relimp
 SUBDIR+=       R-reshape2
 SUBDIR+=       R-rstudioapi
+SUBDIR+=       R-sandwich
 SUBDIR+=       R-sgeostat
 SUBDIR+=       R-shapefiles
 SUBDIR+=       R-sp

Added files:

Index: pkgsrc/math/R-sandwich/DESCR
diff -u /dev/null pkgsrc/math/R-sandwich/DESCR:1.1
--- /dev/null   Wed Jul 31 13:28:23 2019
+++ pkgsrc/math/R-sandwich/DESCR        Wed Jul 31 13:28:23 2019
@@ -0,0 +1,2 @@
+Model-robust standard error estimators for cross-sectional, time
+series, clustered, panel, and longitudinal data.
Index: pkgsrc/math/R-sandwich/Makefile
diff -u /dev/null pkgsrc/math/R-sandwich/Makefile:1.1
--- /dev/null   Wed Jul 31 13:28:23 2019
+++ pkgsrc/math/R-sandwich/Makefile     Wed Jul 31 13:28:23 2019
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:28:23 brook Exp $
+
+CATEGORIES=    math R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/sandwich/
+COMMENT=       Robust covariance matrix estimators
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME=     sandwich
+R_PKGVER=      2.5-1
+
+DEPENDS+=      R-zoo>=1.8.6:../../math/R-zoo
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-sandwich/distinfo
diff -u /dev/null pkgsrc/math/R-sandwich/distinfo:1.1
--- /dev/null   Wed Jul 31 13:28:23 2019
+++ pkgsrc/math/R-sandwich/distinfo     Wed Jul 31 13:28:23 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:28:23 brook Exp $
+
+SHA1 (R/sandwich_2.5-1.tar.gz) = acaf9914ed1a0674033e701b10a4e4733a5b4634
+RMD160 (R/sandwich_2.5-1.tar.gz) = ccdc868f90c92016d5b1baf5e76a107a8fc2082c
+SHA512 (R/sandwich_2.5-1.tar.gz) = 381a4f3f1252e61796744a0d15ce1a118e4a0d4d06325294617fee77e4080e37a0832794d03e1478b7a897058693a50a5c0e59591f445517590f7772c7fd7d04
+Size (R/sandwich_2.5-1.tar.gz) = 1349536 bytes



Home | Main Index | Thread Index | Old Index