Sun, 10 Feb 2013

New package snowfall with initial version 1.84-4
Package: snowfall
Type: Package
Title: Easier cluster computing (based on snow).
Version: 1.84-4
Date: 2013-02-10
Author: Jochen Knaus
Maintainer: Jochen Knaus
Description: Usability wrapper around snow for easier development of parallel R programs. This package offers e.g. extended error checks, and additional functions. All functions work in sequential mode, too, if no cluster is present or wished. Package is also designed as connector to the cluster management tool sfCluster, but can also used without it.
Depends: snow
Suggests: Rmpi
License: GPL
Packaged: 2013-02-10 19:10:46 UTC; jo
Repository: CRAN
Date/Publication: 2013-02-10 20:19:41

More information about snowfall at CRAN
Permanent link

Package simsem updated to version 0.5-0 with previous version 0.4-6 dated 2012-12-31

Title: SIMulated Structural Equation Modeling.
Description: This package can be used to generate data using the structural equation modeling framework. This package is tailored to use those simulated data for various purposes, such as model fit evaluation, power analysis, or missing data handling and planning.
Author: Sunthud Pornprasertmanit [aut], Patrick Miller [aut], Alexander Schoemann [aut], Corbin Quick [ctb], Terry Jorgensen [ctb]
Maintainer: Sunthud Pornprasertmanit

Diff between simsem versions 0.4-6 dated 2012-12-31 and 0.5-0 dated 2013-02-10

 simsem-0.4-6/simsem/R/pValue-methods.R               |only
 simsem-0.5-0/simsem/DESCRIPTION                      |   17 
 simsem-0.5-0/simsem/MD5                              |  129 -
 simsem-0.5-0/simsem/NAMESPACE                        |    5 
 simsem-0.5-0/simsem/R/AllClass.R                     |    4 
 simsem-0.5-0/simsem/R/AllGenerics.R                  |    4 
 simsem-0.5-0/simsem/R/analyze.R                      |   90 -
 simsem-0.5-0/simsem/R/anova-methods.R                |  107 -
 simsem-0.5-0/simsem/R/bind.R                         |  162 ++
 simsem-0.5-0/simsem/R/bindDist.R                     |   46 
 simsem-0.5-0/simsem/R/clean.R                        |    3 
 simsem-0.5-0/simsem/R/combineSim.R                   |only
 simsem-0.5-0/simsem/R/createData.R                   |  160 +-
 simsem-0.5-0/simsem/R/drawParam.R                    |  285 ++-
 simsem-0.5-0/simsem/R/find.R                         |   73 
 simsem-0.5-0/simsem/R/generate.R                     |  548 +++++++
 simsem-0.5-0/simsem/R/getCutoff-methods.R            |   12 
 simsem-0.5-0/simsem/R/getCutoffNonNested.R           |    7 
 simsem-0.5-0/simsem/R/getKeywords.R                  |    6 
 simsem-0.5-0/simsem/R/getPowerFit-methods.R          |   29 
 simsem-0.5-0/simsem/R/getPowerFitNested-methods.R    |   54 
 simsem-0.5-0/simsem/R/getPowerFitNonNested-methods.R |   13 
 simsem-0.5-0/simsem/R/likRatioFit.R                  |    5 
 simsem-0.5-0/simsem/R/model.R                        |  545 ++++++-
 simsem-0.5-0/simsem/R/mvrnorm.R                      |  412 ++---
 simsem-0.5-0/simsem/R/openMx.R                       |only
 simsem-0.5-0/simsem/R/pValue.R                       |only
 simsem-0.5-0/simsem/R/pValueNested.R                 |   17 
 simsem-0.5-0/simsem/R/pValueNonNested.R              |   23 
 simsem-0.5-0/simsem/R/plotCutoff-methods.R           |   14 
 simsem-0.5-0/simsem/R/plotCutoffNonNested.R          |    2 
 simsem-0.5-0/simsem/R/plotDist.R                     |   38 
 simsem-0.5-0/simsem/R/plotMisfit.R                   |    4 
 simsem-0.5-0/simsem/R/plotPower.R                    |    1 
 simsem-0.5-0/simsem/R/plotPowerFit.R                 |   14 
 simsem-0.5-0/simsem/R/plotPowerFitNested.R           |    4 
 simsem-0.5-0/simsem/R/plotPowerFitNonNested.R        |    4 
 simsem-0.5-0/simsem/R/sim.R                          | 1393 +++++++++----------
 simsem-0.5-0/simsem/R/summary-methods.R              |   87 -
 simsem-0.5-0/simsem/R/summaryShort-methods.R         |    6 
 simsem-0.5-0/simsem/R/summarySimResult.R             |  134 +
 simsem-0.5-0/simsem/R/validate.R                     |    2 
 simsem-0.5-0/simsem/man/SimDataDist-class.Rd         |    5 
 simsem-0.5-0/simsem/man/SimResult-class.Rd           |    1 
 simsem-0.5-0/simsem/man/analyze.Rd                   |   18 
 simsem-0.5-0/simsem/man/bind.Rd                      |   28 
 simsem-0.5-0/simsem/man/bindDist.Rd                  |   16 
 simsem-0.5-0/simsem/man/combineSim.Rd                |only
 simsem-0.5-0/simsem/man/createData.Rd                |   13 
 simsem-0.5-0/simsem/man/draw.Rd                      |    6 
 simsem-0.5-0/simsem/man/estmodel.Rd                  |   24 
 simsem-0.5-0/simsem/man/findFactorIntercept.Rd       |   12 
 simsem-0.5-0/simsem/man/findFactorMean.Rd            |   10 
 simsem-0.5-0/simsem/man/findFactorResidualVar.Rd     |   10 
 simsem-0.5-0/simsem/man/findFactorTotalCov.Rd        |   11 
 simsem-0.5-0/simsem/man/findFactorTotalVar.Rd        |   10 
 simsem-0.5-0/simsem/man/findIndIntercept.Rd          |    9 
 simsem-0.5-0/simsem/man/findIndMean.Rd               |    9 
 simsem-0.5-0/simsem/man/findIndResidualVar.Rd        |    9 
 simsem-0.5-0/simsem/man/findIndTotalVar.Rd           |    9 
 simsem-0.5-0/simsem/man/generate.Rd                  |   25 
 simsem-0.5-0/simsem/man/model.Rd                     |   26 
 simsem-0.5-0/simsem/man/modelLavaan.Rd               |    9 
 simsem-0.5-0/simsem/man/pValue.Rd                    |   46 
 simsem-0.5-0/simsem/man/plotDist.Rd                  |    8 
 simsem-0.5-0/simsem/man/sim.Rd                       |  111 +
 simsem-0.5-0/simsem/man/summaryFit.Rd                |    5 
 simsem-0.5-0/simsem/man/summaryParam.Rd              |    6 
 68 files changed, 3238 insertions(+), 1657 deletions(-)

