Title: Approximate probability densities by iterated Laplace
Approximations
Diff between iterLap versions 1.1-1 dated 2011-11-13 and 1.1-2 dated 2012-05-22
Description: The iterLap (iterated Laplace approximation) algorithm
approximates a general (possibly non-normalized) probability
density on R^p, by repeated Laplace approximations to the
difference between current approximation and true density (on
log scale). The final approximation is a mixture of
multivariate normal distributions and might be used for example
as a proposal distribution for importance sampling (eg in
Bayesian applications). The algorithm can be seen as a
computational generalization of the Laplace approximation
suitable for skew or multimodal densities.
Author: Bjoern Bornkamp
Maintainer: Bjoern Bornkamp
DESCRIPTION | 28 +++++++++++++++-------------
MD5 | 12 ++++++------
R/iterLap.R | 13 ++-----------
inst/CITATION | 6 +++---
man/GRApprox.Rd | 2 +-
man/iterLap-package.Rd | 6 +++---
man/iterLap.Rd | 2 +-
7 files changed, 31 insertions(+), 38 deletions(-)
Title: Generic Reproducible Parallel Backend for foreach Loops
Diff between doRNG versions 1.2.6 dated 2012-04-17 and 1.3 dated 2012-05-22
Description: This package provides functions to perform reproducible
parallel foreach loops, using independent random streams as
generated by L'Ecuyer's combined multiple-recursive generator
[L'Ecuyer (1999)]. It enables to easily convert standard
%dopar% loops into fully reproducible loops, independently of
the number of workers, the task scheduling strategy, or the
chosen parallel environment and associated foreach backend.
Author: Renaud Gaujoux
Maintainer: Renaud Gaujoux
doRNG-1.2.6/doRNG/vignettes/Rpackages.bib |only
doRNG-1.3/doRNG/DESCRIPTION | 7 ++++---
doRNG-1.3/doRNG/MD5 | 23 +++++++++++------------
doRNG-1.3/doRNG/NAMESPACE | 5 +++--
doRNG-1.3/doRNG/R/doRNG-package.R | 1 +
doRNG-1.3/doRNG/R/doRNG.R | 1 +
doRNG-1.3/doRNG/inst/doc/doRNG-unitTests.Rnw | 18 +++++++++---------
doRNG-1.3/doRNG/inst/doc/doRNG-unitTests.pdf |binary
doRNG-1.3/doRNG/inst/doc/doRNG.pdf |binary
doRNG-1.3/doRNG/man/RNGseq.Rd | 2 ++
doRNG-1.3/doRNG/man/doRNG.Rd | 6 +++++-
doRNG-1.3/doRNG/vignettes/doRNG-unitTests.Rnw | 18 +++++++++---------
doRNG-1.3/doRNG/vignettes/src/doRNG.Rnw | 7 +++++++
13 files changed, 52 insertions(+), 36 deletions(-)
Title: Manage and manipulate large collections of R objects stored as
tape-like files
Diff between rtape versions 2.0 dated 2012-04-25 and 2.1 dated 2012-05-22
Description: Storing huge data in RData format causes problems because
of the nessesity to load the whole file to the memory in order
to access and manipulate objects inside such file; rtape is a
simple solution to this problem. The package contains serveral
wrappers of R built-in serialize/unserialize mechanism allowing
user to quickly append objects to a tape-like file and later
iterate over them requiring only one copy of each stored object
to reside in memory a time.
Author: Miron B. Kursa
Maintainer: Miron B. Kursa
rtape-2.0/rtape/man/rtape_apply.Rd |only
rtape-2.1/rtape/DESCRIPTION | 8 ++++----
rtape-2.1/rtape/MD5 | 27 ++++++++++++++-------------
rtape-2.1/rtape/R/rtapeAdd.R | 2 +-
rtape-2.1/rtape/R/rtapeLapply.R | 2 +-
rtape-2.1/rtape/R/rtape_apply.R | 2 +-
rtape-2.1/rtape/R/shared.R |only
rtape-2.1/rtape/inst/NEWS | 4 ++++
rtape-2.1/rtape/man/guessFileFormat.Rd | 7 +++++--
rtape-2.1/rtape/man/makeFileFormat.Rd | 8 +++++---
rtape-2.1/rtape/man/rtape-sub-apply.Rd |only
rtape-2.1/rtape/man/rtapeAdd.Rd | 9 ++++++---
rtape-2.1/rtape/man/rtapeAsList.Rd | 7 +++++--
rtape-2.1/rtape/man/rtapeFilter.Rd | 7 +++++--
rtape-2.1/rtape/man/rtapeLapply.Rd | 7 +++++--
rtape-2.1/rtape/man/rtapeRerecord.Rd | 9 ++++++---
16 files changed, 62 insertions(+), 37 deletions(-)
Title: RForcecom provides the connection to Force.com (Salesforce.com)
from R.
Diff between RForcecom versions 0.1 dated 2012-03-05 and 0.2 dated 2012-05-22
Description: RForcecom provides the connection to Force.com and
Salesforce.com from R.
Author: Takekatsu Hiramura
Maintainer: Takekatsu Hiramura
DESCRIPTION | 12 ++++----
MD5 | 34 +++++++++++++-----------
NAMESPACE | 2 +
R/rforcecom.api.R | 11 ++++++++
R/rforcecom.create.R | 49 ++++++++++++++++++++++++++++++------
R/rforcecom.delete.R | 24 +++++++++++++++--
R/rforcecom.getServerTimestamp.R |only
R/rforcecom.login.R | 20 ++++++++++++--
R/rforcecom.query.R | 24 ++++++++++++++---
R/rforcecom.retrieve.R | 4 ++
R/rforcecom.search.R | 24 +++++++++++++++--
R/rforcecom.update.R | 28 ++++++++++++++++++--
R/rforcecom.upsert.R | 28 ++++++++++++++++++--
man/RForcecom-package.Rd | 4 ++
man/rforcecom.api.Rd | 3 ++
man/rforcecom.create.Rd | 2 -
man/rforcecom.getServerTimestamp.Rd |only
man/rforcecom.update.Rd | 2 -
man/rforcecom.upsert.Rd | 4 +-
19 files changed, 222 insertions(+), 53 deletions(-)
Title: SPARQL client
Diff between SPARQL versions 1.7 dated 2011-11-03 and 1.9 dated 2012-05-22
Description: Use SPARQL to pose SELECT or UPDATE queries to an
end-point.
Author: Willem Robert van Hage
Maintainer: Willem Robert van Hage
DESCRIPTION | 16 +-
MD5 | 11 +
NAMESPACE |only
R/SPARQL.R | 302 ++++++++++++++++++++++++++++++--------------------
man/SPARQL-package.Rd | 34 +++++
man/SPARQL.Rd | 33 ++++-
man/get_value.Rd |only
man/interpret_type.Rd |only
8 files changed, 259 insertions(+), 137 deletions(-)
Title: An R package for changepoint analysis
Diff between changepoint versions 0.6.1 dated 2012-05-13 and 0.7 dated 2012-05-22
Description: Implements various mainstream and specialised changepoint
methods for finding single and multiple changepoints within
data. Many popular non-parametric and frequentist methods are
included. The cpt.mean, cpt.var, cpt.meanvar functions should
be your first point of call.
Author: Rebecca Killick
Maintainer: Rebecca Killick
changepoint-0.6.1/changepoint/R/multiple.nonparametric.r |only
changepoint-0.6.1/changepoint/R/multiple.norm.r |only
changepoint-0.7/changepoint/DESCRIPTION | 6
changepoint-0.7/changepoint/MD5 | 37 +-
changepoint-0.7/changepoint/NAMESPACE | 12
changepoint-0.7/changepoint/NEWS | 4
changepoint-0.7/changepoint/R/cpt.R | 17
changepoint-0.7/changepoint/R/cpt.class.R | 25 +
changepoint-0.7/changepoint/R/decision.R | 2
changepoint-0.7/changepoint/R/gamma.R | 7
changepoint-0.7/changepoint/R/multiple.nonparametric.R |only
changepoint-0.7/changepoint/R/multiple.norm.R |only
changepoint-0.7/changepoint/R/poisson.R |only
changepoint-0.7/changepoint/man/PELT.meanvar.exp.Rd | 2
changepoint-0.7/changepoint/man/PELT.meanvar.poisson.Rd |only
changepoint-0.7/changepoint/man/binseg.meanvar.poisson.Rd |only
changepoint-0.7/changepoint/man/changepoint-package.Rd | 2
changepoint-0.7/changepoint/man/cpt.meanvar.Rd | 4
changepoint-0.7/changepoint/man/multiple.meanvar.poisson.Rd |only
changepoint-0.7/changepoint/man/segneigh.meanvar.poisson.Rd |only
changepoint-0.7/changepoint/man/single.meanvar.exp.Rd | 2
changepoint-0.7/changepoint/man/single.meanvar.exp.calc.Rd | 4
changepoint-0.7/changepoint/man/single.meanvar.poisson.Rd |only
changepoint-0.7/changepoint/man/single.meanvar.poisson.calc.Rd |only
changepoint-0.7/changepoint/src/PELT.c | 179 +++++++++-
25 files changed, 268 insertions(+), 35 deletions(-)
Title: Robust Ordinal Regression MCDA library
Diff between ror versions 0.6.1 dated 2011-12-31 and 0.8 dated 2012-05-22
Description: An R package for computing both exact- and stochastic
robust ordinal regression and maximal vectors.
Author: Tommi Tervonen
Maintainer: Tommi Tervonen
ror-0.6.1/ror/inst/java/libror-0.4.1-jar-with-dependencies.jar |only
ror-0.8/ror/DESCRIPTION | 11 +-
ror-0.8/ror/MD5 | 20 ++--
ror-0.8/ror/NAMESPACE | 4
ror-0.8/ror/R/commonsmath-utagms.R | 4
ror-0.8/ror/R/maximalvector.R |only
ror-0.8/ror/R/ror_common.R | 8 -
ror-0.8/ror/R/rorsmaa.R | 48 +---------
ror-0.8/ror/R/vf.R |only
ror-0.8/ror/inst/java/libror-0.8-jar-with-dependencies.jar |only
ror-0.8/ror/man/gibbs.Rd |only
ror-0.8/ror/man/maximalvectors.Rd |only
ror-0.8/ror/man/maximalvectors.indices.Rd |only
ror-0.8/ror/man/rejection.Rd |only
ror-0.8/ror/man/ror-package.Rd | 7 +
15 files changed, 39 insertions(+), 63 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-12-09 1.9
2009-12-13 1.8
2009-10-11 1.7
2007-02-01 1.6
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-10-19 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-01-15 1.0
Title: Spatial Probit Models
Diff between spatialprobit versions 0.9-1 dated 2012-02-19 and 0.9-2 dated 2012-05-22
Description: Bayesian Estimation of Spatial Probit Models
Author: Stefan Wilhelm
Maintainer: Stefan Wilhelm
DESCRIPTION | 8 +-
MD5 | 9 +-
NAMESPACE | 9 +-
NEWS | 4 +
R/SpatialProbit-MCMC.R | 161 ++++++++++++++++++++++++++++++++++++++++++-------
man/c.sarprobit.Rd |only
6 files changed, 159 insertions(+), 32 deletions(-)
Title: Low-memory Multinomial Logistic Regression with Support for Text
Classification
Diff between maxent versions 1.3.1 dated 2011-12-22 and 1.3.2 dated 2012-05-22
Description: maxent is an R package with tools for low-memory
multinomial logistic regression, also known as maximum entropy.
The focus of this maximum entropy classifier is to minimize
memory consumption on very large datasets, particularly sparse
document-term matrices represented by the tm package. The
classifier is based on an efficient C++ implementation written
by Dr. Yoshimasa Tsuruoka.
Author: Timothy P. Jurka, Yoshimasa Tsuruoka
Maintainer: Timothy P. Jurka
ChangeLog | 5 +++++
DESCRIPTION | 18 ++++++++++++------
MD5 | 8 ++++----
src/Makevars | 2 +-
src/Makevars.win | 2 +-
5 files changed, 23 insertions(+), 12 deletions(-)
Title: Statistical inference of C- and D-vine copulas
Diff between CDVine versions 1.1-6 dated 2012-05-14 and 1.1-7 dated 2012-05-22
Description: This package provides functions for statistical inference
of canonical vine (C-vine) and D-vine copulas. It contains
tools for bivariate exploratory data analysis and for bivariate
as well as vine copula selection. Models can be estimated
either sequentially or by joint maximum likelihood estimation.
Sampling algorithms and plotting methods are also included.
Data is assumed to lie in the unit hypercube (so-called copula
data).
Author: Ulf Schepsmeier, Eike Christian Brechmann
Maintainer: Ulf Schepsmeier, Eike Christian Brechmann
CDVine.pdf |binary
DESCRIPTION | 8 ++++----
MD5 | 20 ++++++++++----------
R/BiCopSelect.r | 9 +++++----
inst/ChangeLog | 9 +++++++++
inst/doc/CDVine-package.pdf |binary
man/BiCopChiPlot.Rd | 2 +-
man/BiCopKPlot.Rd | 2 +-
man/BiCopLambda.Rd | 4 ++--
man/BiCopPar2Tau.Rd | 4 ++--
man/CDVine-package.Rd | 4 ++--
11 files changed, 36 insertions(+), 26 deletions(-)