Sat, 04 Apr 2015

Package RcppRoll updated to version 0.2.2 with previous version 0.1.0 dated 2013-01-15

Title: Efficient Rolling / Windowed Operations
Description: Provides fast and efficient routines for common rolling / windowed operations. Routines for the efficient computation of windowed mean, median, sum, product, minimum, maximum, standard deviation and variance are provided.
Author: Kevin Ushey
Maintainer: Kevin Ushey

Diff between RcppRoll versions 0.1.0 dated 2013-01-15 and 0.2.2 dated 2015-04-04

 RcppRoll-0.1.0/RcppRoll/R/package_description.R  |only
 RcppRoll-0.1.0/RcppRoll/R/roll_max.R             |only
 RcppRoll-0.1.0/RcppRoll/R/roll_mean.R            |only
 RcppRoll-0.1.0/RcppRoll/R/roll_median.R          |only
 RcppRoll-0.1.0/RcppRoll/R/roll_min.R             |only
 RcppRoll-0.1.0/RcppRoll/R/roll_prod.R            |only
 RcppRoll-0.1.0/RcppRoll/R/roll_sd.R              |only
 RcppRoll-0.1.0/RcppRoll/R/roll_sum.R             |only
 RcppRoll-0.1.0/RcppRoll/R/roll_var.R             |only
 RcppRoll-0.1.0/RcppRoll/man/roll_max.Rd          |only
 RcppRoll-0.1.0/RcppRoll/man/roll_mean.Rd         |only
 RcppRoll-0.1.0/RcppRoll/man/roll_median.Rd       |only
 RcppRoll-0.1.0/RcppRoll/man/roll_min.Rd          |only
 RcppRoll-0.1.0/RcppRoll/man/roll_prod.Rd         |only
 RcppRoll-0.1.0/RcppRoll/man/roll_sd.Rd           |only
 RcppRoll-0.1.0/RcppRoll/man/roll_sum.Rd          |only
 RcppRoll-0.1.0/RcppRoll/man/roll_var.Rd          |only
 RcppRoll-0.1.0/RcppRoll/src/Makevars             |only
 RcppRoll-0.1.0/RcppRoll/src/Makevars.win         |only
 RcppRoll-0.1.0/RcppRoll/src/source_files.cpp     |only
 RcppRoll-0.2.2/RcppRoll/DESCRIPTION              |   32 -
 RcppRoll-0.2.2/RcppRoll/MD5                      |   47 -
 RcppRoll-0.2.2/RcppRoll/NAMESPACE                |   21 
 RcppRoll-0.2.2/RcppRoll/R/RcppExports.R          |   64 --
 RcppRoll-0.2.2/RcppRoll/R/RcppRoll-package.R     |only
 RcppRoll-0.2.2/RcppRoll/R/rollit.R               |  702 +++++++++++------------
 RcppRoll-0.2.2/RcppRoll/R/rollit_generated.R     |only
 RcppRoll-0.2.2/RcppRoll/R/rollit_raw.R           |  223 +++----
 RcppRoll-0.2.2/RcppRoll/README.md                |only
 RcppRoll-0.2.2/RcppRoll/man/RcppRoll-exports.Rd  |only
 RcppRoll-0.2.2/RcppRoll/man/RcppRoll.Rd          |   53 -
 RcppRoll-0.2.2/RcppRoll/man/get_rollit_source.Rd |   47 -
 RcppRoll-0.2.2/RcppRoll/man/rollit.Rd            |  268 ++++----
 RcppRoll-0.2.2/RcppRoll/man/rollit_example.Rd    |   79 +-
 RcppRoll-0.2.2/RcppRoll/man/rollit_raw.Rd        |   76 +-
 RcppRoll-0.2.2/RcppRoll/src/RcppExports.cpp      |  347 ++++-------
 RcppRoll-0.2.2/RcppRoll/src/rollit.cpp           |only
 37 files changed, 944 insertions(+), 1015 deletions(-)

More information about RcppRoll at CRAN
Permanent link

Package mvngGrAd updated to version 0.1.5 with previous version 0.1.4 dated 2014-12-28

Title: Moving Grid Adjustment in Plant Breeding Field Trials
Description: Package for moving grid adjustment in plant breeding field trials.
Author: Frank Technow
Maintainer: Frank Technow

Diff between mvngGrAd versions 0.1.4 dated 2014-12-28 and 0.1.5 dated 2015-04-04

 DESCRIPTION             |    8 ++++----
 MD5                     |    8 ++++----
 inst/CITATION           |    6 +++---
 man/mvngGrAd-package.Rd |    4 ++--
 vignettes/mvngGrAd.Rnw  |    2 +-
 5 files changed, 14 insertions(+), 14 deletions(-)

More information about mvngGrAd at CRAN
Permanent link

Package pitchRx updated to version 1.7 with previous version 1.6 dated 2014-10-27

Title: Tools for Harnessing MLBAM Gameday Data and Visualizing PITCHf/x
Description: With pitchRx, one can easily obtain Major League Baseball Advanced Media's Gameday data (as well as store it in a remote database). The Gameday website hosts a wealth of data in XML format, but perhaps most interesting is PITCHf/x. Among other things, PITCHf/x data can be used to recreate a baseball's flight path from a pitcher's hand to home plate. With pitchRx, one can easily create animations and interactive 3D scatterplots of the baseball's flight path. PITCHf/x data is also commonly used to generate a static plot of baseball locations at the moment they cross home plate. These plots, sometimes called strike-zone plots, can also refer to a plot of event probabilities over the same region. pitchRx provides an easy and robust way to generate strike-zone plots using the ggplot2 package.
Author: Carson Sievert
Maintainer: Carson Sievert