More information about simsem at CRAN
Permanent link

Package semTools updated to version 0.3-0 with previous version 0.2-12 dated 2013-01-02

Title: Useful tools for structural equation modeling.
Description: This package provide useful tools for structural equation modeling analysis.
Author: Sunthud Pornprasertmanit [aut, cre], Patrick Miller [aut], Alex Schoemann [aut], Yves Rosseel [aut], Corbin Quick [ctb], Mauricio Garnier-Villarreal [ctb], James Selig [ctb], Aaron Boulton [ctb], Kristopher Preacher [ctb], Donna Coffman [ctb], Mijke Rhemtulla [ctb], Alexander Robitzsch [ctb], Craig Enders [ctb], Ruber Arslan [ctb], Bell Clinton [ctb], Pavel Panko [ctb]
Maintainer: Sunthud Pornprasertmanit

Diff between semTools versions 0.2-12 dated 2013-01-02 and 0.3-0 dated 2013-02-10

 DESCRIPTION                      |   18 +-
 MD5                              |   32 ++--
 NAMESPACE                        |   12 +
 R/auxiliary.R                    |  310 ++++++++++++++++++++++++++++++---------
 R/fitIndices.R                   |   39 ++--
 R/fitOpenMx.R                    |only
 R/fmi.R                          |only
 R/lisrel2lavaan.R                |only
 R/runMI.R                        |   85 +++++++---
 R/tukeySEM.R                     |only
 man/auxiliary.Rd                 |   97 +++++-------
 man/findRMSEApowernested.Rd      |only
 man/findRMSEAsamplesizenested.Rd |only
 man/fitMeasuresMx.Rd             |only
 man/fmi.Rd                       |only
 man/lavaanStar-class.Rd          |    4 
 man/lisrel2lavaan.Rd             |only
 man/moreFitIndices.Rd            |   62 ++-----
 man/nullMx.Rd                    |only
 man/plotRMSEApowernested.Rd      |only
 man/runMI.Rd                     |   12 +
 man/saturateMx.Rd                |only
 man/standardizeMx.Rd             |only
 man/tukeySEM.rd                  |only
 24 files changed, 441 insertions(+), 230 deletions(-)

More information about semTools at CRAN
Permanent link

Package glmnet updated to version 1.9-1 with previous version 1.8-5 dated 2013-01-04

Title: Lasso and elastic-net regularized generalized linear models
Description: Extremely efficient procedures for fitting the entire lasso or elastic-net regularization path for linear regression, logistic and multinomial regression models, poisson regression and the Cox model. Two recent additions are the multiresponse gaussian, and the grouped multinomial. The algorithm uses cyclical coordinate descent in a pathwise fashion, as described in the paper listed below.
Author: Jerome Friedman, Trevor Hastie, Rob Tibshirani
Maintainer: Trevor Hastie

Diff between glmnet versions 1.8-5 dated 2013-01-04 and 1.9-1 dated 2013-02-10

 glmnet-1.8-5/glmnet/src/newermultGLMnet.f90 |only
 glmnet-1.9-1/glmnet/ChangeLog               |    6 ++-
 glmnet-1.9-1/glmnet/DESCRIPTION             |    8 ++--
 glmnet-1.9-1/glmnet/MD5                     |   47 +++++++++++++------------
 glmnet-1.9-1/glmnet/NAMESPACE               |    4 +-
 glmnet-1.9-1/glmnet/R/coxnet.R              |    4 +-
 glmnet-1.9-1/glmnet/R/cv.coxnet.R           |    6 ++-
 glmnet-1.9-1/glmnet/R/cv.elnet.R            |    6 ++-
 glmnet-1.9-1/glmnet/R/cv.fishnet.R          |    7 ++-
 glmnet-1.9-1/glmnet/R/cv.glmnet.R           |    7 ++-
 glmnet-1.9-1/glmnet/R/cv.lognet.R           |    7 ++-
 glmnet-1.9-1/glmnet/R/cv.mrelnet.R          |    7 ++-
 glmnet-1.9-1/glmnet/R/cv.multnet.R          |    7 ++-
 glmnet-1.9-1/glmnet/R/elnet.R               |    6 +--
 glmnet-1.9-1/glmnet/R/fishnet.R             |    6 +--
 glmnet-1.9-1/glmnet/R/glmnet.R              |   51 +++++++++++++++++++++++-----
 glmnet-1.9-1/glmnet/R/glmnet.control.R      |only
 glmnet-1.9-1/glmnet/R/jerr.R                |    5 +-
 glmnet-1.9-1/glmnet/R/jerr.mrelnet.R        |only
 glmnet-1.9-1/glmnet/R/lognet.R              |   16 ++++----
 glmnet-1.9-1/glmnet/R/mrelnet.R             |    8 ++--
 glmnet-1.9-1/glmnet/inst/doc/Coxnet.pdf     |binary
 glmnet-1.9-1/glmnet/man/cv.glmnet.Rd        |   13 ++++++-
 glmnet-1.9-1/glmnet/man/glmnet-internal.Rd  |    1 
 glmnet-1.9-1/glmnet/man/glmnet.Rd           |   11 +++++-
 glmnet-1.9-1/glmnet/man/glmnet.control.Rd   |only
 glmnet-1.9-1/glmnet/src/glmnet2.f90         |only
 27 files changed, 154 insertions(+), 79 deletions(-)

