[r-cran-raschsampler] 09/19: Import Upstream version 0.8-6

Andreas Tille tille at debian.org
Mon Dec 12 10:45:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-raschsampler.

commit 3db2a3cb854cccd99fee177fedbe84e8cfec1e5a
Author: Andreas Tille <tille at debian.org>
Date:   Mon Dec 12 11:20:44 2016 +0100

    Import Upstream version 0.8-6
---
 DESCRIPTION                                        | 18 +++++++++++------
 MD5                                                | 10 +++++-----
 R/summary.RSctr.R                                  | 15 +++++++-------
 R/summary.RSmpl.R                                  | 21 ++++++++++----------
 R/summary.RSmplext.R                               | 21 ++++++++++----------
 ...hSampler.package.Rd => RaschSampler-package.Rd} | 23 ++++++++++------------
 6 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index ae1696d..e28d91d 100755
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,13 +1,19 @@
 Package: RaschSampler
 Type: Package
 Title: Rasch Sampler
-Version: 0.8-5
-Date: 2011-08-27
-Author: Reinhold Hatzinger, Patrick Mair, Norman Verhelst
-Maintainer: <reinhold.hatzinger at wu.ac.at>
+Version: 0.8-6
+Date: 2012-07-03
+Authors at R: c(person(given="Reinhold", family="Hatzinger",
+        email="reinhold.hatzinger at wu.ac.at", role=c("cre","aut")),
+        person(given="Patrick", family="Mair",
+        email="patrick.mair at wu.ac.at", role=c("cre","aut")),
+        person(given=c("Norman", "D."), family="Verhelst",
+        email="norman.verhelst at cito.nl", role=c("cre","aut")))
+Author: Reinhold Hatzinger, Patrick Mair, Norman D. Verhelst
+Maintainer: Reinhold Hatzinger <reinhold.hatzinger at wu.ac.at>
 Depends: stats
 Description: Sampling binary matrices with fixed margins
 License: GPL-2
-Packaged: 2011-08-27 16:50:36 UTC; hatz
+Packaged: 2012-07-03 16:37:47 UTC; maier
 Repository: CRAN
-Date/Publication: 2011-08-28 05:42:43
+Date/Publication: 2012-07-07 07:17:10
diff --git a/MD5 b/MD5
index 6fc2c5c..fdbc271 100644
--- a/MD5
+++ b/MD5
@@ -1,5 +1,5 @@
 ceee64a8ba55a3f083e817ddaf7315c4 *COPYRIGHTS
-225040b0947622b054c7cc2323e754f6 *DESCRIPTION
+c0d71f2b80eddc0fa09d536674f54a93 *DESCRIPTION
 67bf5857ff434014406d2c492a4d9f43 *NAMESPACE
 37383b86a5a2d72e3c196556e3eaf09c *R/phi.range.R
 da2aaf90411032f77c125a1802a17c9f *R/rsampler.R
@@ -9,14 +9,14 @@ da2aaf90411032f77c125a1802a17c9f *R/rsampler.R
 7b5ffeb67fffbae19d8cea59e7d000e3 *R/rsextrobj.R
 f5999b30f71b9b9e1635a2167d217c9d *R/rstats.R
 e1414590f20a4138cd04abda1c5066f4 *R/rsunpack.R
-c2fadf169458f52593f3ff3f17bb4401 *R/summary.RSctr.R
-a0e2a25ace5e7ab05b1bda5c23acdd73 *R/summary.RSmpl.R
-176c640c7acaa7210f392977e73019d3 *R/summary.RSmplext.R
+ad5211ab843e04ee7e0564032f0a5f1e *R/summary.RSctr.R
+bb58a9a1c07452f36f935b101a61e52a *R/summary.RSmpl.R
+c164f97f003fe597393346ebc34ed98f *R/summary.RSmplext.R
 bac1d538a1aef726f38615aa18f3d48a *data/xmpl.rda
 1fc251a885b608884a2e4b3240d92259 *data/xmplbig.rda
 d3482a367fc1f9aaa27ec2e1618115c4 *man/RSctr.Rd
 a0bfdc2c3a0156ea4cd2bcbdee7dd8e8 *man/RSmpl.Rd