Diff between pitchRx versions 1.6 dated 2014-10-27 and 1.7 dated 2015-04-04

 DESCRIPTION            |   10 +++++-----
 MD5                    |   46 +++++++++++++++++++++++-----------------------
 NAMESPACE              |    2 +-
 NEWS                   |    9 ++++++++-
 R/data.R               |    2 +-
 data/fields.rda        |binary
 data/gids.rda          |binary
 inst/CITATION          |    7 +++----
 man/animateFX.Rd       |    3 ++-
 man/export.Rd          |    7 ++++---
 man/fields.Rd          |    3 ++-
 man/getSnapshots.Rd    |    3 ++-
 man/gids.Rd            |    3 ++-
 man/interactiveFX.Rd   |    3 ++-
 man/makeUrls.Rd        |    3 ++-
 man/nonMLBgids.Rd      |    3 ++-
 man/pitchRx.Rd         |    3 ++-
 man/pitches.Rd         |    3 ++-
 man/players.Rd         |    6 +++---
 man/scrape.Rd          |    3 ++-
 man/scrapeFX.Rd        |    3 ++-
 man/strikeFX.Rd        |    3 ++-
 man/update_db.Rd       |    3 ++-
 man/urlsToDataFrame.Rd |    3 ++-
 24 files changed, 76 insertions(+), 55 deletions(-)

More information about pitchRx at CRAN
Permanent link

Package MixAll updated to version 1.0.2 with previous version 1.0 dated 2015-03-23

Title: Clustering using Mixture Models
Description: Algorithms and methods for estimating parametric mixture models with missing data.
Author: Serge Iovleff [aut, cre]
Maintainer: Serge Iovleff

Diff between MixAll versions 1.0 dated 2015-03-23 and 1.0.2 dated 2015-04-04

 MixAll-1.0.2/MixAll/DESCRIPTION                               |   16 -
 MixAll-1.0.2/MixAll/MD5                                       |   95 +++++-----
 MixAll-1.0.2/MixAll/NAMESPACE                                 |    1 
 MixAll-1.0.2/MixAll/R/ClusterAlgo.R                           |   21 +-
 MixAll-1.0.2/MixAll/R/ClusterCategorical.R                    |   29 +--
 MixAll-1.0.2/MixAll/R/ClusterDiagGaussian.R                   |   28 +-
 MixAll-1.0.2/MixAll/R/ClusterGamma.R                          |   18 +
 MixAll-1.0.2/MixAll/R/ClusterHeterogeneous.R                  |   16 -
 MixAll-1.0.2/MixAll/R/ClusterInit.R                           |   36 +--
 MixAll-1.0.2/MixAll/R/ClusterPlot.R                           |    9 
 MixAll-1.0.2/MixAll/R/ClusterPoisson.R                        |   11 -
 MixAll-1.0.2/MixAll/R/ClusterStrategy.R                       |   68 ++++---
 MixAll-1.0.2/MixAll/R/IClusterModel.R                         |    8 
 MixAll-1.0.2/MixAll/R/MixAll.R                                |   37 ++-
 MixAll-1.0.2/MixAll/R/global.R                                |   36 +++
 MixAll-1.0.2/MixAll/R/missingValues.R                         |   73 +++----
 MixAll-1.0.2/MixAll/build                                     |only
 MixAll-1.0.2/MixAll/inst                                      |only
 MixAll-1.0.2/MixAll/man/ClusterAlgo-class.Rd                  |    5 
 MixAll-1.0.2/MixAll/man/ClusterCategorical-class.Rd           |    2 
 MixAll-1.0.2/MixAll/man/ClusterCategoricalComponent-class.Rd  |only
 MixAll-1.0.2/MixAll/man/ClusterDiagGaussian-class.Rd          |    2 
 MixAll-1.0.2/MixAll/man/ClusterDiagGaussianComponent-class.Rd |only
 MixAll-1.0.2/MixAll/man/ClusterGamma-class.Rd                 |    2 
 MixAll-1.0.2/MixAll/man/ClusterGammaComponent-class.Rd        |only
 MixAll-1.0.2/MixAll/man/ClusterHeterogeneous-class.Rd         |   10 -
 MixAll-1.0.2/MixAll/man/ClusterInit-class.Rd                  |    7 
 MixAll-1.0.2/MixAll/man/ClusterStrategy-class.Rd              |   15 -
 MixAll-1.0.2/MixAll/man/IClusterComponent-class.Rd            |   48 -----
 MixAll-1.0.2/MixAll/man/MixAll-package.Rd                     |only
 MixAll-1.0.2/MixAll/man/birds.Rd                              |    5 
 MixAll-1.0.2/MixAll/man/clusterAlgo.Rd                        |    8 
 MixAll-1.0.2/MixAll/man/clusterCategorical.Rd                 |    8 
 MixAll-1.0.2/MixAll/man/clusterDiagGaussian.Rd                |   10 -
 MixAll-1.0.2/MixAll/man/clusterInit.Rd                        |   21 +-
 MixAll-1.0.2/MixAll/man/clusterStrategy.Rd                    |   29 +--
 MixAll-1.0.2/MixAll/man/extract-methods.Rd                    |    4 
 MixAll-1.0.2/MixAll/man/initialize-methods.Rd                 |   30 +--
 MixAll-1.0.2/MixAll/man/missingValues-methods.Rd              |    2 
 MixAll-1.0.2/MixAll/man/print-methods.Rd                      |    6 
 MixAll-1.0.2/MixAll/man/show-methods.Rd                       |    6 
 MixAll-1.0.2/MixAll/man/summary-methods.Rd                    |    4 
 MixAll-1.0.2/MixAll/man/titanic.Rd                            |    4 
 MixAll-1.0.2/MixAll/src/ClusterFacade.cpp                     |only
 MixAll-1.0.2/MixAll/src/ClusterFacade.h                       |only
 MixAll-1.0.2/MixAll/src/ClusterLauncher.cpp                   |only
 MixAll-1.0.2/MixAll/src/ClusterLauncher.h                     |only
 MixAll-1.0.2/MixAll/src/RDataHandler.cpp                      |only
 MixAll-1.0.2/MixAll/src/RDataHandler.h                        |only
 MixAll-1.0.2/MixAll/src/clusterMixture.cpp                    |   18 +
 MixAll-1.0.2/MixAll/tests/testPoissonExample.R                |only
 MixAll-1.0.2/MixAll/vignettes                                 |only
 MixAll-1.0/MixAll/man/rtkpp-package.Rd                        |only
 MixAll-1.0/MixAll/src/STK_ClusterFacade.cpp                   |only
 MixAll-1.0/MixAll/src/STK_ClusterLauncher.cpp                 |only
 MixAll-1.0/MixAll/src/STK_RDataHandler.cpp                    |only
 56 files changed, 413 insertions(+), 335 deletions(-)