More information about glmnet at CRAN
Permanent link

New package usl with initial version 1.0.0
Package: usl
Type: Package
Title: Analyze system scalability with the Universal Scalability Law
Version: 1.0.0
Date: 2013-02-10
Authors@R: c(person(given="Neil J.", family="Gunther", role = "aut"), person(given="Stefan", family="Moeding", role = c("aut", "cre"), email = "stm@moeding.net"))
BugReports: https://github.com/smoeding/usl/issues
Depends: R (>= 2.15.0), methods, nlmrt
Description: The Universal Scalability Law is a model to predict hardware and software scalability. It uses system capacity as a function of load to forecast the scalability for the system.
License: BSD
Collate: 'AllClasses.R' 'AllGenerics.R' 'initialize.R' 'finish.R' 'extract.R' 'print.R' 'show.R' 'summary.R' 'scalability.R' 'efficiency.R' 'predict.R' 'plot.R' 'usl.R' 'datasets.R' 'usl-package.R'
Packaged: 2013-02-10 16:06:13 UTC; sm
Author: Neil J. Gunther [aut], Stefan Moeding [aut, cre]
Maintainer: Stefan Moeding
Repository: CRAN
Date/Publication: 2013-02-10 18:08:28

More information about usl at CRAN
Permanent link

Package spgrass6 updated to version 0.7-15 with previous version 0.7-14 dated 2013-01-15

Title: Interface between GRASS 6+ geographical information system and R
Description: Interpreted interface between GRASS 6+ geographical information system and R, based on starting R from within the GRASS environment, or running free-standing R in a temporary GRASS location; the package provides facilities for using all GRASS commands from the R command line.
Author: Roger Bivand [cre, aut], Rainer Krug [ctb], Markus Neteler [ctb]
Maintainer: Roger Bivand

Diff between spgrass6 versions 0.7-14 dated 2013-01-15 and 0.7-15 dated 2013-02-10

 DESCRIPTION               |   16 ++++++++++------
 MD5                       |    8 ++++----
 R/xml1.R                  |   27 +++++++++++++++++++++++----
 inst/doc/spgrass6_0.3.pdf |binary
 man/execGRASS.Rd          |    4 ++--
 5 files changed, 39 insertions(+), 16 deletions(-)

More information about spgrass6 at CRAN
Permanent link

New package RcmdrPlugin.temis with initial version 0.6
Package: RcmdrPlugin.temis
Type: Package
Title: Graphical user interface providing an integrated text mining solution
Version: 0.6
Date: 2013-02-10
Authors@R: c(person("Milan", "Bouchet-Valat", email="nalimilan@club.fr", role=c("aut", "cre")), person("Gilles", "Bastin", email="gilles.bastin@sciencespo-grenoble.fr", role=c("aut")))
Imports: Rcmdr (>= 1.9-3), tcltk, utils
Depends: tm, slam, zoo, ca, R2HTML, lattice, latticeExtra, RColorBrewer
Suggests: Snowball, RWeka, Rstem, ROpenOffice, RODBC, tm.plugin.factiva, twitteR
Description: An Rcommander plug-in providing an integrated solution to perform a series of text mining tasks such as importing and cleaning a corpus, and analyses like terms and documents counts, vocabulary tables, terms co-occurrences and documents similarity measures, time series analysis, correspondence analysis and hierarchical clustering.
License: GPL (>= 2)
URL: https://r-forge.r-project.org/projects/r-temis/
BugReports: https://r-forge.r-project.org/tracker/?group_id=1437
Packaged: 2013-02-10 11:24:56 UTC; milan
Author: Milan Bouchet-Valat [aut, cre], Gilles Bastin [aut]
Maintainer: Milan Bouchet-Valat
Repository: CRAN
Date/Publication: 2013-02-10 15:59:13

More information about RcmdrPlugin.temis at CRAN
Permanent link

Package maptools updated to version 0.8-23 with previous version 0.8-22 dated 2013-01-16

Title: Tools for reading and handling spatial objects
Description: Set of tools for manipulating and reading geographic data, in particular ESRI shapefiles; C code used from shapelib. It includes binary access to GSHHS shoreline files. The package also provides interface wrappers for exchanging spatial objects with packages such as PBSmapping, spatstat, maps, RArcInfo, Stata tmap, WinBUGS, Mondrian, and others.
Author: Roger Bivand [cre, aut], Nicholas Lewin-Koh [aut], Edzer Pebesma [ctb], Eric Archer [ctb], Adrian Baddeley [ctb], Hans-Jörg Bibiko [ctb], Jonathan Callahan [ctb], German Carrillo [ctb], Stéphane Dray [ctb], David Forrest [ctb], Michael Friendly [ctb], Patrick Giraudoux [ctb], Duncan Golicher [ctb], Virgilio Gómez Rubio [ctb], Patrick Hausmann [ctb], Karl Ove Hufthammer [ctb], Thomas Jagger [ctb], Sebastian Luque [ctb], Don MacQueen [ctb], Andrew Niccolai [ctb], Oscar Perpiñán Lamigueiro [ctb], Tom Short [ctb], Greg Snow [ctb], Ben Stabler [ctb], Murray Stokely [ctb], Rolf Turner [ctb]
Maintainer: Roger Bivand