-7c3c19e8e8db965c41e50f2c0126313b *man/RaschSampler.package.Rd
+58adc0104c298a5863dc2b4aea916a4c *man/RaschSampler-package.Rd
 37b00ccd880232d2f889b84dc84c5dc8 *man/phi.range.Rd
 ade46dd1d3d391419c9bfc573620a3d0 *man/rsampler.Rd
 61388178ae969add6843305c46c1d72a *man/rsctrl.Rd
diff --git a/R/summary.RSctr.R b/R/summary.RSctr.R
index c786819..5db9ad9 100755
--- a/R/summary.RSctr.R
+++ b/R/summary.RSctr.R
@@ -1,13 +1,12 @@
 "summary.RSctr" <-
 function(object,...)
 {
-    cat("\nCurrent sampler control specifications in",
-           deparse(substitute(object)),":\n")
-    cat("\tburn_in = ",object$burn_in,"\n")
-    cat("\tn_eff = ",object$n_eff,"\n")
-    cat("\tstep = ",object$step,"\n")
-    cat("\tseed = ",object$seed,"\n")
-    cat("\ttfixed = ",object$tfixed,"\n\n")
-    invisible(object)
+  cat("\nCurrent sampler control specifications in ",deparse(substitute(object)),":\n", sep="")
+  cat("\tburn_in =",object$burn_in,"\n")
+  cat("\tn_eff =",object$n_eff,"\n")
+  cat("\tstep =",object$step,"\n")
+  cat("\tseed =",object$seed,"\n")
+  cat("\ttfixed =",object$tfixed,"\n\n")
+  invisible(object)
 }
 
diff --git a/R/summary.RSmpl.R b/R/summary.RSmpl.R
index e581c31..2eed915 100755
--- a/R/summary.RSmpl.R
+++ b/R/summary.RSmpl.R
@@ -1,16 +1,15 @@
 "summary.RSmpl" <-
 function(object,...)
 {
-    cat("\nStatus of object",deparse(substitute(object)),
-            "after call to RSampler:\n")
-    cat("\tn  = ",object$n,"\n")
-    cat("\tk = ",object$k,"\n")
-    cat("\tburn_in = ",object$burn_in,"\n")
-    cat("\tn_eff = ",object$n_eff,"\n")
-    cat("\tstep = ",object$step,"\n")
-    cat("\tseed = ",object$seed,"\n")
-    cat("\ttfixed = ",object$tfixed,"\n")
-    cat("\tn_tot = ",object$n_tot,"\n")
-    cat("\toutvec contains",length(object$outvec),"elements\n\n")
+  cat("\nStatus of object",deparse(substitute(object)),"after call to RSampler:\n")
+  cat("\tn =",object$n,"\n")
+  cat("\tk =",object$k,"\n")
+  cat("\tburn_in =",object$burn_in,"\n")
+  cat("\tn_eff =",object$n_eff,"\n")
+  cat("\tstep =",object$step,"\n")
+  cat("\tseed =",object$seed,"\n")
+  cat("\ttfixed =",object$tfixed,"\n")
+  cat("\tn_tot =",object$n_tot,"\n")
+  cat("\toutvec contains",length(object$outvec),"elements\n\n")
 }
 