More information about MixAll at CRAN
Permanent link

Package bda updated to version 5.1.3 with previous version 3.2.0-3 dated 2014-05-07

Title: Density Estimation for Grouped Data
Description: Functions for density estimation based on grouped (or pre-binned) data.
Author: Bin Wang .
Maintainer: Bin Wang

Diff between bda versions 3.2.0-3 dated 2014-05-07 and 5.1.3 dated 2015-04-04

 bda-3.2.0-3/bda/R/EDF.R               |only
 bda-3.2.0-3/bda/R/MediationTest.R     |only
 bda-3.2.0-3/bda/R/PermTest.R          |only
 bda-3.2.0-3/bda/R/Survival.R          |only
 bda-3.2.0-3/bda/R/histosmooth.R       |only
 bda-3.2.0-3/bda/R/old.R               |only
 bda-3.2.0-3/bda/R/wkde.R              |only
 bda-3.2.0-3/bda/man/BiasedSampling.Rd |only
 bda-3.2.0-3/bda/man/MLE.Rd            |only
 bda-3.2.0-3/bda/man/Survival.Rd       |only
 bda-3.2.0-3/bda/man/bdfmm.Rd          |only
 bda-3.2.0-3/bda/man/edf.Rd            |only
 bda-3.2.0-3/bda/man/goftest.Rd        |only
 bda-3.2.0-3/bda/man/lprde.Rd          |only
 bda-3.2.0-3/bda/man/npr.Rd            |only
 bda-3.2.0-3/bda/man/pcb.Rd            |only
 bda-3.2.0-3/bda/man/permtest.Rd       |only
 bda-3.2.0-3/bda/man/weighting.Rd      |only
 bda-3.2.0-3/bda/man/wkde.Rd           |only
 bda-3.2.0-3/bda/src/DeconKernel.c     |only
 bda-3.2.0-3/bda/src/KernelWKDE.c      |only
 bda-3.2.0-3/bda/src/LLSKernel.c       |only
 bda-3.2.0-3/bda/src/bootkdec.c        |only
 bda-3.2.0-3/bda/src/bootkdef.f        |only
 bda-3.2.0-3/bda/src/cwkde.c           |only
 bda-3.2.0-3/bda/src/fmmc.c            |only
 bda-3.2.0-3/bda/src/fmmf.f            |only
 bda-5.1.3/bda/DESCRIPTION             |   16 
 bda-5.1.3/bda/MD5                     |   92 +-
 bda-5.1.3/bda/NAMESPACE               |   85 +-
 bda-5.1.3/bda/PORTING                 |   32 
 bda-5.1.3/bda/R/EDA.R                 |only
 bda-5.1.3/bda/R/EWD.R                 |only
 bda-5.1.3/bda/R/GBdist.R              |only
 bda-5.1.3/bda/R/GBsmooth.R            |only
 bda-5.1.3/bda/R/GLDsmooth.R           |only
 bda-5.1.3/bda/R/GWD.R                 |only
 bda-5.1.3/bda/R/Laplace.R             |only
 bda-5.1.3/bda/R/Weibull.R             |only
 bda-5.1.3/bda/R/bde.R                 |only
 bda-5.1.3/bda/R/bemmix.R              |  323 +++++----
 bda-5.1.3/bda/R/binning.R             |only
 bda-5.1.3/bda/R/bootkde.R             |only
 bda-5.1.3/bda/R/fitDagum.R            |only
 bda-5.1.3/bda/R/gof.R                 |only
 bda-5.1.3/bda/R/lpsmooth.R            |  275 ++++++--
 bda-5.1.3/bda/R/lt50.R                |only
 bda-5.1.3/bda/R/mediation.R           |only
 bda-5.1.3/bda/R/mixnorm.R             |    2 
 bda-5.1.3/bda/R/oddsratio.R           |only
 bda-5.1.3/bda/R/ppower.R              |only
 bda-5.1.3/bda/R/zzz.R                 |   33 
 bda-5.1.3/bda/man/Dagum.Rd            |only
 bda-5.1.3/bda/man/EWD.Rd              |only
 bda-5.1.3/bda/man/FMKLGLD.Rd          |only
 bda-5.1.3/bda/man/GBSmooth.Rd         |only
 bda-5.1.3/bda/man/GBdist.Rd           |only
 bda-5.1.3/bda/man/GLDFitting.Rd       |only
 bda-5.1.3/bda/man/GWD.Rd              |only
 bda-5.1.3/bda/man/bda.Rd              |    3 
 bda-5.1.3/bda/man/bde.Rd              |   48 -
 bda-5.1.3/bda/man/bemmix.Rd           |   30 
 bda-5.1.3/bda/man/binning.Rd          |   79 +-
 bda-5.1.3/bda/man/eda.Rd              |only
 bda-5.1.3/bda/man/fitWeibull.Rd       |only
 bda-5.1.3/bda/man/gof.Rd              |only
 bda-5.1.3/bda/man/laplace.Rd          |only
 bda-5.1.3/bda/man/lpsmooth.Rd         |only
 bda-5.1.3/bda/man/lt50.logit.Rd       |only
 bda-5.1.3/bda/man/lt50.logitfit.Rd    |only
 bda-5.1.3/bda/man/medtest.Rd          |   33 
 bda-5.1.3/bda/man/mixnorm.Rd          |    3 
 bda-5.1.3/bda/man/oddsratio.Rd        |only
 bda-5.1.3/bda/man/ppower.Rd           |only
 bda-5.1.3/bda/src/Ckernel.c           | 1140 ++++++++++++++++++----------------
 bda-5.1.3/bda/src/Fkernel.f           |  150 ++++
 bda-5.1.3/bda/src/init.c              |  127 ---
 77 files changed, 1442 insertions(+), 1029 deletions(-)