Diff between maptools versions 0.8-22 dated 2013-01-16 and 0.8-23 dated 2013-02-10

 maptools-0.8-22/maptools/inst/old_man       |only
 maptools-0.8-23/maptools/ChangeLog          |   13 +++++++
 maptools-0.8-23/maptools/DESCRIPTION        |   50 ++++++++++++++++++++--------
 maptools-0.8-23/maptools/MD5                |   22 +++---------
 maptools-0.8-23/maptools/inst/ChangeLog     |   13 +++++++
 maptools-0.8-23/maptools/src/Rgshhs.c       |    4 +-
 maptools-0.8-23/maptools/src/Rshapeget.c    |    2 -
 maptools-0.8-23/maptools/src/Rshapewrite1.c |    4 +-
 8 files changed, 74 insertions(+), 34 deletions(-)

More information about maptools at CRAN
Permanent link

Package kernlab updated to version 0.9-16 with previous version 0.9-15 dated 2012-11-28

Title: Kernel-based Machine Learning Lab
Description: Kernel-based machine learning methods for classification, regression, clustering, novelty detection, quantile regression and dimensionality reduction. Among other methods kernlab includes Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes and a QP solver.
Author: Alexandros Karatzoglou, Alex Smola, Kurt Hornik
Maintainer: Alexandros Karatzoglou

Diff between kernlab versions 0.9-15 dated 2012-11-28 and 0.9-16 dated 2013-02-10

 DESCRIPTION           |    8 ++++----
 MD5                   |   20 ++++++++++----------
 R/kcca.R              |    6 +++---
 data/income.rda       |binary
 data/musk.rda         |binary
 data/promotergene.rda |binary
 data/reuters.rda      |binary
 data/spam.rda         |binary
 data/spirals.rda      |binary
 data/ticdata.rda      |binary
 inst/doc/kernlab.pdf  |binary
 11 files changed, 17 insertions(+), 17 deletions(-)

More information about kernlab at CRAN
Permanent link

Package grpreg updated to version 2.3-0 with previous version 2.2-1 dated 2012-11-15

Title: Regularization paths for regression models with grouped covariates
Description: Efficient algorithms for fitting the regularization path of linear or logistic regression models with grouped penalties, such as group lasso, group MCP, and group SCAD. The algorithms are based on the idea of either locally approximated coordinate descent or group descent, depending on the penalty.
Author: Patrick Breheny
Maintainer: Patrick Breheny

Diff between grpreg versions 2.2-1 dated 2012-11-15 and 2.3-0 dated 2013-02-10

 DESCRIPTION                                    |    8 +++---
 MD5                                            |   14 +++++-----
 NEWS                                           |    4 +++
 R/grpreg.R                                     |    8 ++++--
 R/orthogonalize.R                              |   32 +++++++++++++++++--------
 inst/tests/extra-features.R                    |   14 ++++++++++
 inst/tests/standardization-orthogonalization.R |   15 ++++++++++-
 man/grpreg-internal.Rd                         |    2 -
 8 files changed, 72 insertions(+), 25 deletions(-)

More information about grpreg at CRAN
Permanent link

Package snowfall (with last version 1.84-3) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2013-02-10 1.84-3

Permanent link
Package RandomFields updated to version 2.0.66 with previous version 2.0.65 dated 2013-02-06

Title: Simulation and Analysis of Random Fields
Description: Simulation of Gaussian and extreme value random fields; conditional simulation; kriging
Author: Martin Schlather [aut, cre], Peter Menck [aut], Richard Singleton [ctb], Ben Pfaff [ctb], R Core team [ctb]
Maintainer: Martin Schlather

Diff between RandomFields versions 2.0.65 dated 2013-02-06 and 2.0.66 dated 2013-02-10

 RandomFields-2.0.65/RandomFields/todo        |only
 RandomFields-2.0.66/RandomFields/DESCRIPTION |    6 +++---
 RandomFields-2.0.66/RandomFields/MD5         |   16 +---------------
 3 files changed, 4 insertions(+), 18 deletions(-)

More information about RandomFields at CRAN
Permanent link

Package TDMR updated to version 0.9.0 with previous version 0.4.0 dated 2012-11-20

Title: Tuned Data Mining in R
Description: Tuned Data Mining in R (TDMR) performs a complete tuning of a data mining task.
Author: Wolfgang Konen , Patrick Koch
Maintainer: Wolfgang Konen

