Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2016 06:16:15 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411817 - in head/math: . R-cran-survey
Message-ID:  <201603250616.u2P6GFmX018228@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Fri Mar 25 06:16:15 2016
New Revision: 411817
URL: https://svnweb.freebsd.org/changeset/ports/411817

Log:
  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.
  
  WWW: http://r-survey.r-forge.r-project.org/survey/

Added:
  head/math/R-cran-survey/
  head/math/R-cran-survey/Makefile   (contents, props changed)
  head/math/R-cran-survey/distinfo   (contents, props changed)
  head/math/R-cran-survey/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Fri Mar 25 02:50:39 2016	(r411816)
+++ head/math/Makefile	Fri Mar 25 06:16:15 2016	(r411817)
@@ -61,6 +61,7 @@
     SUBDIR += R-cran-spdep
     SUBDIR += R-cran-sspir
     SUBDIR += R-cran-stabledist
+    SUBDIR += R-cran-survey
     SUBDIR += R-cran-xts
     SUBDIR += R-cran-zoo
     SUBDIR += aamath

Added: head/math/R-cran-survey/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-survey/Makefile	Fri Mar 25 06:16:15 2016	(r411817)
@@ -0,0 +1,17 @@
+# Created by: Wen Heping <wen@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	survey
+DISTVERSION=	3.30-3
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	wen@FreeBSD.org
+COMMENT=	Analysis of complex survey samples
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-survey/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-survey/distinfo	Fri Mar 25 06:16:15 2016	(r411817)
@@ -0,0 +1,2 @@
+SHA256 (survey_3.30-3.tar.gz) = be45d00b22d857e66905789031f2db1037505f80ce15d4b0ea84dabb03bc9e6d
+SIZE (survey_3.30-3.tar.gz) = 1442015

Added: head/math/R-cran-survey/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-survey/pkg-descr	Fri Mar 25 06:16:15 2016	(r411817)
@@ -0,0 +1,9 @@
+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.
+
+WWW: http://r-survey.r-forge.r-project.org/survey/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603250616.u2P6GFmX018228>