More information about bda at CRAN
Permanent link

New package SOUP with initial version 1.1
Package: SOUP
Version: 1.1
Date: 2015-04-03
Title: Stochastic Ordering Using Permutations (and Pairwise Comparisons)
Authors@R: person("Federico", "Mattiello", role = c("aut", "cre"), email = "federico.mattiello@gmail.com")
Author: Federico Mattiello [aut, cre]
Maintainer: Federico Mattiello
Depends: R (>= 3.0.0), methods, tensor
Suggests: flip
Description: Construct a ranking of a set of treatments/groups by gathering together information coming from several response variables. It can be used with both balanced and unbalanced experiments (with almost all test statistics) as well as in presence of either continuous covariates or a stratifying (categorical) variable.
License: GPL (>= 2)
Collate: 'NPC.R' 'PermSpace.R' 'RankResults.R' 'SOUP.R' 'multiplicity.R' 'simpleAD.R' 'simpleHotelling.R' 'simpleMeanDiff.R' 'simpleTtest.R' 'strataAD.R' 'strataLmCoef.R' 'strataMeanDiff.R' 'strataTtest.R' 't2p.R' 'utilities.R' 'PValueMat.R' 'SoupObject.R' 'rankingRule.R' 'iterNPC.r'
Packaged: 2015-04-04 13:01:17 UTC; Federico
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-04-04 16:14:05

More information about SOUP at CRAN
Permanent link

Package Matrix updated to version 1.2-0 with previous version 1.1-5 dated 2015-01-18

Title: Sparse and Dense Matrix Classes and Methods
Description: Classes and methods for dense and sparse matrices and operations on them using 'LAPACK' and 'SuiteSparse'.
Author: Douglas Bates and Martin Maechler
Maintainer: Martin Maechler

