Title: Robust PCA by Projection Pursuit
Diff between pcaPP versions 1.9-47 dated 2012-05-14 and 1.9-48 dated 2012-09-08
Description: Robust PCA by Projection Pursuit
Author: Peter Filzmoser, Heinrich Fritz, Klaudius Kalcher
Maintainer: Heinrich Fritz
DESCRIPTION | 6 +-
MD5 | 16 ++---
R/PCAgrid.R | 21 +++++--
R/qn.R | 2
inst/doc/matlab.pdf |binary
src/PCAgrid.cpp | 149 +++++++++++++++++++++++++++++++++++-----------------
src/PCAgrid.h | 7 ++
src/pcaPP.cpp | 1
src/smat.elop.h | 8 +-
9 files changed, 141 insertions(+), 69 deletions(-)
Title: Variational Bayesian mixture models
Diff between VBmix versions 0.2.7 dated 2012-04-09 and 0.2.8 dated 2012-09-08
Description: Variational algorithms and methods for fitting mixture
models. Main functions are varbayes, vbcomp, vbconstr, mppca,
mmppca and gmmkmsock.
Author: Pierrick Bruneau
Maintainer: Pierrick Bruneau
VBmix-0.2.7/VBmix/man/norm.Rd |only
VBmix-0.2.8/VBmix/DESCRIPTION | 10 ++++++----
VBmix-0.2.8/VBmix/MD5 | 8 ++++----
VBmix-0.2.8/VBmix/R/Rutils.R | 2 +-
VBmix-0.2.8/VBmix/data/VBmix.RData |binary
VBmix-0.2.8/VBmix/man/l2norm.Rd |only
6 files changed, 11 insertions(+), 9 deletions(-)
Title: Adaptive Mixture of Student-t distributions
Diff between AdMit versions 1-01.04 dated 2012-08-21 and 1-01.06 dated 2012-09-08
Description: This package provides functions to perform the fitting of
an adaptive mixture of Student-t distributions to a target
density through its kernel function. The mixture approximation
can then be used as the importance density in importance
sampling or as the candidate density in the Metropolis-Hastings
algorithm to obtain quantities of interest for the target
density itself.
Author: David Ardia, Lennart F. Hoogerheide and Herman K. van Dijk
Maintainer: David Ardia
DESCRIPTION | 8 ++--
MD5 | 22 ++++++------
NEWS | 7 +++
R/AdMitMH.R | 86 ++++++++++++++++++++++++------------------------
R/fn.optimp.R | 2 -
THANKS | 3 +
inst/doc/AdMit.pdf |binary
inst/doc/ArticleJSS.txt | 2 -
man/AdMit.Rd | 37 --------------------
man/AdMitIS.Rd | 29 ----------------
man/AdMitMH.Rd | 2 -
man/Mit.Rd | 16 --------
12 files changed, 71 insertions(+), 143 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-09-05 0.7-0
2012-03-15 0.6-3
2012-03-05 0.6-2
2011-12-06 0.5-1
2011-11-02 0.5-0
2011-02-22 0.4-4
2011-01-04 0.4-3
2010-10-23 0.4-2
2010-09-25 0.4-1
2010-08-13 0.4-0
2010-06-21 0.3-3
2010-05-04 0.3-1
2010-05-01 0.3-0
2010-03-12 0.2-3
2009-12-23 0.2-2
2009-12-02 0.2-1
2009-11-02 0.2-0
2009-08-02 0.1-0
2009-06-14 0.0-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-03-17 0.2-0
2011-11-02 0.1-2
2010-05-01 0.1-1
2010-03-12 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-03-01 0.4
2011-12-06 0.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-03-17 0.1-0
2011-05-26 0.0-7
2010-10-04 0.0-6
2010-09-09 0.0-5
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-03-22 1.5
2011-11-02 1.4
2011-02-22 1.3
2010-10-23 1.2
2010-08-13 1.0
2010-08-13 1.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-07-11 0.1-0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-01-28 0.0-2
2011-01-28 0.0-3
2011-01-24 0.0-1
Title: C++ classes to embed R in C++ applications
Diff between RInside versions 0.2.7 dated 2012-08-13 and 0.2.8 dated 2012-09-08
Description: C++ classes to embed R in C++ applications The RInside
packages makes it easier to have 'R inside' your C++
application by providing a C++ wrapper class providing the R
interpreter.
As R itself is embedded into your application, a shared library build
of R is required. This works on Linux, OS X and even on Windows
provided you use the same tools used to build R itself.
Numerous examples are provided in the six subdirectories of the
examples/ directory of the installed package: standard, mpi
(for parallel computing) qt (showing how to embed RInside
inside a Qt GUI application), wt (showing how to build a
'web-application' using the Wt toolkit), armadillo (for RInside
use with RcppArmadillo) and eigen (for RInside use with
RcppEigen).
Doxygen-generated documentation of the C++ classes is available at the
RInside website as well.
Author: Dirk Eddelbuettel and Romain Francois
Maintainer: Dirk Eddelbuettel
RInside-0.2.7/RInside/configure |only
RInside-0.2.7/RInside/configure.win |only
RInside-0.2.7/RInside/inst/include/RInsideAutoloads.h |only
RInside-0.2.7/RInside/inst/include/RInsideEnvVars.h |only
RInside-0.2.7/RInside/src/RInsideAutoloads.h |only
RInside-0.2.7/RInside/src/RInsideEnvVars.h |only
RInside-0.2.8/RInside/ChangeLog | 34 ++++++++++++++
RInside-0.2.8/RInside/DESCRIPTION | 10 ++--
RInside-0.2.8/RInside/MD5 | 24 ++++-----
RInside-0.2.8/RInside/doxyfile | 4 +
RInside-0.2.8/RInside/inst/NEWS.Rd | 12 ++++
RInside-0.2.8/RInside/inst/examples/armadillo/cmake |only
RInside-0.2.8/RInside/inst/examples/eigen/cmake |only
RInside-0.2.8/RInside/inst/examples/standard/Makefile.win | 9 ++-
RInside-0.2.8/RInside/src/Makevars | 20 ++++++--
RInside-0.2.8/RInside/src/Makevars.win | 20 ++++++--
RInside-0.2.8/RInside/src/RInside.cpp | 6 +-
17 files changed, 102 insertions(+), 37 deletions(-)
Title: Latent Variable Analysis
Diff between lavaan versions 0.4-14 dated 2012-05-11 and 0.5-9 dated 2012-09-08
Description: Fit a variety of latent variable models, including
confirmatory factor analysis, structural equation modeling and
latent growth curve models.
Author: Yves Rosseel [aut, cre], Daniel Oberski [ctb], Jarrett Byrnes
[ctb], Leonard Vanbrabant [ctb], Victoria Savalei [ctb], Ed
Merkle [ctb]
Maintainer: Yves Rosseel
lavaan-0.4-14/lavaan/R/export.R |only
lavaan-0.4-14/lavaan/R/measurement.invariance.R |only
lavaan-0.4-14/lavaan/R/numDeriv.R |only
lavaan-0.4-14/lavaan/R/prelis.R |only
lavaan-0.4-14/lavaan/man/measurementInvariance.Rd |only
lavaan-0.5-9/lavaan/DESCRIPTION | 26
lavaan-0.5-9/lavaan/MD5 | 99 +--
lavaan-0.5-9/lavaan/NAMESPACE | 4
lavaan-0.5-9/lavaan/R/00class.R | 23
lavaan-0.5-9/lavaan/R/00generic.R | 10
lavaan-0.5-9/lavaan/R/00lavModel.R |only
lavaan-0.5-9/lavaan/R/01lavOptim.R |only
lavaan-0.5-9/lavaan/R/01lavaanOptions.R | 192 +++++-
lavaan-0.5-9/lavaan/R/02lavML.R |only
lavaan-0.5-9/lavaan/R/02lavaanUser.R | 145 +++-
lavaan-0.5-9/lavaan/R/03lavaanSample.R | 264 ++++++--
lavaan-0.5-9/lavaan/R/04lavaanStart.R | 61 +-
lavaan-0.5-9/lavaan/R/05lavaanModel.R | 46 +
lavaan-0.5-9/lavaan/R/06lavaanEstimate.R | 444 ++++++++++----
lavaan-0.5-9/lavaan/R/07lavaanVcov.R | 138 +---
lavaan-0.5-9/lavaan/R/08lavaanTest.R | 247 +++++---
lavaan-0.5-9/lavaan/R/09lavaanFit.R | 3
lavaan-0.5-9/lavaan/R/10lavaan-methods.R | 386 +++++++++++-
lavaan-0.5-9/lavaan/R/bootstrap.R | 10
lavaan-0.5-9/lavaan/R/bootstrapLRT.R | 9
lavaan-0.5-9/lavaan/R/computeGammaAB.R | 2
lavaan-0.5-9/lavaan/R/fit.measures.R | 88 ++
lavaan-0.5-9/lavaan/R/independence.model.R | 21
lavaan-0.5-9/lavaan/R/information.R | 25
lavaan-0.5-9/lavaan/R/lavData.R | 157 +++--
lavaan-0.5-9/lavaan/R/lavDeriv.R |only
lavaan-0.5-9/lavaan/R/lavExport.R |only
lavaan-0.5-9/lavaan/R/lavOLS.R |only
lavaan-0.5-9/lavaan/R/lavProbit.R |only
lavaan-0.5-9/lavaan/R/lavUMD.R |only
lavaan-0.5-9/lavaan/R/lavaan.R | 135 +++-
lavaan-0.5-9/lavaan/R/missing.R | 6
lavaan-0.5-9/lavaan/R/muthen1984.R |only
lavaan-0.5-9/lavaan/R/nlminb.constr.R | 7
lavaan-0.5-9/lavaan/R/objective.R | 26
lavaan-0.5-9/lavaan/R/pbinorm.R |only
lavaan-0.5-9/lavaan/R/representation.LISREL.R | 670 ++++++++++++++++++++--
lavaan-0.5-9/lavaan/R/residuals.R | 4
lavaan-0.5-9/lavaan/R/simulate.R | 73 +-
lavaan-0.5-9/lavaan/R/standardize.R | 178 ++++-
lavaan-0.5-9/lavaan/R/utils-constraints.R | 8
lavaan-0.5-9/lavaan/R/utils-matrix.R | 9
lavaan-0.5-9/lavaan/R/utils-mplus.R |only
lavaan-0.5-9/lavaan/R/utils-pearson.R |only
lavaan-0.5-9/lavaan/R/utils-polychor.R |only
lavaan-0.5-9/lavaan/R/utils-polyserial.R |only
lavaan-0.5-9/lavaan/R/utils-prelis.R |only
lavaan-0.5-9/lavaan/R/utils-user.R | 355 +++++++++--
lavaan-0.5-9/lavaan/R/utils.R | 79 --
lavaan-0.5-9/lavaan/man/cfa.Rd | 67 +-
lavaan-0.5-9/lavaan/man/growth.Rd | 81 +-
lavaan-0.5-9/lavaan/man/lavaan.Rd | 98 ++-
lavaan-0.5-9/lavaan/man/model.syntax.Rd | 15
lavaan-0.5-9/lavaan/man/sem.Rd | 81 +-
lavaan-0.5-9/lavaan/man/simulateData.Rd | 56 -
lavaan-0.5-9/lavaan/man/varTable.Rd |only
61 files changed, 3258 insertions(+), 1090 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-04-25 1.3.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-12-09 0.5.06
2011-11-04 0.5.05
2010-08-25 0.5.02
2010-08-20 0.5
2010-06-28 0.4.8
2010-06-23 0.4.7
2010-06-18 0.4.6
2010-06-10 0.4.4
2010-05-22 0.4.3
2010-05-11 0.4.1
2010-04-15 0.4
2010-03-16 0.3.3
2010-02-08 0.3.1
2010-01-12 0.2.4
2010-01-07 0.2.3
2009-11-26 0.2.2
2009-11-23 0.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2009-11-04 0.8-6
2009-02-20 0.8-3
2009-02-19 0.8-1
2009-02-19 0.8-2
2007-12-24 0.8-0
2007-09-10 0.7-4
2007-09-08 0.7-3
2007-09-07 0.7-1
2007-09-07 0.7-2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-05-11 0.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-09-01 0.9-8
2011-08-09 0.9-3
2011-06-25 0.9-2
2011-03-24 0.9-1
2011-01-03 0.3-2
2010-12-07 0.3-1
2010-11-14 0.3-0.1
2010-10-02 0.2-9
2010-09-06 0.2-8
2010-05-16 0.2-7
2010-01-25 0.2-6
2009-08-13 0.2-4
2009-06-14 0.2-2
2009-05-13 0.2-1
2009-05-11 0.2-0
2008-11-18 0.1-3
2008-05-06 0.1-0
2008-02-22 0.0-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-08-27 1.3-1
2011-08-08 1.3-0
2009-01-20 1.0-4
2009-01-05 1.0-3
2009-01-03 1.0-1
2008-10-26 1.0-0
2008-07-15 0.0-8
2008-06-01 0.0-7
2008-04-24 0.0-6
2008-04-03 0.0-4
2008-03-12 0.0-3
2008-03-07 0.0-2
2008-03-06 0.0-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2008-07-05 1.0-9
2008-03-31 1.0-8
2007-04-16 1.0-7
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-01-27 0.2-2
2011-12-16 0.2-1
2011-11-23 0.2
2011-11-12 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-11-16 0.01-4
2011-06-24 0.01-3
2011-06-23 0.01-2
2011-06-21 0.01-1
2011-06-20 0.01-0
Title: Delaunay Triangulation and Dirichlet (Voronoi) Tessellation.
Diff between deldir versions 0.0-19 dated 2012-04-23 and 0.0-20 dated 2012-09-08
Description: Calculates the Delaunay triangulation and the Dirichlet or
Voronoi tessellation (with respect to the entire plane) of a
planar point set.
Author: Rolf Turner
Maintainer: Rolf Turner
ChangeLog | 10 ++++++++++
DESCRIPTION | 8 ++++----
MD5 | 10 +++++-----
R/First.R | 8 --------
R/deldir.R | 25 +++++++++++++++++++++----
man/deldir.Rd | 42 ++++++++++++++++++++++++++++++++----------
6 files changed, 72 insertions(+), 31 deletions(-)