pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c4b0c938b2f
branches:  trunk
changeset: 337051:9c4b0c938b2f
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 13:30:20 2019 +0000

description:
R-survey: initial commit.

Summary statistics, two-sample tests, rank tests, generalised linear
models, cumulative link models, Cox models, loglinear models, and
general maximum pseudolikelihood estimation for multistage stratified,
cluster-sampled, unequally weighted survey samples. Variances by
Taylor series linearisation or replicate weights. Post-stratification,
calibration, and raking. Two-phase subsampling designs. Graphics. PPS
sampling without replacement. Principal components, factor analysis.

diffstat:

 doc/CHANGES-2019       |   3 ++-
 math/Makefile          |   3 ++-
 math/R-survey/DESCR    |   7 +++++++
 math/R-survey/Makefile |  20 ++++++++++++++++++++
 math/R-survey/distinfo |   6 ++++++
 5 files changed, 37 insertions(+), 2 deletions(-)

diffs (76 lines):

diff -r e0334762dacf -r 9c4b0c938b2f doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 13:28:23 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 13:30:20 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3112 2019/07/31 13:28:23 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3113 2019/07/31 13:30:20 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5069,3 +5069,4 @@
        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]
+       Added math/R-survey version 3.36 [brook 2019-07-31]
diff -r e0334762dacf -r 9c4b0c938b2f math/Makefile
--- a/math/Makefile     Wed Jul 31 13:28:23 2019 +0000
+++ b/math/Makefile     Wed Jul 31 13:30:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.422 2019/07/31 13:28:23 brook Exp $
+# $NetBSD: Makefile,v 1.423 2019/07/31 13:30:20 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -95,6 +95,7 @@
 SUBDIR+=       R-splancs
 SUBDIR+=       R-stabledist
 SUBDIR+=       R-statmod
+SUBDIR+=       R-survey
 SUBDIR+=       R-tibble
 SUBDIR+=       R-wle
 SUBDIR+=       R-xtable
diff -r e0334762dacf -r 9c4b0c938b2f math/R-survey/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-survey/DESCR       Wed Jul 31 13:30:20 2019 +0000
@@ -0,0 +1,7 @@
+Summary statistics, two-sample tests, rank tests, generalised linear
+models, cumulative link models, Cox models, loglinear models, and
+general maximum pseudolikelihood estimation for multistage stratified,
+cluster-sampled, unequally weighted survey samples. Variances by
+Taylor series linearisation or replicate weights. Post-stratification,
+calibration, and raking. Two-phase subsampling designs. Graphics. PPS
+sampling without replacement. Principal components, factor analysis.
diff -r e0334762dacf -r 9c4b0c938b2f math/R-survey/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-survey/Makefile    Wed Jul 31 13:30:20 2019 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:30:20 brook Exp $
+
+CATEGORIES=    math R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/survey/
+COMMENT=       Analysis of complex survey samples
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME=     survey
+R_PKGVER=      3.36
+
+DEPENDS+=      R-minqa>=1.2.4:../../math/R-minqa
+DEPENDS+=      R-mitools>=2.4:../../math/R-mitools
+DEPENDS+=      R-numDeriv>=2016.8.1.1:../../math/R-numDeriv
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r e0334762dacf -r 9c4b0c938b2f math/R-survey/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-survey/distinfo    Wed Jul 31 13:30:20 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:30:20 brook Exp $
+
+SHA1 (R/survey_3.36.tar.gz) = 9505042993c610a311b6b26f9b56bbd004e358c3
+RMD160 (R/survey_3.36.tar.gz) = f5268b49a748f2a379130d938468d68174d52b20
+SHA512 (R/survey_3.36.tar.gz) = c383068281004b855638eb0835969b35d7fad2bd4bace0f75f4bedf1925121231e5373662f2d26cdbd4c4543564109b3de37e7a6edde9a560bdc241e5314c008
+Size (R/survey_3.36.tar.gz) = 1550706 bytes



Home | Main Index | Thread Index | Old Index