Diff between Matrix versions 1.1-5 dated 2015-01-18 and 1.2-0 dated 2015-04-04

 Matrix-1.1-5/Matrix/R/associations.R                        |only
 Matrix-1.1-5/Matrix/po/T                                    |only
 Matrix-1.2-0/Matrix/ChangeLog                               |   15 
 Matrix-1.2-0/Matrix/DESCRIPTION                             |   10 
 Matrix-1.2-0/Matrix/MD5                                     |  270 -
 Matrix-1.2-0/Matrix/NAMESPACE                               |    9 
 Matrix-1.2-0/Matrix/R/AllClass.R                            |   33 
 Matrix-1.2-0/Matrix/R/AllGeneric.R                          |   13 
 Matrix-1.2-0/Matrix/R/Auxiliaries.R                         |   67 
 Matrix-1.2-0/Matrix/R/Csparse.R                             |   29 
 Matrix-1.2-0/Matrix/R/HBMM.R                                |   16 
 Matrix-1.2-0/Matrix/R/Math.R                                |   10 
 Matrix-1.2-0/Matrix/R/Matrix.R                              |   12 
 Matrix-1.2-0/Matrix/R/Ops.R                                 |   30 
 Matrix-1.2-0/Matrix/R/Summary.R                             |   25 
 Matrix-1.2-0/Matrix/R/Tsparse.R                             |   16 
 Matrix-1.2-0/Matrix/R/abIndex.R                             |   20 
 Matrix-1.2-0/Matrix/R/bind2.R                               |  185 
 Matrix-1.2-0/Matrix/R/dMatrix.R                             |   28 
 Matrix-1.2-0/Matrix/R/ddenseMatrix.R                        |   32 
 Matrix-1.2-0/Matrix/R/denseMatrix.R                         |   27 
 Matrix-1.2-0/Matrix/R/dgCMatrix.R                           |    5 
 Matrix-1.2-0/Matrix/R/dgeMatrix.R                           |    3 
 Matrix-1.2-0/Matrix/R/diagMatrix.R                          |  308 +
 Matrix-1.2-0/Matrix/R/dsCMatrix.R                           |   11 
 Matrix-1.2-0/Matrix/R/dsTMatrix.R                           |    2 
 Matrix-1.2-0/Matrix/R/dsyMatrix.R                           |    4 
 Matrix-1.2-0/Matrix/R/dtrMatrix.R                           |    8 
 Matrix-1.2-0/Matrix/R/indMatrix.R                           |   14 
 Matrix-1.2-0/Matrix/R/lMatrix.R                             |   42 
 Matrix-1.2-0/Matrix/R/ldenseMatrix.R                        |    6 
 Matrix-1.2-0/Matrix/R/lgTMatrix.R                           |    2 
 Matrix-1.2-0/Matrix/R/lsTMatrix.R                           |    2 
 Matrix-1.2-0/Matrix/R/lsparseMatrix.R                       |    5 
 Matrix-1.2-0/Matrix/R/ndenseMatrix.R                        |   11 
 Matrix-1.2-0/Matrix/R/ngCMatrix.R                           |   40 
 Matrix-1.2-0/Matrix/R/ngTMatrix.R                           |    4 
 Matrix-1.2-0/Matrix/R/nnzero.R                              |    2 
 Matrix-1.2-0/Matrix/R/not.R                                 |    2 
 Matrix-1.2-0/Matrix/R/nsCMatrix.R                           |   25 
 Matrix-1.2-0/Matrix/R/nsTMatrix.R                           |    2 
 Matrix-1.2-0/Matrix/R/nsparseMatrix.R                       |   11 
 Matrix-1.2-0/Matrix/R/ntCMatrix.R                           |   29 
 Matrix-1.2-0/Matrix/R/pMatrix.R                             |    3 
 Matrix-1.2-0/Matrix/R/products.R                            |  752 ++-
 Matrix-1.2-0/Matrix/R/rankMatrix.R                          |    2 
 Matrix-1.2-0/Matrix/R/spModels.R                            |    5 
 Matrix-1.2-0/Matrix/R/sparseMatrix.R                        |   17 
 Matrix-1.2-0/Matrix/R/sparseQR.R                            |    3 
 Matrix-1.2-0/Matrix/R/sparseVector.R                        |    4 
 Matrix-1.2-0/Matrix/R/symmetricMatrix.R                     |   28 
 Matrix-1.2-0/Matrix/R/zzz.R                                 |   25 
 Matrix-1.2-0/Matrix/TODO                                    |   38 
 Matrix-1.2-0/Matrix/build/vignette.rds                      |binary
 Matrix-1.2-0/Matrix/inst/Doxyfile                           | 2357 +++++++-----
 Matrix-1.2-0/Matrix/inst/NEWS.Rd                            |only
 Matrix-1.2-0/Matrix/inst/doc/Comparisons.pdf                |binary
 Matrix-1.2-0/Matrix/inst/doc/Design-issues.pdf              |binary
 Matrix-1.2-0/Matrix/inst/doc/Intro2Matrix.pdf               |binary
 Matrix-1.2-0/Matrix/inst/doc/Introduction.pdf               |binary
 Matrix-1.2-0/Matrix/inst/doc/sparseModels.pdf               |binary
 Matrix-1.2-0/Matrix/inst/include/Matrix.h                   |   28 
 Matrix-1.2-0/Matrix/inst/include/Matrix_stubs.c             |   74 
 Matrix-1.2-0/Matrix/inst/po/de/LC_MESSAGES/Matrix.mo        |binary
 Matrix-1.2-0/Matrix/inst/po/de/LC_MESSAGES/R-Matrix.mo      |binary
 Matrix-1.2-0/Matrix/inst/po/en@quot/LC_MESSAGES/Matrix.mo   |binary
 Matrix-1.2-0/Matrix/inst/po/en@quot/LC_MESSAGES/R-Matrix.mo |binary
 Matrix-1.2-0/Matrix/inst/po/fr/LC_MESSAGES/Matrix.mo        |binary
 Matrix-1.2-0/Matrix/inst/po/fr/LC_MESSAGES/R-Matrix.mo      |binary
 Matrix-1.2-0/Matrix/inst/po/ko                              |only
 Matrix-1.2-0/Matrix/inst/po/pl/LC_MESSAGES/Matrix.mo        |binary
 Matrix-1.2-0/Matrix/inst/po/pl/LC_MESSAGES/R-Matrix.mo      |binary
 Matrix-1.2-0/Matrix/inst/test-tools-1.R                     |   17 
 Matrix-1.2-0/Matrix/inst/test-tools-Matrix.R                |   91 
 Matrix-1.2-0/Matrix/man/CAex.Rd                             |    8 
 Matrix-1.2-0/Matrix/man/Cholesky.Rd                         |    4 
 Matrix-1.2-0/Matrix/man/Matrix-class.Rd                     |    6 
 Matrix-1.2-0/Matrix/man/TsparseMatrix-class.Rd              |    3 
 Matrix-1.2-0/Matrix/man/USCounties.Rd                       |    4 
 Matrix-1.2-0/Matrix/man/boolean-matprod.Rd                  |only
 Matrix-1.2-0/Matrix/man/cBind.Rd                            |   40 
 Matrix-1.2-0/Matrix/man/dgTMatrix-class.Rd                  |   24 
 Matrix-1.2-0/Matrix/man/dsCMatrix-class.Rd                  |   12 
 Matrix-1.2-0/Matrix/man/dtCMatrix-class.Rd                  |   10 
 Matrix-1.2-0/Matrix/man/graph2T.Rd                          |    2 
 Matrix-1.2-0/Matrix/man/indMatrix-class.Rd                  |   20 
 Matrix-1.2-0/Matrix/man/isTriangular.Rd                     |    3 
 Matrix-1.2-0/Matrix/man/lsparseMatrix-classes.Rd            |   48 
 Matrix-1.2-0/Matrix/man/matrix-products.Rd                  |   82 
 Matrix-1.2-0/Matrix/man/nMatrix-class.Rd                    |   24 
 Matrix-1.2-0/Matrix/man/ndenseMatrix-class.Rd               |    1 
 Matrix-1.2-0/Matrix/man/nsparseMatrix-classes.Rd            |   21 
 Matrix-1.2-0/Matrix/man/rankMatrix.Rd                       |    3 
 Matrix-1.2-0/Matrix/man/rsparsematrix.Rd                    |   14 
 Matrix-1.2-0/Matrix/man/symmetricMatrix-class.Rd            |   32 
 Matrix-1.2-0/Matrix/man/triangularMatrix-class.Rd           |   12 
 Matrix-1.2-0/Matrix/man/uniqTsparse.Rd                      |only
 Matrix-1.2-0/Matrix/po/Matrix.pot                           |  309 -
 Matrix-1.2-0/Matrix/po/R-Matrix.pot                         |   13 
 Matrix-1.2-0/Matrix/po/R-de.po                              |   38 
 Matrix-1.2-0/Matrix/po/R-en@quot.po                         |only
 Matrix-1.2-0/Matrix/po/R-fr.po                              |   15 
 Matrix-1.2-0/Matrix/po/R-ko.po                              |only
 Matrix-1.2-0/Matrix/po/R-pl.po                              |   21 
 Matrix-1.2-0/Matrix/po/de.po                                |  406 +-
 Matrix-1.2-0/Matrix/po/en@quot.po                           |only
 Matrix-1.2-0/Matrix/po/fr.po                                |  307 -
 Matrix-1.2-0/Matrix/po/pl.po                                |  327 -
 Matrix-1.2-0/Matrix/po/update-me.sh                         |    5 
 Matrix-1.2-0/Matrix/src/CHMfactor.c                         |    2 
 Matrix-1.2-0/Matrix/src/Csparse.c                           |  570 ++
 Matrix-1.2-0/Matrix/src/Csparse.h                           |   19 
 Matrix-1.2-0/Matrix/src/Mutils.c                            |  249 -
 Matrix-1.2-0/Matrix/src/Mutils.h                            |   62 
 Matrix-1.2-0/Matrix/src/TMatrix_as.c                        |   31 
 Matrix-1.2-0/Matrix/src/abIndex.c                           |    3 
 Matrix-1.2-0/Matrix/src/chm_common.c                        |  128 
 Matrix-1.2-0/Matrix/src/chm_common.h                        |    5 
 Matrix-1.2-0/Matrix/src/dense.c                             |   22 
 Matrix-1.2-0/Matrix/src/dgCMatrix.c                         |    2 
 Matrix-1.2-0/Matrix/src/dgTMatrix.c                         |   16 
 Matrix-1.2-0/Matrix/src/dgeMatrix.c                         |  453 +-
 Matrix-1.2-0/Matrix/src/dgeMatrix.h                         |    9 
 Matrix-1.2-0/Matrix/src/dsCMatrix.c                         |    2 
 Matrix-1.2-0/Matrix/src/dsyMatrix.c                         |    2 
 Matrix-1.2-0/Matrix/src/dtrMatrix.c                         |   17 
 Matrix-1.2-0/Matrix/src/init.c                              |   23 
 Matrix-1.2-0/Matrix/src/scripts/0get-SuiteSparse.sh         |   48 
 Matrix-1.2-0/Matrix/tests/Simple.R                          |  163 
 Matrix-1.2-0/Matrix/tests/abIndex-tsts.R                    |   17 
 Matrix-1.2-0/Matrix/tests/bind.R                            |  150 
 Matrix-1.2-0/Matrix/tests/bind.Rout.save                    |  328 +
 Matrix-1.2-0/Matrix/tests/dpo-test.R                        |   12 
 Matrix-1.2-0/Matrix/tests/factorizing.R                     |   10 
 Matrix-1.2-0/Matrix/tests/group-methods.R                   |   21 
 Matrix-1.2-0/Matrix/tests/indexing.R                        |   15 
 Matrix-1.2-0/Matrix/tests/indexing.Rout.save                |   46 
 Matrix-1.2-0/Matrix/tests/matprod.R                         |  282 +
 Matrix-1.2-0/Matrix/tests/other-pkgs.R                      |    2 
 Matrix-1.2-0/Matrix/tests/validObj.R                        |   13 
 140 files changed, 6088 insertions(+), 3277 deletions(-)

