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:30:20 UTC 2019
Modified Files:
pkgsrc/doc: CHANGES-2019
pkgsrc/math: Makefile
Added Files:
pkgsrc/math/R-survey: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3112 -r1.3113 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.422 -r1.423 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-survey/DESCR \
pkgsrc/math/R-survey/Makefile pkgsrc/math/R-survey/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.3112 pkgsrc/doc/CHANGES-2019:1.3113
--- pkgsrc/doc/CHANGES-2019:1.3112 Wed Jul 31 13:28:23 2019
+++ pkgsrc/doc/CHANGES-2019 Wed Jul 31 13:30:20 2019
@@ -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 @@ Changes to the packages collection and i
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]
Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.422 pkgsrc/math/Makefile:1.423
--- pkgsrc/math/Makefile:1.422 Wed Jul 31 13:28:23 2019
+++ pkgsrc/math/Makefile Wed Jul 31 13:30:20 2019
@@ -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-spacetime
SUBDIR+= R-splancs
SUBDIR+= R-stabledist
SUBDIR+= R-statmod
+SUBDIR+= R-survey
SUBDIR+= R-tibble
SUBDIR+= R-wle
SUBDIR+= R-xtable
Added files:
Index: pkgsrc/math/R-survey/DESCR
diff -u /dev/null pkgsrc/math/R-survey/DESCR:1.1
--- /dev/null Wed Jul 31 13:30:20 2019
+++ pkgsrc/math/R-survey/DESCR Wed Jul 31 13:30:20 2019
@@ -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.
Index: pkgsrc/math/R-survey/Makefile
diff -u /dev/null pkgsrc/math/R-survey/Makefile:1.1
--- /dev/null Wed Jul 31 13:30:20 2019
+++ pkgsrc/math/R-survey/Makefile Wed Jul 31 13:30:20 2019
@@ -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"
Index: pkgsrc/math/R-survey/distinfo
diff -u /dev/null pkgsrc/math/R-survey/distinfo:1.1
--- /dev/null Wed Jul 31 13:30:20 2019
+++ pkgsrc/math/R-survey/distinfo Wed Jul 31 13:30:20 2019
@@ -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