Diff between TDMR versions 0.4.0 dated 2012-11-20 and 0.9.0 dated 2013-02-10

 TDMR-0.4.0/TDMR/inst/demo02sonar/Rplots.pdf                 |only
 TDMR-0.9.0/TDMR/DESCRIPTION                                 |   10 
 TDMR-0.9.0/TDMR/MD5                                         |  204 
 TDMR-0.9.0/TDMR/NAMESPACE                                   |    2 
 TDMR-0.9.0/TDMR/R/tdmBigLoop.r                              |  189 
 TDMR-0.9.0/TDMR/R/tdmClassify.r                             |  231 -
 TDMR-0.9.0/TDMR/R/tdmClassifyLoop.r                         |   52 
 TDMR-0.9.0/TDMR/R/tdmCompleteEval.r                         |   52 
 TDMR-0.9.0/TDMR/R/tdmDefaultsFill.r                         |   23 
 TDMR-0.9.0/TDMR/R/tdmEnvTMakeNew.r                          |  113 
 TDMR-0.9.0/TDMR/R/tdmGeneralUtils.r                         |    3 
 TDMR-0.9.0/TDMR/R/tdmGraphicUtils.r                         |    6 
 TDMR-0.9.0/TDMR/R/tdmMapDesign.r                            |   10 
 TDMR-0.9.0/TDMR/R/tdmModelingUtils.r                        |   73 
 TDMR-0.9.0/TDMR/R/tdmOptsDefaults.r                         |   99 
 TDMR-0.9.0/TDMR/R/tdmPlotResMeta.r                          |    4 
 TDMR-0.9.0/TDMR/R/tdmPreprocUtils.r                         |   58 
 TDMR-0.9.0/TDMR/R/tdmReadData.r                             |   77 
 TDMR-0.9.0/TDMR/R/tdmRegress.r                              |   48 
 TDMR-0.9.0/TDMR/R/tdmRegressLoop.r                          |   25 
 TDMR-0.9.0/TDMR/R/tdmSplitTestData.r                        |   92 
 TDMR-0.9.0/TDMR/R/tdmStartSpot.r                            |    7 
 TDMR-0.9.0/TDMR/R/unbiasedRun.r                             |   71 
 TDMR-0.9.0/TDMR/demo/00Index                                |   20 
 TDMR-0.9.0/TDMR/demo/demo00sonar.r                          |   15 
 TDMR-0.9.0/TDMR/demo/demo01cpu.r                            |   23 
 TDMR-0.9.0/TDMR/demo/demo02sonar.r                          |    5 
 TDMR-0.9.0/TDMR/demo/demo03sonar.r                          |   41 
 TDMR-0.9.0/TDMR/demo/demo03sonar_B.r                        |   46 
 TDMR-0.9.0/TDMR/demo/demo04cpu.r                            |   14 
 TDMR-0.9.0/TDMR/demo/demo05visMeta.r                        |    2 
 TDMR-0.9.0/TDMR/demo/demo06ROCR.r                           |    4 
 TDMR-0.9.0/TDMR/demo/demo07cma_j.r                          |   37 
 TDMR-0.9.0/TDMR/demo/demo08trnFrac.r                        |    6 
 TDMR-0.9.0/TDMR/inst/demo01cpu/cpu_00.apd                   |only
 TDMR-0.9.0/TDMR/inst/demo01cpu/cpu_01.apd                   |    8 
 TDMR-0.9.0/TDMR/inst/demo01cpu/data/cpu.Rdata               |binary
 TDMR-0.9.0/TDMR/inst/demo01cpu/demoCpu.RData                |binary
 TDMR-0.9.0/TDMR/inst/demo01cpu/main_cpu.r                   |   53 
 TDMR-0.9.0/TDMR/inst/demo01cpu/script_all.R                 |    5 
 TDMR-0.9.0/TDMR/inst/demo02sonar/data/sonar.Rdata           |binary
 TDMR-0.9.0/TDMR/inst/demo02sonar/demo03.RData               |binary
 TDMR-0.9.0/TDMR/inst/demo02sonar/demoSonar.RData            |binary
 TDMR-0.9.0/TDMR/inst/demo02sonar/main_sonar.r               |   25 
 TDMR-0.9.0/TDMR/inst/demo02sonar/script_all.R               |    2 
 TDMR-0.9.0/TDMR/inst/demo02sonar/script_phase2.R            |    2 
 TDMR-0.9.0/TDMR/inst/demo02sonar/sonar_00.apd               |   64 
 TDMR-0.9.0/TDMR/inst/demo02sonar/sonar_01.apd               |   16 
 TDMR-0.9.0/TDMR/inst/demo02sonar/sonar_01_compact.conf      |    2 
 TDMR-0.9.0/TDMR/inst/demo02sonar/sonar_02.conf              |   64 
 TDMR-0.9.0/TDMR/inst/demo02sonar/sonar_03.apd               |    2 
 TDMR-0.9.0/TDMR/inst/demo02sonar/sonar_04.apd               |    4 
 TDMR-0.9.0/TDMR/inst/demo08trnFrac/sonar_01.apd             |    1 
 TDMR-0.9.0/TDMR/inst/doc/TDMR-docu-Dateien/image001.png     |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-docu-Dateien/image002.png     |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-docu-Dateien/image003.png     |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-docu-Dateien/image004.png     |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-docu-Dateien/image005.png     |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-docu-Dateien/image006.png     |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-docu-Dateien/image007.png     |only
 TDMR-0.9.0/TDMR/inst/doc/TDMR-docu-Dateien/image008.png     |only
 TDMR-0.9.0/TDMR/inst/doc/TDMR-docu-Dateien/image009.png     |only
 TDMR-0.9.0/TDMR/inst/doc/TDMR-docu-Dateien/image010.png     |only
 TDMR-0.9.0/TDMR/inst/doc/TDMR-docu-Dateien/image011.png     |only
 TDMR-0.9.0/TDMR/inst/doc/TDMR-docu.html                     | 2509 +++++-------
 TDMR-0.9.0/TDMR/inst/doc/TDMR-tutorial-Dateien/image001.jpg |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-tutorial-Dateien/image002.jpg |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-tutorial-Dateien/image003.jpg |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-tutorial-Dateien/image004.png |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-tutorial-Dateien/image005.png |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-tutorial-Dateien/image006.jpg |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-tutorial-Dateien/image007.jpg |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-tutorial-Dateien/image008.jpg |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-tutorial-Dateien/image009.jpg |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-tutorial-Dateien/image010.jpg |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-tutorial-Dateien/image011.png |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-tutorial-Dateien/image012.jpg |binary
 TDMR-0.9.0/TDMR/inst/doc/TDMR-tutorial.html                 |  902 ++--
 TDMR-0.9.0/TDMR/inst/doc/changes.html                       |  812 +++
 TDMR-0.9.0/TDMR/inst/examples/ex_SplitTestData.r            |only
 TDMR-0.9.0/TDMR/inst/examples/ex_demo04Par.r                |    4 
 TDMR-0.9.0/TDMR/inst/examples/ex_unbiasedRun.r              |    2 
 TDMR-0.9.0/TDMR/inst/start.tdm.r                            |   21 
 TDMR-0.9.0/TDMR/inst/tdmMapDesign.csv                       |    6 
 TDMR-0.9.0/TDMR/man/Opts.Rd                                 |    4 
 TDMR-0.9.0/TDMR/man/TDMR-package.Rd                         |    2 
 TDMR-0.9.0/TDMR/man/dsetTest.TDMdata.Rd                     |    3 
 TDMR-0.9.0/TDMR/man/tdmBigLoop.Rd                           |   77 
 TDMR-0.9.0/TDMR/man/tdmClassify.Rd                          |    3 
 TDMR-0.9.0/TDMR/man/tdmClassifyLoop.Rd                      |   29 
 TDMR-0.9.0/TDMR/man/tdmCompleteEval.Rd                      |   41 
 TDMR-0.9.0/TDMR/man/tdmDefaultsFill.Rd                      |   36 
 TDMR-0.9.0/TDMR/man/tdmModCreateCVindex.Rd                  |   29 
 TDMR-0.9.0/TDMR/man/tdmOptsDefaultsFill.Rd                  |   23 
 TDMR-0.9.0/TDMR/man/tdmOptsDefaultsSet.Rd                   |  181 
 TDMR-0.9.0/TDMR/man/tdmPlotResMeta.Rd                       |    3 
 TDMR-0.9.0/TDMR/man/tdmPreAddMonomials.Rd                   |    3 
 TDMR-0.9.0/TDMR/man/tdmPreNAroughfix.Rd                     |only
 TDMR-0.9.0/TDMR/man/tdmPrePCA.train.Rd                      |   15 
 TDMR-0.9.0/TDMR/man/tdmROCRbase.Rd                          |    4 
 TDMR-0.9.0/TDMR/man/tdmReadCmd.Rd                           |only
 TDMR-0.9.0/TDMR/man/tdmReadData.Rd                          |   18 
 TDMR-0.9.0/TDMR/man/tdmRegress.Rd                           |    8 
 TDMR-0.9.0/TDMR/man/tdmRegressLoop.Rd                       |   23 
 TDMR-0.9.0/TDMR/man/tdmSplitTestData.Rd                     |    5 
 TDMR-0.9.0/TDMR/man/tdmStartSpot.Rd                         |    7 
 TDMR-0.9.0/TDMR/man/unbiasedRun.Rd                          |   58 
 TDMR-0.9.0/TDMR/source.tdm.r                                |   68 
 108 files changed, 3689 insertions(+), 3117 deletions(-)