More information about Matrix at CRAN
Permanent link

Package lavaan updated to version 0.5-18 with previous version 0.5-17 dated 2014-09-30

Title: Latent Variable Analysis
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], Michael Hallquist [ctb], Mijke Rhemtulla [ctb], Myrsini Katsikatsou [ctb], Mariska Barendse [ctb]
Maintainer: Yves Rosseel

Diff between lavaan versions 0.5-17 dated 2014-09-30 and 0.5-18 dated 2015-04-04

 lavaan-0.5-17/lavaan/R/FIX_semTools.R              |only
 lavaan-0.5-17/lavaan/R/lav_deriv.R                 |only
 lavaan-0.5-17/lavaan/R/lav_independence.R          |only
 lavaan-0.5-17/lavaan/R/lav_information.R           |only
 lavaan-0.5-17/lavaan/R/lav_vcov.R                  |only
 lavaan-0.5-17/lavaan/man/pmlfit.Rd                 |only
 lavaan-0.5-17/lavaan/man/utils-matrix.Rd           |only
 lavaan-0.5-18/lavaan/DESCRIPTION                   |    8 
 lavaan-0.5-18/lavaan/MD5                           |  179 +--
 lavaan-0.5-18/lavaan/NAMESPACE                     |   73 +
 lavaan-0.5-18/lavaan/R/00class.R                   |   17 
 lavaan-0.5-18/lavaan/R/ctr_estfun.R                |    6 
 lavaan-0.5-18/lavaan/R/ctr_informative_testing.R   |    4 
 lavaan-0.5-18/lavaan/R/ctr_pairwise_fit.R          |    2 
 lavaan-0.5-18/lavaan/R/ctr_pairwise_table.R        |  394 +++---
 lavaan-0.5-18/lavaan/R/ctr_pml_plrt.R              |only
 lavaan-0.5-18/lavaan/R/ctr_pml_plrt_nested.R       |only
 lavaan-0.5-18/lavaan/R/lav_binorm.R                |   16 
 lavaan-0.5-18/lavaan/R/lav_bootstrap.R             |   13 
 lavaan-0.5-18/lavaan/R/lav_bootstrap_lrt.R         |   11 
 lavaan-0.5-18/lavaan/R/lav_constraints.R           |  235 +++
 lavaan-0.5-18/lavaan/R/lav_cor.R                   |   17 
 lavaan-0.5-18/lavaan/R/lav_data.R                  |   13 
 lavaan-0.5-18/lavaan/R/lav_export.R                |    8 
 lavaan-0.5-18/lavaan/R/lav_export_mplus.R          |   12 
 lavaan-0.5-18/lavaan/R/lav_fiml.R                  |   10 
 lavaan-0.5-18/lavaan/R/lav_fit.R                   |   20 
 lavaan-0.5-18/lavaan/R/lav_fit_measures.R          |   70 -
 lavaan-0.5-18/lavaan/R/lav_func_deriv.R            |only
 lavaan-0.5-18/lavaan/R/lav_gamma.R                 |   54 
 lavaan-0.5-18/lavaan/R/lav_integrate.R             |    2 
 lavaan-0.5-18/lavaan/R/lav_matrix.R                |  526 +++++++-
 lavaan-0.5-18/lavaan/R/lav_missing.R               |   46 
 lavaan-0.5-18/lavaan/R/lav_model.R                 |  170 +-
 lavaan-0.5-18/lavaan/R/lav_model_compute.R         |   13 
 lavaan-0.5-18/lavaan/R/lav_model_estimate.R        |   59 -
 lavaan-0.5-18/lavaan/R/lav_model_gradient.R        |  100 -
 lavaan-0.5-18/lavaan/R/lav_model_gradient_mml.R    |    4 
 lavaan-0.5-18/lavaan/R/lav_model_gradient_pml.R    |   38 
 lavaan-0.5-18/lavaan/R/lav_model_hessian.R         |only
 lavaan-0.5-18/lavaan/R/lav_model_information.R     |only
 lavaan-0.5-18/lavaan/R/lav_model_lik.R             |    2 
 lavaan-0.5-18/lavaan/R/lav_model_objective.R       |   59 -
 lavaan-0.5-18/lavaan/R/lav_model_utils.R           |   32 
 lavaan-0.5-18/lavaan/R/lav_model_vcov.R            |only
 lavaan-0.5-18/lavaan/R/lav_model_wls.R             |   12 
 lavaan-0.5-18/lavaan/R/lav_modification.R          |  519 ++++----
 lavaan-0.5-18/lavaan/R/lav_mplus.R                 |    8 
 lavaan-0.5-18/lavaan/R/lav_muthen1984.R            |   22 
 lavaan-0.5-18/lavaan/R/lav_norm.R                  |   34 
 lavaan-0.5-18/lavaan/R/lav_object_generate.R       |only
 lavaan-0.5-18/lavaan/R/lav_object_inspect.R        |  308 ++++-
 lavaan-0.5-18/lavaan/R/lav_object_methods.R        |  218 ++-
 lavaan-0.5-18/lavaan/R/lav_objective.R             |   67 -
 lavaan-0.5-18/lavaan/R/lav_ols.R                   |   10 
 lavaan-0.5-18/lavaan/R/lav_options.R               |   21 
 lavaan-0.5-18/lavaan/R/lav_partable.R              |  339 ++++-
 lavaan-0.5-18/lavaan/R/lav_partable_check.R        |   10 
 lavaan-0.5-18/lavaan/R/lav_partable_complete.R     |only
 lavaan-0.5-18/lavaan/R/lav_partable_constraints.R  |  303 +++--
 lavaan-0.5-18/lavaan/R/lav_partable_from_lm.R      |only
 lavaan-0.5-18/lavaan/R/lav_partable_independence.R |  109 +
 lavaan-0.5-18/lavaan/R/lav_partable_merge.R        |only
 lavaan-0.5-18/lavaan/R/lav_partable_unrestricted.R |   96 -
 lavaan-0.5-18/lavaan/R/lav_partable_vnames.R       |    6 
 lavaan-0.5-18/lavaan/R/lav_pearson.R               |   18 
 lavaan-0.5-18/lavaan/R/lav_polychor.R              |   38 
 lavaan-0.5-18/lavaan/R/lav_polyserial.R            |   14 
 lavaan-0.5-18/lavaan/R/lav_predict.R               |   94 +
 lavaan-0.5-18/lavaan/R/lav_prelis.R                |    4 
 lavaan-0.5-18/lavaan/R/lav_representation_lisrel.R | 1238 +++++++++------------
 lavaan-0.5-18/lavaan/R/lav_residuals.R             |   25 
 lavaan-0.5-18/lavaan/R/lav_samplestats.R           |   56 
 lavaan-0.5-18/lavaan/R/lav_samplestats_gamma.R     |only
 lavaan-0.5-18/lavaan/R/lav_simulate.R              |   36 
 lavaan-0.5-18/lavaan/R/lav_standardize.R           |  334 +++--
 lavaan-0.5-18/lavaan/R/lav_start.R                 |    3 
 lavaan-0.5-18/lavaan/R/lav_syntax.R                |   26 
 lavaan-0.5-18/lavaan/R/lav_syntax_independence.R   |    6 
 lavaan-0.5-18/lavaan/R/lav_tables.R                |   17 
 lavaan-0.5-18/lavaan/R/lav_test.R                  |  116 +
 lavaan-0.5-18/lavaan/R/lav_test_LRT.R              |  215 +--
 lavaan-0.5-18/lavaan/R/lav_test_Wald.R             |    8 
 lavaan-0.5-18/lavaan/R/lav_test_diff.R             |only
 lavaan-0.5-18/lavaan/R/lav_test_satorra_bentler.R  |only
 lavaan-0.5-18/lavaan/R/lav_test_score.R            |only
 lavaan-0.5-18/lavaan/R/lav_utils.R                 |   11 
 lavaan-0.5-18/lavaan/R/lavaan-deprecated.R         |only
 lavaan-0.5-18/lavaan/R/lavaan.R                    |  109 -
 lavaan-0.5-18/lavaan/R/zzz_OLDNAMES.R              |    3 
 lavaan-0.5-18/lavaan/man/lavInspect.Rd             |   70 +
 lavaan-0.5-18/lavaan/man/lavPredict.Rd             |only
 lavaan-0.5-18/lavaan/man/lavTablesFit.Rd           |only
 lavaan-0.5-18/lavaan/man/lavTestLRT.Rd             |   31 
 lavaan-0.5-18/lavaan/man/lav_constraints.Rd        |only
 lavaan-0.5-18/lavaan/man/lav_matrix.Rd             |only
 lavaan-0.5-18/lavaan/man/lav_partable.Rd           |   67 -
 lavaan-0.5-18/lavaan/man/lavaan-class.Rd           |   22 
 lavaan-0.5-18/lavaan/man/lavaan-deprecated.Rd      |only
 lavaan-0.5-18/lavaan/man/lavaan.Rd                 |    4 
 lavaan-0.5-18/lavaan/man/model.syntax.Rd           |   20 
 lavaan-0.5-18/lavaan/man/modificationIndices.Rd    |   18 
 lavaan-0.5-18/lavaan/man/parameterEstimates.Rd     |    9 
 lavaan-0.5-18/lavaan/man/standardizedSolution.Rd   |   11 
 104 files changed, 4351 insertions(+), 2567 deletions(-)

