pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-sandwich: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0334762dacf
branches:  trunk
changeset: 337050:e0334762dacf
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 13:28:23 2019 +0000

description:
R-sandwich: initial commit.

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

diffstat:

 doc/CHANGES-2019         |   3 ++-
 math/Makefile            |   3 ++-
 math/R-sandwich/DESCR    |   2 ++
 math/R-sandwich/Makefile |  18 ++++++++++++++++++
 math/R-sandwich/distinfo |   6 ++++++
 5 files changed, 30 insertions(+), 2 deletions(-)

diffs (69 lines):

diff -r 0186741fe550 -r e0334762dacf doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 13:26:42 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 13:28:23 2019 +0000
@@ -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 @@
        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]
diff -r 0186741fe550 -r e0334762dacf math/Makefile
--- a/math/Makefile     Wed Jul 31 13:26:42 2019 +0000
+++ b/math/Makefile     Wed Jul 31 13:28:23 2019 +0000
@@ -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-relimp
 SUBDIR+=       R-reshape2
 SUBDIR+=       R-rstudioapi
+SUBDIR+=       R-sandwich
 SUBDIR+=       R-sgeostat
 SUBDIR+=       R-shapefiles
 SUBDIR+=       R-sp
diff -r 0186741fe550 -r e0334762dacf math/R-sandwich/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-sandwich/DESCR     Wed Jul 31 13:28:23 2019 +0000
@@ -0,0 +1,2 @@
+Model-robust standard error estimators for cross-sectional, time
+series, clustered, panel, and longitudinal data.
diff -r 0186741fe550 -r e0334762dacf math/R-sandwich/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-sandwich/Makefile  Wed Jul 31 13:28:23 2019 +0000
@@ -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"
diff -r 0186741fe550 -r e0334762dacf math/R-sandwich/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-sandwich/distinfo  Wed Jul 31 13:28:23 2019 +0000
@@ -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