More information about TDMR at CRAN
Permanent link

New package snowfall with initial version 1.84-3
Package: snowfall
Type: Package
Title: Easier cluster computing (based on snow).
Version: 1.84-3
Date: 2013-02-10
Author: Jochen Knaus
Maintainer: Jochen Knaus
Description: Usability wrapper around snow for easier development of parallel R programs. This package offers e.g. extended error checks, and additional functions. All functions work in sequential mode, too, if no cluster is present or wished. Package is also designed as connector to the cluster management tool sfCluster, but can also used without it.
Depends: snow
Suggests: Rmpi
License: GPL
Packaged: 2013-02-10 09:23:24 UTC; jo
Repository: CRAN
Date/Publication: 2013-02-10 11:06:25

More information about snowfall at CRAN
Permanent link

Package spBayes updated to version 0.3-4 with previous version 0.3-3 dated 2013-02-06

Title: Univariate and Multivariate Spatial Modeling
Description: spBayes fits univariate and multivariate spatial models with Markov chain Monte Carlo (MCMC).
Author: Andrew O. Finley , Sudipto Banerjee
Maintainer: Andrew O. Finley

Diff between spBayes versions 0.3-3 dated 2013-02-06 and 0.3-4 dated 2013-02-10

 DESCRIPTION              |    8 ++++----
 MD5                      |   20 ++++++++++----------
 inst/ChangeLog           |    9 +++++++--
 src/spMvGLM.cpp          |    8 ++++----
 src/spMvGLMPredict.cpp   |   16 ++++++++--------
 src/spMvGLM_AMCMC.cpp    |   16 ++++++++--------
 src/spMvLM.cpp           |    8 ++++----
 src/spPPMvGLM.cpp        |   16 ++++++++--------
 src/spPPMvGLMPredict.cpp |   16 ++++++++--------
 src/spPPMvGLM_AMCMC.cpp  |   32 ++++++++++++++++----------------
 src/spPPMvLM.cpp         |   18 ++++++++----------
 11 files changed, 85 insertions(+), 82 deletions(-)

More information about spBayes at CRAN
Permanent link

Package rsm updated to version 2.02 with previous version 2.01 dated 2012-12-15

Title: Response-surface analysis
Description: Provides functions to generate response-surface designs, fit first- and second-order response-surface models, make surface plots, obtain the path of steepest ascent, and do canonical analysis.
Author: Russell V. Lenth
Maintainer: Russell V Lenth