diff --git a/R/summary.RSmplext.R b/R/summary.RSmplext.R
index 35f72e1..e4ae177 100755
--- a/R/summary.RSmplext.R
+++ b/R/summary.RSmplext.R
@@ -1,15 +1,14 @@
 "summary.RSmplext" <-
 function(object,...)
 {
-    cat("\nStatus of extracted object",
-              deparse(substitute(object)),":\n")
-    cat("\tn  = ",object$n,"\n")
-    cat("\tk = ",object$k,"\n")
-    cat("\tburn_in = ",object$burn_in,"\n")
-    cat("\tn_eff = ",object$n_eff,"\n")
-    cat("\tstep = ",object$step,"\n")
-    cat("\tseed = ",object$seed,"\n")
-    cat("\ttfixed = ",object$tfixed,"\n")
-    cat("\tn_tot = ",object$n_tot,"\n")
-    cat("\toutvec contains",length(object$outvec),"elements\n\n")
+  cat("\nStatus of extracted object ",deparse(substitute(object)),":\n", sep="")
+  cat("\tn =",object$n,"\n")
+  cat("\tk =",object$k,"\n")
+  cat("\tburn_in =",object$burn_in,"\n")
+  cat("\tn_eff =",object$n_eff,"\n")
+  cat("\tstep =",object$step,"\n")
+  cat("\tseed =",object$seed,"\n")
+  cat("\ttfixed =",object$tfixed,"\n")
+  cat("\tn_tot =",object$n_tot,"\n")
+  cat("\toutvec contains",length(object$outvec),"elements\n\n")
 }
diff --git a/man/RaschSampler.package.Rd b/man/RaschSampler-package.Rd
similarity index 89%
rename from man/RaschSampler.package.Rd
rename to man/RaschSampler-package.Rd
index 770bec7..59a6e4b 100755
--- a/man/RaschSampler.package.Rd
+++ b/man/RaschSampler-package.Rd
@@ -1,5 +1,4 @@
 \name{RaschSampler-package}
-\alias{RaschSampler-package}
 \alias{RaschSampler}
 \docType{package}
 \title{Rasch Sampler Package}
@@ -32,12 +31,12 @@ has implemented an appropriate option, thus it can be also used for sampling ran
 matrices with given marginal totals.
 }
 \details{
-\tabular{ll}{
-Package: \tab RaschSampler\cr
-Type: \tab Package\cr
-Version: \tab 0.8-5\cr
-Date: \tab 2011-08-27\cr
-License: \tab  GNU GPL 2, June 1991\cr
+\tabular{ll}{%
+Package:\tab RaschSampler\cr
+Type:   \tab Package\cr
+Version:\tab 0.8-6\cr
+Date:   \tab 2012-07-03\cr
+License:\tab GNU GPL 2, June 1991\cr%
 }
 The user has to supply a binary input matrix. After defining appropriate control
 parameters using \code{\link{rsctrl}} the sampling function \code{\link{rsampler}}
@@ -57,13 +56,12 @@ on the control object \code{\link{RSctr}} which is obtained from using
 \code{\link{rsctrl}} containing the specification for the sampling routine.
 
 }
-\author{Reinhold Hatzinger, Patrick Mair, Norman Verhelst
+\author{Reinhold Hatzinger, Patrick Mair, Norman D. Verhelst
 
-Maintainer: <reinhold.hatzinger at wu-wien.ac.at>
+Maintainer: <reinhold.hatzinger at wu.ac.at>
 }
 \references{
-Verhelst, N. D. (2008) An Efficient MCMC Algorithm to Sample Binary
-Matrices with Fixed Marginals. Psychometrika, Volume 73, Number 4\cr
+Verhelst, N. D. (2008) An Efficient MCMC Algorithm to Sample Binary Matrices with Fixed Marginals. Psychometrika, Volume 73, Number 4\cr
 Verhelst, N. D., Hatzinger, R., and Mair, P. (2007) The Rasch Sampler, Journal of Statistical Software, Vol. 20, Issue 4, Feb 2007
 }
 \note{The current implementation allows for data matrices up to 4096 rows and 128 columns.
@@ -76,5 +74,4 @@ Verhelst, N. D., Hatzinger, R., and Mair, P. (2007) The Rasch Sampler, Journal o
       In case of compilation errors (due to a bug in Linux distributions of GCC 4.3) please use
       \code{RaschSampler.f90} from package version 0.8-1 and change \code{nmax} and \code{kmax}
       accordingly (or use GCC 4.4).}
-\keyword{ package }
-
+\keyword{package}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-raschsampler.git



More information about the debian-science-commits mailing list