More information about lavaan at CRAN
Permanent link

Package ISOcodes updated to version 2015.04.04 with previous version 2015.01.24 dated 2015-01-24

Title: Selected ISO Codes
Description: ISO language, territory, currency, script and character codes. Provides ISO 639 language codes, ISO 3166 territory codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859 character codes as well as the UN M.49 area codes.
Author: Christian Buchta [aut], Kurt Hornik [aut, cre]
Maintainer: Kurt Hornik

Diff between ISOcodes versions 2015.01.24 dated 2015-01-24 and 2015.04.04 dated 2015-04-04

 DESCRIPTION        |    8 ++++----
 MD5                |    4 ++--
 data/ISO_639_3.rda |binary
 3 files changed, 6 insertions(+), 6 deletions(-)

More information about ISOcodes at CRAN
Permanent link

Package EFDR updated to version 0.1.1 with previous version 0.1.0 dated 2015-01-14

Title: Wavelet-Based Enhanced FDR for Signal Detection in Noisy Images
Description: Enhanced False Discovery Rate (EFDR) is a tool to detect anomalies in an image. The image is first transformed into the wavelet domain in order to decorrelate any noise components, following which the coefficients at each resolution are standardised. Statistical tests (in a multiple hypothesis testing setting) are then carried out to find the anomalies. The power of EFDR exceeds that of standard FDR, which would carry out tests on every wavelet coefficient: EFDR choose which wavelets to test based on a criterion described in Shen et al. (2002). The package also provides elementary tools to interpolate spatially irregular data onto a grid of the required size. The work is based on Shen, X., Huang, H.-C., and Cressie, N. 'Nonparametric hypothesis testing for a spatial signal.' Journal of the American Statistical Association 97.460 (2002): 1122-1140.
Author: Andrew Zammit-Mangion [aut, cre], Hsin-Cheng Huang [aut]
Maintainer: Andrew Zammit-Mangion