Diff between rsm versions 2.01 dated 2012-12-15 and 2.02 dated 2013-02-10

 DESCRIPTION |    8 ++++----
 MD5         |    8 ++++----
 R/rsm.R     |    2 +-
 inst/NEWS   |    8 +++++++-
 man/ccd.Rd  |    2 +-
 5 files changed, 17 insertions(+), 11 deletions(-)

More information about rsm at CRAN
Permanent link

Package QCAGUI updated to version 1.9-5 with previous version 1.8-4 dated 2012-04-23

Title: QCA Graphical User Interface
Description: QCAGUI is a graphical user interface (GUI) for the QCA package, derived from R Commander. Because QCA has little to do with statistics, the menus from Rcmdr were stripped down to the very basics. In crisp sets QCA, data is binary therefore it is fairly decent to treat it as categorical (1 - presence; 0 - absence). In order to ease the primary analysis (e.g. tables of frequencies) and the creation of basic graphs, this package activates some menus that are not available in Rcmdr but for factors. Users should be aware, however, that QCAGUI is not a package for statistics; Rcmdr is better suited for this purpose.
Author: This package is 99% based on the Rcmdr package written by John Fox . Some additional menus were adapted for the QCA package by Adrian Dusa
Maintainer: Adrian Dusa

Diff between QCAGUI versions 1.8-4 dated 2012-04-23 and 1.9-5 dated 2013-02-10

 QCAGUI-1.8-4/QCAGUI/.project                                 |only
 QCAGUI-1.8-4/QCAGUI/R/cluster.R                              |only
 QCAGUI-1.8-4/QCAGUI/R/distributions-menu.R                   |only
 QCAGUI-1.8-4/QCAGUI/R/distributions-plotDistributions-menu.R |only
 QCAGUI-1.8-4/QCAGUI/R/distributions-sample.R                 |only
 QCAGUI-1.8-4/QCAGUI/R/model-menu.R                           |only
 QCAGUI-1.8-4/QCAGUI/R/statistics-dimensional-menu.R          |only
 QCAGUI-1.8-4/QCAGUI/R/statistics-nonparametric-menu.R        |only
 QCAGUI-1.8-4/QCAGUI/R/statistics-proportions-menu.R          |only
 QCAGUI-1.8-4/QCAGUI/R/statistics-variances-menu.R            |only
 QCAGUI-1.8-4/QCAGUI/data                                     |only
 QCAGUI-1.8-4/QCAGUI/inst/CHANGES                             |only
 QCAGUI-1.8-4/QCAGUI/inst/etc/Rcmdr.xbm                       |only
 QCAGUI-1.8-4/QCAGUI/inst/etc/submit.xbm                      |only
 QCAGUI-1.8-4/QCAGUI/inst/po                                  |only
 QCAGUI-1.8-4/QCAGUI/man/Ebbinghaus.Rd                        |only
 QCAGUI-1.8-4/QCAGUI/man/KMeans.Rd                            |only
 QCAGUI-1.8-4/QCAGUI/man/MI.15.Rd                             |only
 QCAGUI-1.8-4/QCAGUI/man/Osa.Rd                               |only
 QCAGUI-1.8-4/QCAGUI/man/QCAGUI.package.Rd                    |only
 QCAGUI-1.8-4/QCAGUI/man/Recode.Rd                            |only
 QCAGUI-1.8-4/QCAGUI/man/Rokkan.Rd                            |only
 QCAGUI-1.8-4/QCAGUI/man/Stokke.Rd                            |only
 QCAGUI-1.8-4/QCAGUI/man/Yamasaki.Rd                          |only
 QCAGUI-1.8-4/QCAGUI/man/aboutQCAGUI.Rd                       |only
 QCAGUI-1.8-4/QCAGUI/man/assignCluster.Rd                     |only
 QCAGUI-1.8-4/QCAGUI/man/big10.Rd                             |only
 QCAGUI-1.8-4/QCAGUI/man/bin.var.Rd                           |only
 QCAGUI-1.8-4/QCAGUI/man/colPercents.Rd                       |only
 QCAGUI-1.8-4/QCAGUI/man/dozen12.Rd                           |only
 QCAGUI-1.8-4/QCAGUI/man/even11.Rd                            |only
 QCAGUI-1.8-4/QCAGUI/man/lucky13.Rd                           |only
 QCAGUI-1.8-4/QCAGUI/man/mighty14.Rd                          |only
 QCAGUI-1.8-4/QCAGUI/man/rcorr.adjust.Rd                      |only
 QCAGUI-1.8-4/QCAGUI/man/stepwise.Rd                          |only
 QCAGUI-1.8-4/QCAGUI/po                                       |only
 QCAGUI-1.9-5/QCAGUI/DESCRIPTION                              |   25 
 QCAGUI-1.9-5/QCAGUI/MD5                                      |  128 
 QCAGUI-1.9-5/QCAGUI/NAMESPACE                                |   47 
 QCAGUI-1.9-5/QCAGUI/NEWS                                     |only
 QCAGUI-1.9-5/QCAGUI/R/analyze-menu.R                         |only
 QCAGUI-1.9-5/QCAGUI/R/commander.R                            | 1943 ++---
 QCAGUI-1.9-5/QCAGUI/R/data-menu.R                            | 4185 +++++------
 QCAGUI-1.9-5/QCAGUI/R/file-menu.R                            |  635 -
 QCAGUI-1.9-5/QCAGUI/R/globals.R                              |only
 QCAGUI-1.9-5/QCAGUI/R/graphs-menu.R                          | 3103 +++-----
 QCAGUI-1.9-5/QCAGUI/R/ismdi.R                                |    2 
 QCAGUI-1.9-5/QCAGUI/R/sciviews-specific.R                    |  580 -
 QCAGUI-1.9-5/QCAGUI/R/startup.R                              |   45 
 QCAGUI-1.9-5/QCAGUI/R/statistics-summaries-menu.R            |  876 +-
 QCAGUI-1.9-5/QCAGUI/R/statistics-tables-menu.R               |  661 -
 QCAGUI-1.9-5/QCAGUI/R/utilities.R                            | 3779 ++++-----
 QCAGUI-1.9-5/QCAGUI/inst/CITATION                            |only
 QCAGUI-1.9-5/QCAGUI/inst/etc/QCAGUI-menus.txt                |    4 
 QCAGUI-1.9-5/QCAGUI/inst/etc/R-logo.gif                      |only
 QCAGUI-1.9-5/QCAGUI/inst/etc/R-logo.ico                      |only
 QCAGUI-1.9-5/QCAGUI/inst/etc/blank.gif                       |only
 QCAGUI-1.9-5/QCAGUI/inst/etc/cancel.gif                      |only
 QCAGUI-1.9-5/QCAGUI/inst/etc/data.gif                        |only
 QCAGUI-1.9-5/QCAGUI/inst/etc/edit.gif                        |only
 QCAGUI-1.9-5/QCAGUI/inst/etc/help.gif                        |only
 QCAGUI-1.9-5/QCAGUI/inst/etc/model.gif                       |only
 QCAGUI-1.9-5/QCAGUI/inst/etc/ok.gif                          |only
 QCAGUI-1.9-5/QCAGUI/inst/etc/reset.gif                       |only
 QCAGUI-1.9-5/QCAGUI/inst/etc/submit.gif                      |only
 QCAGUI-1.9-5/QCAGUI/inst/etc/view.gif                        |only
 QCAGUI-1.9-5/QCAGUI/man/Commander.Rd                         |   68 
 QCAGUI-1.9-5/QCAGUI/man/Plugins.Rd                           |    6 
 QCAGUI-1.9-5/QCAGUI/man/QCAGUI-package.Rd                    |only
 QCAGUI-1.9-5/QCAGUI/man/Rcmdr-internal.Rd                    |only
 QCAGUI-1.9-5/QCAGUI/man/Rcmdr.Utilities.Rd                   |   36 
 QCAGUI-1.9-5/QCAGUI/man/RecodeDialog.Rd                      |only
 QCAGUI-1.9-5/QCAGUI/man/numSummary.Rd                        |   97 
 QCAGUI-1.9-5/QCAGUI/man/reliability.Rd                       |    5 
 QCAGUI-1.9-5/QCAGUI/man/totPercents.Rd                       |only
 QCAGUI-1.9-5/QCAGUI/src/Makevars.win                         |    2 
 76 files changed, 8033 insertions(+), 8194 deletions(-)

