Title: Fast Calculation of the Likelihood of a Stochastic Survival
Model
Diff between GUTS versions 0.4.12 dated 2015-04-02 and 0.4.14 dated 2015-04-03
Description: Given exposure and survival time series as well as parameter values, GUTS allows for the calculation of the survival probabilities as well as the logarithm of the corresponding likelihood.
Author: Carlo Albert
Maintainer: Sören Vogel
DESCRIPTION | 14 +-
MD5 | 10 -
R/GUTS.R | 3
man/Rcpp_GUTS-class.Rd | 261 +++++++++++++++++++++++++++++++------------------
man/diazinon.Rd | 7 -
src/GUTS.cpp | 2
6 files changed, 188 insertions(+), 109 deletions(-)
Title: Exploring Water Quality Monitoring Data
Diff between wq versions 0.4-1 dated 2014-05-14 and 0.4.3 dated 2015-04-03
Description: Functions to assist in the processing and exploration of data from
environmental monitoring programs. The name "wq" stands for "water quality"
and reflects the original focus on time series data for physical and
chemical properties of water, as well as the plankton. Intended for programs
that sample approximately monthly at discrete stations, a feature of many
legacy data sets. Most of the functions should be useful for analysis of
similar-frequency time series regardless of the subject matter.
Author: Alan D. Jassby and James E. Cloern
Maintainer: Alan Jassby
wq-0.4-1/wq/R/ammFrac.R |only
wq-0.4-1/wq/R/layOut.R |only
wq-0.4-1/wq/man/ammFrac.Rd |only
wq-0.4-1/wq/man/layOut.Rd |only
wq-0.4.3/wq/DESCRIPTION | 25 +++----
wq-0.4.3/wq/MD5 | 52 ++++++--------
wq-0.4.3/wq/NAMESPACE | 6 -
wq-0.4.3/wq/NEWS | 6 +
wq-0.4.3/wq/R/WqData-class.R | 1
wq-0.4.3/wq/R/eofNum.R | 2
wq-0.4.3/wq/R/eofPlot.R | 3
wq-0.4.3/wq/R/mannKen.R | 4 -
wq-0.4.3/wq/R/oxySol.R | 6 -
wq-0.4.3/wq/R/plotSeason.R | 5 -
wq-0.4.3/wq/R/plotTs.R | 3
wq-0.4.3/wq/R/plotTsAnom.R | 3
wq-0.4.3/wq/R/plotTsTile.R | 1
wq-0.4.3/wq/R/seaRoll.R | 1
wq-0.4.3/wq/R/seasonTrend.R | 1
wq-0.4.3/wq/R/tsMake.R | 1
wq-0.4.3/wq/R/wqData.R | 2
wq-0.4.3/wq/build/vignette.rds |binary
wq-0.4.3/wq/inst/doc/wq-package.R | 125 +++++++++++++----------------------
wq-0.4.3/wq/inst/doc/wq-package.Rnw | 31 --------
wq-0.4.3/wq/inst/doc/wq-package.pdf |binary
wq-0.4.3/wq/man/wq-package.Rd | 8 --
wq-0.4.3/wq/man/wqData.Rd | 2
wq-0.4.3/wq/vignettes/wq-package.Rnw | 31 --------
wq-0.4.3/wq/vignettes/wqFlow.pdf |binary
29 files changed, 103 insertions(+), 216 deletions(-)
Title: Data Analysis Using Regression and Multilevel/Hierarchical
Models
Diff between arm versions 1.7-07 dated 2014-08-27 and 1.8-03 dated 2015-04-03
Description: R functions for processing 'lm', 'glm', 'svy.glm', 'merMod' and 'polr' outputs.
Author: Andrew Gelman [aut],
Yu-Sung Su [aut, cre],
Masanao Yajima [ctb],
Jennifer Hill [ctb],
Maria Grazia Pittau [ctb],
Jouni Kerman [ctb],
Tian Zheng [ctb],
Vicent Dorie [ctb]
Maintainer: Yu-Sung Su
CHANGELOG | 6
DESCRIPTION | 10
MD5 | 26 -
NAMESPACE | 5
R/bayesglm.R | 1239 +++++++++++++++++---------------------------------
R/bayespolr.R | 139 ++---
R/binnedplot.R | 24
R/sim.R | 8
man/bayesglm.Rd | 9
man/bayespolr.Rd | 136 ++---
man/extractDIC.mer.Rd | 2
man/lalonde.Rd | 4
man/mcsamp.Rd | 2
man/traceplot.Rd | 2
14 files changed, 631 insertions(+), 981 deletions(-)
Title: R/KEA Interface
Diff between RKEA versions 0.0-5 dated 2015-02-20 and 0.0-6 dated 2015-04-03
Description: An R interface to KEA (Version 5.0).
KEA (for Keyphrase Extraction Algorithm) allows for extracting
keyphrases from text documents. It can be either used for free
indexing or for indexing with a controlled vocabulary. For more
information see
Author: Ingo Feinerer [aut],
Kurt Hornik [aut, cre]
Maintainer: Kurt Hornik
RKEA-0.0-5/RKEA/configure |only
RKEA-0.0-5/RKEA/inst/java |only
RKEA-0.0-5/RKEA/inst/stopwords |only
RKEA-0.0-5/RKEA/java |only
RKEA-0.0-5/RKEA/tools |only
RKEA-0.0-6/RKEA/DESCRIPTION | 37 +++-------------------
RKEA-0.0-6/RKEA/MD5 | 33 +++++--------------
RKEA-0.0-6/RKEA/NAMESPACE | 1
RKEA-0.0-6/RKEA/R/kea.R | 35 ++++++++++++++++++++
RKEA-0.0-6/RKEA/R/onLoad.R | 5 --
RKEA-0.0-6/RKEA/inst/doc/kea.R | 22 ++++++++++---
RKEA-0.0-6/RKEA/inst/doc/kea.Rnw | 62 ++++++++++++++++++++++++++++++++-----
RKEA-0.0-6/RKEA/inst/doc/kea.pdf |binary
RKEA-0.0-6/RKEA/man/createModel.Rd | 2 -
RKEA-0.0-6/RKEA/vignettes/kea.Rnw | 62 ++++++++++++++++++++++++++++++++-----
15 files changed, 178 insertions(+), 81 deletions(-)
Title: Test Analysis Modules
Diff between TAM versions 1.5-2 dated 2015-02-24 and 1.6-0 dated 2015-04-03
Description:
Includes marginal and joint maximum likelihood
estimation of uni- and multidimensional item response models
(Rasch, 2PL, 3PL, Generalized Partial Credit, Multi Facets,
Nominal Item Response, Structured Latent Class Analysis,
Mixture Distribution IRT Models, Located Latent Class Models,
Cognitive Diagnostic Models). Latent regression models and
plausible value imputation are also supported.
Author: Thomas Kiefer [aut], Alexander Robitzsch [aut, cre], Margaret Wu [aut]
Maintainer: Alexander Robitzsch
DESCRIPTION | 10
MD5 | 72 ++--
NAMESPACE | 4
R/IRT.drawPV.R |only
R/TAM.ic.R | 2
R/TAM.itempartable.R | 8
R/calc_posterior.v2.R | 8
R/designMatrices.mfr.R | 184 ++++++----
R/designMatrices.mfr2.R | 25 -
R/designMatrices.mfr_aux.R | 210 ++++++++----
R/designMatrices_aux.R | 100 ++++-
R/designMatrices_aux2.R | 4
R/lavaanify.sirt.v1.R | 4
R/mfr.dataprep.R |only
R/mml.3pl.TAM.ic.R | 4
R/plot.tam.R | 449 +++++++++++++++++---------
R/summary.tam.R | 5
R/tam.fa.R | 8
R/tam.mml.2pl.R | 4
R/tam.mml.3pl.R | 4
R/tam.mml.R | 8
R/tam.mml.mfr.R | 168 ++++++---
R/tam.parameterfix.defaults.R | 2
R/tam.wle.R | 26 +
R/tamaan.3pl.trait.R | 8
R/tamaan.R | 21 -
R/tamaanify.R | 4
R/tamaanify.modelprior.R | 5
R/tamaanify.proc.analysis.R | 4
R/tamaanify.tam.mml.3pl.designMatrices.OLCA.R | 2
R/tamcat.R |only
inst/NEWS | 41 ++
man/IRT.drawPV.Rd |only
man/TAM-package.Rd | 2
man/lavaanify.IRT.Rd | 2
man/plot.tam.Rd | 18 -
man/tam.mml.Rd | 103 +++++
man/tamaan.Rd | 22 +
src/tam_mml_mfr_helper.cpp | 98 +++++
39 files changed, 1181 insertions(+), 458 deletions(-)
Title: Embedded JavaScript Engine
Diff between V8 versions 0.5 dated 2015-02-03 and 0.6 dated 2015-04-03
Description: An R interface to Google's open source, high performance JavaScript engine.
V8 is written in C++ and implements ECMAScript as specified in ECMA-262, 5th edition.
In addition, this package implements typed arrays as specified in ECMA 6 in order to
support high-performance computing and libraries compiled with 'emscripten'.
Author: Jeroen Ooms
Maintainer: Jeroen Ooms
V8-0.5/V8/inst/include |only
V8-0.6/V8/DESCRIPTION | 21 ++---
V8-0.6/V8/MD5 | 38 +++++----
V8-0.6/V8/NAMESPACE | 2
V8-0.6/V8/NEWS |only
V8-0.6/V8/R/JS.R |only
V8-0.6/V8/R/V8.R | 39 ++++++---
V8-0.6/V8/R/tab_complete.R |only
V8-0.6/V8/build/vignette.rds |binary
V8-0.6/V8/inst/doc/npm.R | 4 -
V8-0.6/V8/inst/doc/npm.Rmd | 4 -
V8-0.6/V8/inst/doc/npm.html | 8 +-
V8-0.6/V8/inst/doc/v8_intro.R | 16 ++--
V8-0.6/V8/inst/doc/v8_intro.Rmd | 18 ++--
V8-0.6/V8/inst/doc/v8_intro.html | 29 +++----
V8-0.6/V8/man/JS.Rd |only
V8-0.6/V8/man/new_context.Rd | 8 +-
V8-0.6/V8/src/Makevars.win | 6 -
V8-0.6/V8/src/RcppExports.cpp | 154 ++++++++++++++-------------------------
V8-0.6/V8/src/V8_types.h |only
V8-0.6/V8/tools/winlibs.R | 4 -
V8-0.6/V8/vignettes/npm.Rmd | 4 -
V8-0.6/V8/vignettes/v8_intro.Rmd | 18 ++--
23 files changed, 174 insertions(+), 199 deletions(-)
Title: Relative Simulator
Diff between relSim versions 0.1-47 dated 2012-07-24 and 0.2-0 dated 2015-04-03
Description: A set of tools to explore the behaviour statistics used for forensic DNA interpretation when close relatives are involved. The package also offers some useful tools for exploring other forensic DNA situations.
Author: James M. Curran
Maintainer: James M. Curran
relSim-0.1-47/relSim/R/randomProfiles.R |only
relSim-0.1-47/relSim/desktop.ini |only
relSim-0.2-0/relSim/DESCRIPTION | 17
relSim-0.2-0/relSim/MD5 | 51 -
relSim-0.2-0/relSim/NAMESPACE | 19
relSim-0.2-0/relSim/R/IBS.R | 47 -
relSim-0.2-0/relSim/R/RcppExports.R |only
relSim-0.2-0/relSim/R/blockSim.R | 206 +---
relSim-0.2-0/relSim/R/breedFst.R | 102 --
relSim-0.2-0/relSim/R/calcFst.R | 92 --
relSim-0.2-0/relSim/R/estimateQuantile.R | 449 ++++-----
relSim-0.2-0/relSim/R/fetchBMdata.R | 16
relSim-0.2-0/relSim/R/locusIBS.R | 66 -
relSim-0.2-0/relSim/R/lrMix.R | 33
relSim-0.2-0/relSim/R/lrPC.R | 97 --
relSim-0.2-0/relSim/R/lrSib.R | 92 --
relSim-0.2-0/relSim/R/print.population.R | 16
relSim-0.2-0/relSim/R/randomPCPairs.R | 118 --
relSim-0.2-0/relSim/R/randomProfilePairs.R | 98 --
relSim-0.2-0/relSim/R/randomSib.R | 57 -
relSim-0.2-0/relSim/R/randomSibPairs.R | 117 +-
relSim-0.2-0/relSim/README.md |only
relSim-0.2-0/relSim/data/USCaucs.rda |binary
relSim-0.2-0/relSim/data/fbiCaucs.rda |binary
relSim-0.2-0/relSim/man/blockSim.Rd | 180 +--
relSim-0.2-0/relSim/src/RcppExports.cpp |only
relSim-0.2-0/relSim/src/breed.cpp | 160 +--
relSim-0.2-0/relSim/src/calcFst.cpp | 356 +++----
relSim-0.2-0/relSim/src/relSim.cpp | 1313 +++++++++++++++--------------
29 files changed, 1662 insertions(+), 2040 deletions(-)
Title: The Multivariate Normal and t Distributions
Diff between mnormt versions 1.5-1 dated 2014-06-29 and 1.5-2 dated 2015-04-03
Description: Functions are provided for computing the density and the
distribution function of multivariate normal and "t" random variables,
and for generating random vectors sampled from these distributions.
Probabilities are computed via a non-Monte Carlo method. Different routines
are used for the case d=1, d=2, d>2, if d denotes the number of dimensions.
Author: Fortran code by Alan Genz, R code by Adelchi Azzalini
Maintainer: Adelchi Azzalini
mnormt-1.5-1/mnormt/ChangeLog |only
mnormt-1.5-2/mnormt/DESCRIPTION | 16 +++++-----
mnormt-1.5-2/mnormt/MD5 | 10 +++---
mnormt-1.5-2/mnormt/NEWS |only
mnormt-1.5-2/mnormt/R/mnormt.R | 31 +++++++++++---------
mnormt-1.5-2/mnormt/man/dmnorm.Rd | 49 ++++++++++++++++++++++++++------
mnormt-1.5-2/mnormt/man/dmt.Rd | 58 ++++++++++++++++++++++++++++++--------
7 files changed, 117 insertions(+), 47 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2014-12-04 1.5
2013-09-13 1.4
2013-08-23 1.3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2015-02-19 0.99.1
2014-11-15 0.99.0