Diff between EFDR versions 0.1.0 dated 2015-01-14 and 0.1.1 dated 2015-04-04

 DESCRIPTION        |    8 ++++----
 MD5                |    4 ++--
 R/EFDR_functions.R |    4 ++++
 3 files changed, 10 insertions(+), 6 deletions(-)

More information about EFDR at CRAN
Permanent link

Package timeseriesdb updated to version 0.2.1 with previous version 0.2 dated 2015-03-26

Title: Manage Time Series with R and PostgreSQL
Description: Store and organize a large amount of low frequency time series data. The package was designed to manage a large catalog of official statistics which are typically published on monthly, quarterly or yearly basis. Thus timeseriesdb is optimized to handle a large number of lower frequency time series as opposed to a smaller amount of high frequency time series such as real time data from measuring devices. Hence timeseriesdb provides the opportunity to store extensive multi-lingual meta information. The package also provides a web GUI to explore the underlying PostgreSQL database interactively.
Author: "Matthias Bannert [aut, cre]"
Maintainer: 'Matthias Bannert'

Diff between timeseriesdb versions 0.2 dated 2015-03-26 and 0.2.1 dated 2015-04-04

 timeseriesdb-0.2.1/timeseriesdb/DESCRIPTION                 |    6 -
 timeseriesdb-0.2.1/timeseriesdb/MD5                         |   11 +-
 timeseriesdb-0.2.1/timeseriesdb/NEWS                        |    7 +
 timeseriesdb-0.2.1/timeseriesdb/R/exploreDb.R               |    6 -
 timeseriesdb-0.2.1/timeseriesdb/README.md                   |   60 ++++++------
 timeseriesdb-0.2.1/timeseriesdb/inst/sql/setup.sql          |only
 timeseriesdb-0.2/timeseriesdb/inst/sql/ts_data_function.sql |only
 timeseriesdb-0.2/timeseriesdb/inst/sql/upsert.sql           |only
 8 files changed, 51 insertions(+), 39 deletions(-)

More information about timeseriesdb at CRAN
Permanent link

Package rebmix updated to version 2.7.1 with previous version 2.7.0 dated 2015-02-10

Title: Rough - Enhanced - Bayesian Finite Mixture Modeling
Description: R functions for random univariate and multivariate finite mixture generation, number of components, component weights and component parameters estimation, printing and plotting of finite mixtures, bootstrapping and class membership prediction. Variables can be either continuous or discrete, may follow normal, lognormal, Weibull, gamma, binomial, Poisson or Dirac parametric families and should be independent within components.
Author: Marko Nagode [aut, cre]
Maintainer: Marko Nagode

Diff between rebmix versions 2.7.0 dated 2015-02-10 and 2.7.1 dated 2015-04-04

 DESCRIPTION                             |   10 ++++----
 MD5                                     |   38 ++++++++++++++++----------------
 R/RCLSMIX.R                             |    2 -
 R/REBMIX.R                              |    2 -
 R/RNGMIX.R                              |    2 -
 build/vignette.rds                      |binary
 data/adult.rda                          |binary
 data/galaxy.rda                         |binary
 data/truck.rda                          |binary
 data/weibull.rda                        |binary
 data/weibullnormal.rda                  |binary
 data/wine.rda                           |binary
 demo/rebmix.galaxy.R                    |   10 +++++---
 demo/rebmix.mixed.continuous.discrete.R |    8 ++++--
 demo/rebmix.multivariate.normal.R       |    3 --
 demo/rebmix.univariate.normal.R         |   14 -----------
 inst/NEWS.Rd                            |    8 +++++-
 inst/doc/rebmix.pdf                     |binary
 src/rebmixf.c                           |    2 -
 src/rngmixf.c                           |    2 -
 20 files changed, 49 insertions(+), 52 deletions(-)

More information about rebmix at CRAN
Permanent link

New package crunch with initial version 1.0.2
Package: crunch
Type: Package
Title: Crunch.io Data Tools
Description: The Crunch.io service (http://crunch.io/) provides a cloud-based data store and analytic engine, as well as an intuitive web interface. Using this package, analysts can interact with and manipulate Crunch datasets from within R. Importantly, this allows technical researchers to collaborate naturally with team members, managers, and clients who prefer a point-and-click interface.
Version: 1.0.2
Date: 2015-04-03
Authors@R: c(person("Neal", "Richardson", role = c("aut", "cre"), email = "neal@crunch.io"))
Author: Neal Richardson [aut, cre]
Maintainer: Neal Richardson
URL: https://github.com/Crunch-io/rcrunch
BugReports: https://github.com/Crunch-io/rcrunch/issues
License: LGPL (>= 3)
LazyLoad: yes
Depends: R (>= 3.0.0)
Imports: httr, RJSONIO, methods, RCurl
Suggests: knitr, testthat
VignetteBuilder: knitr
Packaged: 2015-04-03 23:00:29 UTC; npr
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-04-04 07:32:57

More information about crunch at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.