More information about QCAGUI at CRAN
Permanent link

Package msap updated to version 1.1.3 with previous version 1.1.2 dated 2013-02-08

Title: Statistical analysis for Methylation-sensitive Amplification Polymorphism data
Description: Statistical Analyses of Methylation-sensitive Amplification Polymorphism (MSAP) assays.
Author: Andres Perez-Figueroa
Maintainer: Andres Perez-Figueroa

Diff between msap versions 1.1.2 dated 2013-02-08 and 1.1.3 dated 2013-02-10

 DESCRIPTION        |   11 ++++-------
 MD5                |    7 +++++--
 R/msap.R           |    8 ++++----
 R/segShannon.R     |only
 vignettes/msap.bbl |only
 vignettes/msap.dvi |only
 6 files changed, 13 insertions(+), 13 deletions(-)

More information about msap at CRAN
Permanent link

Package mondate updated to version 0.9.10.04 with previous version 0.9.10.03 dated 2012-11-17

Title: Keep track of dates in terms of months
Description: Keep track of dates in terms of months. Model dates as at close of business. Perform date arithmetic in "months" and "years" (multiples of months). Allow "infinite" dates to model "ultimate" time spans.
Author: Dan Murphy
Maintainer: Dan Murphy

Diff between mondate versions 0.9.10.03 dated 2012-11-17 and 0.9.10.04 dated 2013-02-10

 DESCRIPTION         |   15 +++++-----
 MD5                 |    8 ++---
 NEWS                |   10 ++++++
 R/mondate.r         |   75 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 man/year-methods.Rd |   27 +++++++++++++-----
 5 files changed, 116 insertions(+), 19 deletions(-)

More information about mondate at CRAN
Permanent link

Package BiasedUrn updated to version 1.05 with previous version 1.04 dated 2011-08-07

Title: Biased Urn model distributions
Description: Statistical models of biased sampling in the form of univariate and multivariate noncentral hypergeometric distributions, including Wallenius' noncentral hypergeometric distribution and Fisher's noncentral hypergeometric distribution (also called extended hypergeometric distribution). See vignette("UrnTheory") for explanation of these distributions.
Author: Agner Fog
Maintainer: Agner Fog

Diff between BiasedUrn versions 1.04 dated 2011-08-07 and 1.05 dated 2013-02-10

 DESCRIPTION                |   10 +++++-----
 MD5                        |    9 +++++----
 R/urn2.R                   |   24 ++++++++++++------------
 inst/doc/UrnTheory.pdf     |binary
 man/BiasedUrn-1-Package.Rd |    6 +++---
 src/bak1.zip               |only
 6 files changed, 25 insertions(+), 24 deletions(-)

More information about BiasedUrn at CRAN
Permanent link


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