Mon, 21 Jul 2014

Package splusTimeDate updated to version 2.5.0-135 with previous version 2.0.0-117 dated 2014-02-02

Title: Times and Dates from S-PLUS
Description: Classes and methods for times and dates (ported from S-PLUS)
Author: TIBCO Software Inc.
Maintainer: Stephen Kaluzny

Diff between splusTimeDate versions 2.0.0-117 dated 2014-02-02 and 2.5.0-135 dated 2014-07-21

 DESCRIPTION          |    9 ++++-----
 MD5                  |    8 ++++----
 R/groupVecMethods.R  |   19 ++++++++++---------
 src/timeFormat.c     |   12 ------------
 src/timeSpanFormat.c |   16 ----------------
 5 files changed, 18 insertions(+), 46 deletions(-)

More information about splusTimeDate at CRAN
Permanent link

New package tidyr with initial version 0.1
Package: tidyr
Title: Easily tidy data with spread and gather functions.
Version: 0.1
Authors@R: 'Hadley Wickham [aut,cre]'
Description: tidyr is an evolution of reshape2. It's design specifically for data tidying (not general reshaping or aggregating) and works well with dplyr data pipelines.
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
LazyData: true
Imports: reshape2, dplyr (>= 0.2)
URL: https://github.com/hadley/tidyr
Suggests: knitr, testthat
VignetteBuilder: knitr
Packaged: 2014-07-21 19:17:00 UTC; hadley
Author: 'Hadley Wickham' [aut, cre]
Maintainer: 'Hadley Wickham'
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-07-21 23:16:05

More information about tidyr at CRAN
Permanent link

Package rnoaa updated to version 0.2.0 with previous version 0.1.0 dated 2014-03-03

Title: NOAA climate data from R.
Description: This is an R wrapper to many NOAA APIs including the NCDC climate API at http://www.ncdc.noaa.gov/cdo-web/webservices/v2. There are functions for each of the API endpoints: data, data categories, data sets, data types, locations, location categories, and stations. In addition, we have an interface for NOAA sea ice data that is not part of the climate data API, the NOAA severe weather inventory, and ERDDAP data. NOAA buoy data is only on the buoy branch in the Github repository for this package (see url below).
Author: Hart Edmund [aut, cre], Scott Chamberlain [aut], Karthik Ram [aut]
Maintainer: Hart Edmund

Diff between rnoaa versions 0.1.0 dated 2014-03-03 and 0.2.0 dated 2014-07-21

 rnoaa-0.1.0/rnoaa/R/noaa.r                                    |only
 rnoaa-0.1.0/rnoaa/R/noaa_combine.r                            |only
 rnoaa-0.1.0/rnoaa/R/noaa_datacats.r                           |only
 rnoaa-0.1.0/rnoaa/R/noaa_datasets.r                           |only
 rnoaa-0.1.0/rnoaa/R/noaa_datatypes.r                          |only
 rnoaa-0.1.0/rnoaa/R/noaa_locs.r                               |only
 rnoaa-0.1.0/rnoaa/R/noaa_locs_cats.r                          |only
 rnoaa-0.1.0/rnoaa/R/noaa_plot.r                               |only
 rnoaa-0.1.0/rnoaa/R/noaa_stations.r                           |only
 rnoaa-0.1.0/rnoaa/R/noaa_swdi.r                               |only
 rnoaa-0.1.0/rnoaa/inst/vign/rnoaa_vignette.Rmd                |only
 rnoaa-0.1.0/rnoaa/inst/vign/rnoaa_vignette.md                 |only
 rnoaa-0.1.0/rnoaa/man/is.noaa_data.Rd                         |only
 rnoaa-0.1.0/rnoaa/man/noaa.Rd                                 |only
 rnoaa-0.1.0/rnoaa/man/noaa_combine.Rd                         |only
 rnoaa-0.1.0/rnoaa/man/noaa_datacats.Rd                        |only
 rnoaa-0.1.0/rnoaa/man/noaa_datasets.Rd                        |only
 rnoaa-0.1.0/rnoaa/man/noaa_datatypes.Rd                       |only
 rnoaa-0.1.0/rnoaa/man/noaa_locs.Rd                            |only
 rnoaa-0.1.0/rnoaa/man/noaa_locs_cats.Rd                       |only
 rnoaa-0.1.0/rnoaa/man/noaa_plot.Rd                            |only
 rnoaa-0.1.0/rnoaa/man/noaa_seaice.Rd                          |only
 rnoaa-0.1.0/rnoaa/man/noaa_stations.Rd                        |only
 rnoaa-0.1.0/rnoaa/man/noaa_swdi.Rd                            |only
 rnoaa-0.1.0/rnoaa/man/noaa_theme.Rd                           |only
 rnoaa-0.1.0/rnoaa/tests/testthat/test-noaa.r                  |only
 rnoaa-0.1.0/rnoaa/tests/testthat/test-noaa_datacats.r         |only
 rnoaa-0.1.0/rnoaa/tests/testthat/test-noaa_datasets.r         |only
 rnoaa-0.1.0/rnoaa/tests/testthat/test-noaa_datatypes.r        |only
 rnoaa-0.1.0/rnoaa/tests/testthat/test-noaa_locs.r             |only
 rnoaa-0.1.0/rnoaa/tests/testthat/test-noaa_locs_cats.r        |only
 rnoaa-0.1.0/rnoaa/tests/testthat/test-noaa_plot.r             |only
 rnoaa-0.1.0/rnoaa/tests/testthat/test-noaa_stations.r         |only
 rnoaa-0.1.0/rnoaa/vignettes/rnoaa_vignette.Rmd                |only
 rnoaa-0.1.0/rnoaa/vignettes/rnoaa_vignette.html               |only
 rnoaa-0.1.0/rnoaa/vignettes/rnoaa_vignette.md                 |only
 rnoaa-0.1.0/rnoaa/vignettes/rnoaa_vignette.pdf                |only
 rnoaa-0.2.0/rnoaa/DESCRIPTION                                 |   28 -
 rnoaa-0.2.0/rnoaa/MD5                                         |  165 ++++---
 rnoaa-0.2.0/rnoaa/NAMESPACE                                   |   41 +
 rnoaa-0.2.0/rnoaa/NEWS                                        |   34 +
 rnoaa-0.2.0/rnoaa/R/defunct.R                                 |only
 rnoaa-0.2.0/rnoaa/R/erddap.R                                  |only
 rnoaa-0.2.0/rnoaa/R/ncdc.r                                    |only
 rnoaa-0.2.0/rnoaa/R/ncdc_combine.r                            |only
 rnoaa-0.2.0/rnoaa/R/ncdc_datacats.r                           |only
 rnoaa-0.2.0/rnoaa/R/ncdc_datasets.r                           |only
 rnoaa-0.2.0/rnoaa/R/ncdc_datatypes.r                          |only
 rnoaa-0.2.0/rnoaa/R/ncdc_locs.r                               |only
 rnoaa-0.2.0/rnoaa/R/ncdc_locs_cats.r                          |only
 rnoaa-0.2.0/rnoaa/R/ncdc_plot.r                               |only
 rnoaa-0.2.0/rnoaa/R/ncdc_stations.r                           |only
 rnoaa-0.2.0/rnoaa/R/rnoaa-package.r                           |    2 
 rnoaa-0.2.0/rnoaa/R/seaice.r                                  |   50 +-
 rnoaa-0.2.0/rnoaa/R/startup.r                                 |    2 
 rnoaa-0.2.0/rnoaa/R/swdi.r                                    |only
 rnoaa-0.2.0/rnoaa/R/zzz.r                                     |  174 +++++++-
 rnoaa-0.2.0/rnoaa/README.md                                   |  217 +++++++---
 rnoaa-0.2.0/rnoaa/build                                       |only
 rnoaa-0.2.0/rnoaa/inst/doc                                    |only
 rnoaa-0.2.0/rnoaa/inst/vign/erddap_vignette.Rmd               |only
 rnoaa-0.2.0/rnoaa/inst/vign/erddap_vignette.md                |only
 rnoaa-0.2.0/rnoaa/inst/vign/figure/six.png                    |binary
 rnoaa-0.2.0/rnoaa/inst/vign/figure/unnamed-chunk-10.png       |binary
 rnoaa-0.2.0/rnoaa/inst/vign/figure/unnamed-chunk-2.png        |binary
 rnoaa-0.2.0/rnoaa/inst/vign/figure/unnamed-chunk-3.png        |binary
 rnoaa-0.2.0/rnoaa/inst/vign/ncdc_attributes.Rmd               |only
 rnoaa-0.2.0/rnoaa/inst/vign/ncdc_attributes.md                |only
 rnoaa-0.2.0/rnoaa/inst/vign/ncdc_vignette.Rmd                 |only
 rnoaa-0.2.0/rnoaa/inst/vign/ncdc_vignette.md                  |only
 rnoaa-0.2.0/rnoaa/inst/vign/ncdc_workflow.Rmd                 |only
 rnoaa-0.2.0/rnoaa/inst/vign/ncdc_workflow.md                  |only
 rnoaa-0.2.0/rnoaa/inst/vign/seaice_vignette.Rmd               |only
 rnoaa-0.2.0/rnoaa/inst/vign/seaice_vignette.md                |only
 rnoaa-0.2.0/rnoaa/inst/vign/swdi_vignette.Rmd                 |only
 rnoaa-0.2.0/rnoaa/inst/vign/swdi_vignette.md                  |only
 rnoaa-0.2.0/rnoaa/man/check_response.Rd                       |only
 rnoaa-0.2.0/rnoaa/man/check_response_erddap.Rd                |only
 rnoaa-0.2.0/rnoaa/man/check_response_swdi.Rd                  |only
 rnoaa-0.2.0/rnoaa/man/erddap_data.Rd                          |only
 rnoaa-0.2.0/rnoaa/man/erddap_info.Rd                          |only
 rnoaa-0.2.0/rnoaa/man/erddap_search.Rd                        |only
 rnoaa-0.2.0/rnoaa/man/fipscodes.Rd                            |   16 
 rnoaa-0.2.0/rnoaa/man/is.ncdc_data.Rd                         |only
 rnoaa-0.2.0/rnoaa/man/latlong2bbox.Rd                         |only
 rnoaa-0.2.0/rnoaa/man/long2utm.Rd                             |only
 rnoaa-0.2.0/rnoaa/man/ncdc.Rd                                 |only
 rnoaa-0.2.0/rnoaa/man/ncdc_combine.Rd                         |only
 rnoaa-0.2.0/rnoaa/man/ncdc_datacats.Rd                        |only
 rnoaa-0.2.0/rnoaa/man/ncdc_datasets.Rd                        |only
 rnoaa-0.2.0/rnoaa/man/ncdc_datatypes.Rd                       |only
 rnoaa-0.2.0/rnoaa/man/ncdc_locs.Rd                            |only
 rnoaa-0.2.0/rnoaa/man/ncdc_locs_cats.Rd                       |only
 rnoaa-0.2.0/rnoaa/man/ncdc_plot.Rd                            |only
 rnoaa-0.2.0/rnoaa/man/ncdc_stations.Rd                        |only
 rnoaa-0.2.0/rnoaa/man/ncdc_theme.Rd                           |only
 rnoaa-0.2.0/rnoaa/man/noaa-defunct.Rd                         |only
 rnoaa-0.2.0/rnoaa/man/noaa_combine-defunct.Rd                 |only
 rnoaa-0.2.0/rnoaa/man/noaa_datacats-defunct.Rd                |only
 rnoaa-0.2.0/rnoaa/man/noaa_datasets-defunct.Rd                |only
 rnoaa-0.2.0/rnoaa/man/noaa_datatypes-defunct.Rd               |only
 rnoaa-0.2.0/rnoaa/man/noaa_locs-defunct.Rd                    |only
 rnoaa-0.2.0/rnoaa/man/noaa_locs_cats-defunct.Rd               |only
 rnoaa-0.2.0/rnoaa/man/noaa_plot-defunct.Rd                    |only
 rnoaa-0.2.0/rnoaa/man/noaa_seaice-defunct.Rd                  |only
 rnoaa-0.2.0/rnoaa/man/noaa_stations-defunct.Rd                |only
 rnoaa-0.2.0/rnoaa/man/readshpfile.Rd                          |   11 
 rnoaa-0.2.0/rnoaa/man/rnoaa-defunct.Rd                        |only
 rnoaa-0.2.0/rnoaa/man/rnoaa-package.Rd                        |   16 
 rnoaa-0.2.0/rnoaa/man/seaice.Rd                               |only
 rnoaa-0.2.0/rnoaa/man/seaiceeurls.Rd                          |    8 
 rnoaa-0.2.0/rnoaa/man/swdi.Rd                                 |only
 rnoaa-0.2.0/rnoaa/man/theme_ice.Rd                            |    1 
 rnoaa-0.2.0/rnoaa/tests/testthat/test-check_response.r        |only
 rnoaa-0.2.0/rnoaa/tests/testthat/test-check_response_erddap.R |only
 rnoaa-0.2.0/rnoaa/tests/testthat/test-check_response_swdi.R   |only
 rnoaa-0.2.0/rnoaa/tests/testthat/test-ncdc.r                  |only
 rnoaa-0.2.0/rnoaa/tests/testthat/test-ncdc_datacats.r         |only
 rnoaa-0.2.0/rnoaa/tests/testthat/test-ncdc_datasets.r         |only
 rnoaa-0.2.0/rnoaa/tests/testthat/test-ncdc_datatypes.r        |only
 rnoaa-0.2.0/rnoaa/tests/testthat/test-ncdc_locs.r             |only
 rnoaa-0.2.0/rnoaa/tests/testthat/test-ncdc_locs_cats.r        |only
 rnoaa-0.2.0/rnoaa/tests/testthat/test-ncdc_plot.r             |only
 rnoaa-0.2.0/rnoaa/tests/testthat/test-ncdc_stations.r         |only
 rnoaa-0.2.0/rnoaa/vignettes/erddap_vignette.Rmd               |only
 rnoaa-0.2.0/rnoaa/vignettes/figure/six.png                    |binary
 rnoaa-0.2.0/rnoaa/vignettes/figure/unnamed-chunk-10.png       |binary
 rnoaa-0.2.0/rnoaa/vignettes/figure/unnamed-chunk-2.png        |binary
 rnoaa-0.2.0/rnoaa/vignettes/figure/unnamed-chunk-3.png        |binary
 rnoaa-0.2.0/rnoaa/vignettes/ncdc_attributes.Rmd               |only
 rnoaa-0.2.0/rnoaa/vignettes/ncdc_vignette.Rmd                 |only
 rnoaa-0.2.0/rnoaa/vignettes/ncdc_workflow.Rmd                 |only
 rnoaa-0.2.0/rnoaa/vignettes/seaice_vignette.Rmd               |only
 rnoaa-0.2.0/rnoaa/vignettes/swdi_vignette.Rmd                 |only
 134 files changed, 554 insertions(+), 211 deletions(-)

More information about rnoaa at CRAN
Permanent link

Package logitchoice updated to version 0.9.1 with previous version 0.9.0 dated 2014-07-21

Title: Fitting l2-regularized logit choice models via generalized gradient descent
Description: Fits linear discrete logit choice models with l2 regularization. To handle reasonably sized datasets, we employ an accelerated version of generalized gradient descent.
Author: Michael Lim
Maintainer: Michael Lim

Diff between logitchoice versions 0.9.0 dated 2014-07-21 and 0.9.1 dated 2014-07-21

 DESCRIPTION                |    8 ++++----
 MD5                        |    6 +++---
 man/coef.logitchoice.Rd    |    3 +--
 man/predict.logitchoice.Rd |    1 -
 4 files changed, 8 insertions(+), 10 deletions(-)

More information about logitchoice at CRAN
Permanent link

Package MDPtoolbox updated to version 4.0.2 with previous version 4.0.1 dated 2012-12-31

Title: Markov Decision Processes toolbox
Description: The Markov Decision Processes (MDP) toolbox proposes functions related to the resolution of discrete-time Markov Decision Processes: finite horizon, value iteration, policy iteration, linear programming algorithms with some variants and also proposes some functions related to Reinforcement Learning.
Author: Iadine Chades, Guillaume Chapron, Marie-Josee Cros, Frederick Garcia, Regis Sabbadin
Maintainer: Guillaume Chapron

Diff between MDPtoolbox versions 4.0.1 dated 2012-12-31 and 4.0.2 dated 2014-07-21

 DESCRIPTION               |   20 ++++++++------------
 LICENSE                   |only
 MD5                       |    7 ++++---
 R/mdp_computePR.r         |    6 +++++-
 man/MDPtoolbox-package.Rd |    6 +++---
 5 files changed, 20 insertions(+), 19 deletions(-)

More information about MDPtoolbox at CRAN
Permanent link

New package bootSVD with initial version 0.1
Package: bootSVD
Title: Fast, Exact Bootstrap Principal Component Analysis for High Dimensional Data
Description: Implements fast, exact bootstrap Principal Component Analysis and Singular Value Decompositions for high dimensional data, as described in (arxiv.org/abs/1405.0922).
Version: 0.1
Author: Aaron Fisher
Maintainer: Aaron Fisher
Depends: R (>= 3.0.2)
Imports: parallel
License: GPL-2
LazyData: true
Packaged: 2014-07-21 20:05:34 UTC; aaronfisher
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-07-21 23:18:12

More information about bootSVD at CRAN
Permanent link

Package SuperLearner updated to version 2.0-15 with previous version 2.0-10 dated 2013-09-03

Title: Super Learner Prediction
Description: This package implements the super learner prediction method and contains a library of prediction algorithms to be used in the super learner.
Author: Eric Polley, Mark van der Laan
Maintainer: Eric Polley

Diff between SuperLearner versions 2.0-10 dated 2013-09-03 and 2.0-15 dated 2014-07-21

 SuperLearner-2.0-10/SuperLearner/R/SL.bart.R                      |only
 SuperLearner-2.0-10/SuperLearner/inst/doc/SuperLearnerPresent.R   |only
 SuperLearner-2.0-15/SuperLearner/DESCRIPTION                      |   16 -
 SuperLearner-2.0-15/SuperLearner/MD5                              |   43 +--
 SuperLearner-2.0-15/SuperLearner/NAMESPACE                        |   28 +-
 SuperLearner-2.0-15/SuperLearner/R/SL.glm.R                       |   48 ++--
 SuperLearner-2.0-15/SuperLearner/R/SampleSplitSuperLearner.R      |only
 SuperLearner-2.0-15/SuperLearner/R/SuperLearner.R                 |    4 
 SuperLearner-2.0-15/SuperLearner/R/SuperLearnerNews.R             |   30 +-
 SuperLearner-2.0-15/SuperLearner/R/mcSuperLearner.R               |    4 
 SuperLearner-2.0-15/SuperLearner/R/method.R                       |  117 ++++++++++
 SuperLearner-2.0-15/SuperLearner/R/screen.SIS.R                   |   17 -
 SuperLearner-2.0-15/SuperLearner/R/snowSuperLearner.R             |    4 
 SuperLearner-2.0-15/SuperLearner/R/summary.CV.SuperLearner.R      |   23 +
 SuperLearner-2.0-15/SuperLearner/R/zzz.R                          |   16 -
 SuperLearner-2.0-15/SuperLearner/build                            |only
 SuperLearner-2.0-15/SuperLearner/inst/NEWS                        |   20 +
 SuperLearner-2.0-15/SuperLearner/inst/ToDo                        |    2 
 SuperLearner-2.0-15/SuperLearner/inst/doc/SuperLearnerPresent.pdf |binary
 SuperLearner-2.0-15/SuperLearner/man/CV.SuperLearner.Rd           |    2 
 SuperLearner-2.0-15/SuperLearner/man/SampleSplitSuperLearner.Rd   |only
 SuperLearner-2.0-15/SuperLearner/man/SuperLearner.Rd              |    7 
 SuperLearner-2.0-15/SuperLearner/man/SuperLearnerNews.Rd          |   42 +--
 SuperLearner-2.0-15/SuperLearner/man/write.SL.template.Rd         |    4 
 SuperLearner-2.0-15/SuperLearner/man/write.method.template.Rd     |   10 
 25 files changed, 305 insertions(+), 132 deletions(-)

More information about SuperLearner at CRAN
Permanent link

Package texreg updated to version 1.33 with previous version 1.32 dated 2014-05-02

Title: Conversion of R regression output to LaTeX or HTML tables.
Description: texreg converts coefficients, standard errors, significance stars, and goodness-of-fit statistics of statistical models into LaTeX tables or HTML tables/MS Word documents or to nicely formatted screen output for the R console for easy model comparison. A list of several models can be combined in a single table. The output is highly customizable. New model types can be easily implemented.
Author: Philip Leifeld
Maintainer: Philip Leifeld

Diff between texreg versions 1.32 dated 2014-05-02 and 1.33 dated 2014-07-21

 DESCRIPTION              |   13 -
 MD5                      |   39 +--
 NAMESPACE                |    7 
 R/classDefinition.R      |   34 +-
 R/extract.R              |  427 ++++++++++++++++++++++++++++------
 R/internal.R             |  139 +++++++++--
 R/plotreg.R              |   83 ++++--
 R/texreg.R               |  105 +++-----
 build/vignette.rds       |binary
 inst/CITATION            |    2 
 inst/doc/v55i08.R        |   64 ++---
 inst/doc/v55i08.Rnw      |  102 ++++----
 inst/doc/v55i08.pdf      |binary
 man/createTexreg.Rd      |    3 
 man/extract-methods.Rd   |   20 +
 man/extract.Rd           |   24 +
 man/plotreg.Rd           |   35 +-
 man/print-texregTable.Rd |only
 man/texreg.Rd            |   24 -
 vignettes/v55i08.Rnw     |  102 ++++----
 vignettes/v55i08.bib     |  590 ++++++++++++++++++++++++-----------------------
 21 files changed, 1148 insertions(+), 665 deletions(-)

More information about texreg at CRAN
Permanent link

New package TableMonster with initial version 1.1
Package: TableMonster
Version: 1.1
Depends: xtable
Date: 2014-07-18
Title: Table Monster
Author: Grant Izmirlian Jr
Maintainer: Grant Izmirlian Jr
Description: Provides a user friendly interface to generation of booktab style tables using xtable.
License: GPL (>= 2)
LazyLoad: yes
Packaged: 2014-07-21 17:14:28 UTC; izmirlig
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-07-21 20:07:51

More information about TableMonster at CRAN
Permanent link

Package RANN updated to version 2.4.1 with previous version 2.3.0 dated 2013-07-24

Title: Fast Nearest Neighbour Search (wraps Arya and Mount's ANN library)
Description: Finds the k nearest neighbours for every point in a given dataset in O(N log N) time using Arya and Mount's ANN library (v1.1.3). There is support for approximate as well as exact searches, fixed radius searches and bd as well as kd trees.
Author: Sunil Arya and David Mount (for ANN), Samuel E. Kemp, Gregory Jefferis
Maintainer: Gregory Jefferis

Diff between RANN versions 2.3.0 dated 2013-07-24 and 2.4.1 dated 2014-07-21

 DESCRIPTION         |   11 +--
 MD5                 |   19 +++--
 NAMESPACE           |    2 
 NEWS                |   13 +++
 R/nn.R              |  183 ++++++++++++++++++++++++++++------------------------
 README.md           |only
 man/RANN-defunct.Rd |   12 +--
 man/RANN-package.Rd |    6 -
 man/nn2.Rd          |  103 +++++++++++++----------------
 src/kd_dump.cpp     |    3 
 tests               |only
 11 files changed, 192 insertions(+), 160 deletions(-)

More information about RANN at CRAN
Permanent link

Package mvSLOUCH updated to version 1.1.2 with previous version 1.1.1 dated 2014-05-30

Title: MultiVariate Stochastic Linear Ornstein-Uhlenbeck models for phylogenetic Comparative hypotHeses
Description: Fits multivariate Ornstein-Uhlenbeck types of models to continues trait data from species related by a common evolutionary history.
Author: Krzysztof Bartoszek
Maintainer: Krzysztof Bartoszek

Diff between mvSLOUCH versions 1.1.1 dated 2014-05-30 and 1.1.2 dated 2014-07-21

 DESCRIPTION            |    6 +++---
 MD5                    |   12 ++++++------
 R/PhyloSDEestim.R      |   31 +++++++++++++++++++++++++++++--
 R/loglik.R             |   22 ++++++++++++++++------
 R/modelparamssummary.R |   19 +++++++++++++++----
 man/mvslouchModel.Rd   |   10 +++++++++-
 man/ouchModel.Rd       |    8 ++++++--
 7 files changed, 84 insertions(+), 24 deletions(-)

More information about mvSLOUCH at CRAN
Permanent link

Package mlr updated to version 2.1 with previous version 2.0 dated 2014-07-03

Title: mlr: Machine Learning in R.
Description: Interface to a large number of classification and regression techniques, including machine-readable parameter descriptions. There is also an experimental extension for survival analysis, clustering and general, example-specific cost-sensitive learning. Generic resampling, including cross-validation, bootstrapping and subsampling. Hyperparameter tuning with modern optimization techniques, for single- and multi-objective problems. Filter and wrapper methods for feature selection. Extension of basic learners with additional operations common in machine learning, also allowing for easy nested resampling. Most operations can be parallelized.
Author: Bernd Bischl [aut, cre], Michel Lang [aut], Jakob Bossek [aut], Leonard Judt [aut], Jakob Richter [aut], Tobias Kuehn [aut], Erich Studerus [aut]
Maintainer: Bernd Bischl

Diff between mlr versions 2.0 dated 2014-07-03 and 2.1 dated 2014-07-21

 mlr-2.0/mlr/R/SupervisedTask_operators.R                   |only
 mlr-2.0/mlr/man/SupervisedTask.Rd                          |only
 mlr-2.1/mlr/DESCRIPTION                                    |   53 +
 mlr-2.1/mlr/LICENSE                                        |    1 
 mlr-2.1/mlr/MD5                                            |  385 +++++++------
 mlr-2.1/mlr/NAMESPACE                                      |   81 ++
 mlr-2.1/mlr/NEWS                                           |   38 +
 mlr-2.1/mlr/R/Aggregation.R                                |    2 
 mlr-2.1/mlr/R/BaggingWrapper.R                             |   35 -
 mlr-2.1/mlr/R/BaseWrapper.R                                |    1 
 mlr-2.1/mlr/R/BaseWrapper_operators.R                      |   10 
 mlr-2.1/mlr/R/ClassifTask.R                                |    5 
 mlr-2.1/mlr/R/ClusterTask.R                                |only
 mlr-2.1/mlr/R/CostSensClassifWrapper.R                     |   11 
 mlr-2.1/mlr/R/CostSensRegrWrapper.R                        |    2 
 mlr-2.1/mlr/R/CostSensTask.R                               |    6 
 mlr-2.1/mlr/R/CostSensWeightedPairsLearner.R               |    2 
 mlr-2.1/mlr/R/DownsampleWrapper.R                          |   18 
 mlr-2.1/mlr/R/FailureModel.R                               |    2 
 mlr-2.1/mlr/R/FeatSelControl.R                             |    5 
 mlr-2.1/mlr/R/FeatSelControlExhaustive.R                   |    4 
 mlr-2.1/mlr/R/FeatSelControlGA.R                           |    2 
 mlr-2.1/mlr/R/FeatSelControlRandom.R                       |    4 
 mlr-2.1/mlr/R/FeatSelControlSequential.R                   |    2 
 mlr-2.1/mlr/R/FilterWrapper.R                              |   18 
 mlr-2.1/mlr/R/ImputeWrapper.R                              |    2 
 mlr-2.1/mlr/R/Learner.R                                    |   14 
 mlr-2.1/mlr/R/Learner_properties.R                         |    6 
 mlr-2.1/mlr/R/Measure.R                                    |    5 
 mlr-2.1/mlr/R/ModelMultiplexer.R                           |    7 
 mlr-2.1/mlr/R/OptControl.R                                 |    2 
 mlr-2.1/mlr/R/OverBaggingWrapper.R                         |   26 
 mlr-2.1/mlr/R/OverUndersampleWrapper.R                     |   26 
 mlr-2.1/mlr/R/Prediction.R                                 |   18 
 mlr-2.1/mlr/R/RLearner.R                                   |   11 
 mlr-2.1/mlr/R/RLearner_classif_cforest.R                   |only
 mlr-2.1/mlr/R/RLearner_classif_glmnet.R                    |only
 mlr-2.1/mlr/R/RLearner_classif_plsdaCaret.R                |only
 mlr-2.1/mlr/R/RLearner_classif_randomForest.R              |    9 
 mlr-2.1/mlr/R/RLearner_cluster_EM.R                        |only
 mlr-2.1/mlr/R/RLearner_cluster_SimpleKMeans.R              |only
 mlr-2.1/mlr/R/RLearner_cluster_XMeans.R                    |only
 mlr-2.1/mlr/R/RLearner_regr_cforest.R                      |only
 mlr-2.1/mlr/R/RLearner_regr_glmnet.R                       |only
 mlr-2.1/mlr/R/RLearner_regr_penalized_lasso.R              |    2 
 mlr-2.1/mlr/R/RLearner_regr_penalized_ridge.R              |    2 
 mlr-2.1/mlr/R/RLearner_regr_randomForest.R                 |    9 
 mlr-2.1/mlr/R/RLearner_regr_svm.R                          |only
 mlr-2.1/mlr/R/RLearner_surv_cforest.R                      |only
 mlr-2.1/mlr/R/RegrTask.R                                   |    5 
 mlr-2.1/mlr/R/ResampleInstance.R                           |   29 
 mlr-2.1/mlr/R/ResampleInstances.R                          |    2 
 mlr-2.1/mlr/R/SMOTEWrapper.R                               |   18 
 mlr-2.1/mlr/R/SupervisedTask.R                             |  134 ----
 mlr-2.1/mlr/R/SurvTask.R                                   |    5 
 mlr-2.1/mlr/R/Task.R                                       |only
 mlr-2.1/mlr/R/Task_operators.R                             |only
 mlr-2.1/mlr/R/TuneControl.R                                |   35 -
 mlr-2.1/mlr/R/TuneControlCMAES.R                           |    2 
 mlr-2.1/mlr/R/TuneControlGenSA.R                           |    2 
 mlr-2.1/mlr/R/TuneControlGrid.R                            |    2 
 mlr-2.1/mlr/R/TuneControlIrace.R                           |    2 
 mlr-2.1/mlr/R/TuneControlMBO.R                             |    2 
 mlr-2.1/mlr/R/TuneControlRandom.R                          |    4 
 mlr-2.1/mlr/R/TuneMultiCritControl.R                       |only
 mlr-2.1/mlr/R/TuneMultiCritControlGrid.R                   |only
 mlr-2.1/mlr/R/TuneMultiCritControlNSGA2.R                  |only
 mlr-2.1/mlr/R/TuneMultiCritControlRandom.R                 |only
 mlr-2.1/mlr/R/TuneMultiCritResult.R                        |only
 mlr-2.1/mlr/R/TuneResult.R                                 |   17 
 mlr-2.1/mlr/R/TuneWrapper.R                                |    2 
 mlr-2.1/mlr/R/UnsupervisedTask.R                           |only
 mlr-2.1/mlr/R/WeightedClassesWrapper.R                     |   80 ++
 mlr-2.1/mlr/R/benchmark.R                                  |    6 
 mlr-2.1/mlr/R/checkLearner.R                               |    4 
 mlr-2.1/mlr/R/checkMeasures.R                              |    3 
 mlr-2.1/mlr/R/checkTunerParset.R                           |   19 
 mlr-2.1/mlr/R/createDummyFeatures.R                        |    4 
 mlr-2.1/mlr/R/downsample.R                                 |    6 
 mlr-2.1/mlr/R/dropFeatures.R                               |    2 
 mlr-2.1/mlr/R/evalOptimizationState.R                      |   20 
 mlr-2.1/mlr/R/getFailuremodelMsg.R                         |only
 mlr-2.1/mlr/R/isFailureModel.R                             |    8 
 mlr-2.1/mlr/R/learners.R                                   |   16 
 mlr-2.1/mlr/R/listLearners.R                               |   19 
 mlr-2.1/mlr/R/listMeasures.R                               |    6 
 mlr-2.1/mlr/R/measures.R                                   |  105 +++
 mlr-2.1/mlr/R/normalizeFeatures.R                          |    6 
 mlr-2.1/mlr/R/performance.R                                |    6 
 mlr-2.1/mlr/R/plotLearnerPrediction.R                      |   12 
 mlr-2.1/mlr/R/plotTuneMultiCritResult.R                    |only
 mlr-2.1/mlr/R/predict.R                                    |   57 -
 mlr-2.1/mlr/R/predictLearner.R                             |   18 
 mlr-2.1/mlr/R/removeConstantFeatures.R                     |    8 
 mlr-2.1/mlr/R/removeHyperPars.R                            |only
 mlr-2.1/mlr/R/resample.R                                   |   26 
 mlr-2.1/mlr/R/resample_convenience.R                       |    4 
 mlr-2.1/mlr/R/setPredictType.R                             |    3 
 mlr-2.1/mlr/R/train.R                                      |   10 
 mlr-2.1/mlr/R/trainLearner.R                               |    2 
 mlr-2.1/mlr/R/tuneCMAES.R                                  |    6 
 mlr-2.1/mlr/R/tuneGenSA.R                                  |    7 
 mlr-2.1/mlr/R/tuneGrid.R                                   |    6 
 mlr-2.1/mlr/R/tuneIrace.R                                  |   15 
 mlr-2.1/mlr/R/tuneMBO.R                                    |   26 
 mlr-2.1/mlr/R/tuneMultiCritGrid.R                          |only
 mlr-2.1/mlr/R/tuneMultiCritNSGA2.R                         |only
 mlr-2.1/mlr/R/tuneMultiCritRandom.R                        |only
 mlr-2.1/mlr/R/tuneParams.R                                 |   47 +
 mlr-2.1/mlr/R/tuneParamsMultiCrit.R                        |only
 mlr-2.1/mlr/R/tuneRandom.R                                 |    6 
 mlr-2.1/mlr/R/tuneThreshold.R                              |    2 
 mlr-2.1/mlr/R/tunerFitnFun.R                               |   42 -
 mlr-2.1/mlr/R/utils_opt.R                                  |   29 
 mlr-2.1/mlr/data/mlr.bh.RData                              |binary
 mlr-2.1/mlr/data/mlr.iris.RData                            |binary
 mlr-2.1/mlr/data/mlr.sonar.RData                           |binary
 mlr-2.1/mlr/man/FeatSelControl.Rd                          |   16 
 mlr-2.1/mlr/man/RLearner.Rd                                |    4 
 mlr-2.1/mlr/man/Task.Rd                                    |only
 mlr-2.1/mlr/man/TuneControl.Rd                             |   47 -
 mlr-2.1/mlr/man/TuneMultiCritControl.Rd                    |only
 mlr-2.1/mlr/man/TuneMultiCritResult.Rd                     |only
 mlr-2.1/mlr/man/TuneResult.Rd                              |    9 
 mlr-2.1/mlr/man/benchmark.Rd                               |    2 
 mlr-2.1/mlr/man/createDummyFeatures.Rd                     |    4 
 mlr-2.1/mlr/man/downsample.Rd                              |    4 
 mlr-2.1/mlr/man/dropFeatures.Rd                            |    4 
 mlr-2.1/mlr/man/filterFeatures.Rd                          |    4 
 mlr-2.1/mlr/man/getFailureModelMsg.Rd                      |only
 mlr-2.1/mlr/man/getFilterValues.Rd                         |    2 
 mlr-2.1/mlr/man/getHyperPars.Rd                            |    1 
 mlr-2.1/mlr/man/getParamSet.Rd                             |    1 
 mlr-2.1/mlr/man/getTaskData.Rd                             |    2 
 mlr-2.1/mlr/man/getTaskFeatureNames.Rd                     |    2 
 mlr-2.1/mlr/man/getTaskFormula.Rd                          |    2 
 mlr-2.1/mlr/man/getTaskNFeats.Rd                           |    2 
 mlr-2.1/mlr/man/getTaskTargets.Rd                          |    2 
 mlr-2.1/mlr/man/getTuneResult.Rd                           |    2 
 mlr-2.1/mlr/man/learners.Rd                                |   14 
 mlr-2.1/mlr/man/listLearners.Rd                            |   14 
 mlr-2.1/mlr/man/listMeasures.Rd                            |    9 
 mlr-2.1/mlr/man/makeAggregation.Rd                         |    2 
 mlr-2.1/mlr/man/makeCostMeasure.Rd                         |   18 
 mlr-2.1/mlr/man/makeCostSensClassifWrapper.Rd              |   17 
 mlr-2.1/mlr/man/makeCostSensRegrWrapper.Rd                 |   17 
 mlr-2.1/mlr/man/makeCostSensWeightedPairsWrapper.Rd        |   17 
 mlr-2.1/mlr/man/makeCustomResampledMeasure.Rd              |   20 
 mlr-2.1/mlr/man/makeDownsampleWrapper.Rd                   |    6 
 mlr-2.1/mlr/man/makeFilterWrapper.Rd                       |    5 
 mlr-2.1/mlr/man/makeLearner.Rd                             |   15 
 mlr-2.1/mlr/man/makeMeasure.Rd                             |   24 
 mlr-2.1/mlr/man/makeModelMultiplexer.Rd                    |    4 
 mlr-2.1/mlr/man/makeModelMultiplexerParamSet.Rd            |    2 
 mlr-2.1/mlr/man/makeOverBaggingWrapper.Rd                  |    5 
 mlr-2.1/mlr/man/makeResampleInstance.Rd                    |    2 
 mlr-2.1/mlr/man/makeSMOTEWrapper.Rd                        |    5 
 mlr-2.1/mlr/man/makeTuneWrapper.Rd                         |    4 
 mlr-2.1/mlr/man/makeUndersampleWrapper.Rd                  |   10 
 mlr-2.1/mlr/man/makeWeightedClassesWrapper.Rd              |   55 +
 mlr-2.1/mlr/man/measures.Rd                                |   28 
 mlr-2.1/mlr/man/normalizeFeatures.Rd                       |    4 
 mlr-2.1/mlr/man/oversample.Rd                              |    4 
 mlr-2.1/mlr/man/performance.Rd                             |   23 
 mlr-2.1/mlr/man/plotLearnerPrediction.Rd                   |    2 
 mlr-2.1/mlr/man/plotTuneMultiCritResult.Rd                 |only
 mlr-2.1/mlr/man/predict.WrappedModel.Rd                    |    2 
 mlr-2.1/mlr/man/removeConstantFeatures.Rd                  |    4 
 mlr-2.1/mlr/man/removeHyperPars.Rd                         |only
 mlr-2.1/mlr/man/resample.Rd                                |    6 
 mlr-2.1/mlr/man/selectFeatures.Rd                          |    2 
 mlr-2.1/mlr/man/setHyperPars.Rd                            |    5 
 mlr-2.1/mlr/man/setId.Rd                                   |    5 
 mlr-2.1/mlr/man/setPredictType.Rd                          |    5 
 mlr-2.1/mlr/man/showHyperPars.Rd                           |    5 
 mlr-2.1/mlr/man/smote.Rd                                   |    4 
 mlr-2.1/mlr/man/subsetTask.Rd                              |    4 
 mlr-2.1/mlr/man/train.Rd                                   |    6 
 mlr-2.1/mlr/man/trainLearner.Rd                            |    2 
 mlr-2.1/mlr/man/tuneParams.Rd                              |   46 +
 mlr-2.1/mlr/man/tuneParamsMultiCrit.Rd                     |only
 mlr-2.1/mlr/man/tuneThreshold.Rd                           |    4 
 mlr-2.1/mlr/tests/testthat/helper_helpers.R                |    4 
 mlr-2.1/mlr/tests/testthat/helper_mock_learners.R          |only
 mlr-2.1/mlr/tests/testthat/helper_objects.R                |    7 
 mlr-2.1/mlr/tests/testthat/test_base_BaggingWrapper.R      |   10 
 mlr-2.1/mlr/tests/testthat/test_base_FailureModel.R        |   16 
 mlr-2.1/mlr/tests/testthat/test_base_NoFeaturesModel.R     |   44 -
 mlr-2.1/mlr/tests/testthat/test_base_UnsupervisedTask.R    |only
 mlr-2.1/mlr/tests/testthat/test_base_clustering.R          |only
 mlr-2.1/mlr/tests/testthat/test_base_hyperpars.R           |   20 
 mlr-2.1/mlr/tests/testthat/test_base_measures.R            |    4 
 mlr-2.1/mlr/tests/testthat/test_base_parallel.R            |    2 
 mlr-2.1/mlr/tests/testthat/test_base_predict.R             |   10 
 mlr-2.1/mlr/tests/testthat/test_classif_cforest.R          |only
 mlr-2.1/mlr/tests/testthat/test_classif_glmnet.R           |only
 mlr-2.1/mlr/tests/testthat/test_classif_plsdaCaret.R       |only
 mlr-2.1/mlr/tests/testthat/test_cluster_EM.R               |only
 mlr-2.1/mlr/tests/testthat/test_cluster_SimpleKMeans.R     |only
 mlr-2.1/mlr/tests/testthat/test_cluster_XMeans.R           |only
 mlr-2.1/mlr/tests/testthat/test_imbal_smote.R              |   14 
 mlr-2.1/mlr/tests/testthat/test_imbal_weightedclasses.R    |   18 
 mlr-2.1/mlr/tests/testthat/test_learners.R                 |   85 +-
 mlr-2.1/mlr/tests/testthat/test_regr_cforest.R             |only
 mlr-2.1/mlr/tests/testthat/test_regr_glmnet.R              |only
 mlr-2.1/mlr/tests/testthat/test_regr_randomForest.R        |   12 
 mlr-2.1/mlr/tests/testthat/test_regr_svm.R                 |only
 mlr-2.1/mlr/tests/testthat/test_resample.R                 |   29 
 mlr-2.1/mlr/tests/testthat/test_resample_stratify.R        |   46 -
 mlr-2.1/mlr/tests/testthat/test_surv_cforest.R             |only
 mlr-2.1/mlr/tests/testthat/test_surv_glmboost.R            |    9 
 mlr-2.1/mlr/tests/testthat/test_tune.R                     |   19 
 mlr-2.1/mlr/tests/testthat/test_tune_ModelMultiplexer.R    |   13 
 mlr-2.1/mlr/tests/testthat/test_tune_TuneWrapper.R         |    8 
 mlr-2.1/mlr/tests/testthat/test_tune_tuneGrid.R            |    8 
 mlr-2.1/mlr/tests/testthat/test_tune_tuneIraceR.R          |   37 -
 mlr-2.1/mlr/tests/testthat/test_tune_tuneMBO.R             |   46 -
 mlr-2.1/mlr/tests/testthat/test_tune_tuneParamsMultiCrit.R |only
 218 files changed, 1761 insertions(+), 959 deletions(-)

More information about mlr at CRAN
Permanent link

Package ineq updated to version 0.2-13 with previous version 0.2-12 dated 2014-05-18

Title: Measuring Inequality, Concentration, and Poverty
Description: Inequality, concentration, and poverty measures. Lorenz curves (empirical and theoretical).
Author: Achim Zeileis [aut, cre], Christian Kleiber [ctb]
Maintainer: Achim Zeileis

Diff between ineq versions 0.2-12 dated 2014-05-18 and 0.2-13 dated 2014-07-21

 DESCRIPTION |    8 ++++----
 MD5         |   11 ++++++-----
 R/Lc.R      |    2 +-
 R/conc.R    |    4 ++--
 R/ineq.R    |   21 ++++++++++-----------
 R/pov.R     |    8 ++++----
 tests       |only
 7 files changed, 27 insertions(+), 27 deletions(-)

More information about ineq at CRAN
Permanent link

Package icd9 updated to version 0.5 with previous version 0.3 dated 2014-07-07

Title: Tools for Working with ICD-9 Codes, and Finding Comorbidities
Description: This package allows accurate manipulation, conversion, validation and comparison of ICD-9-CM (clinical modification) codes. Although ICD-9 codes appear numeric, this is not the case, since trailing zeroes, and a mixture of decimal and non-decimal "short" format codes exist. Tools to map ICD-9 codes to co-morbidities are also provided, with mappings from Quan (Deyo and Elixhauser versions), Elixhauser and AHRQ included.
Author: Jack O. Wasey [aut, cre]
Maintainer: Jack O. Wasey

Diff between icd9 versions 0.3 dated 2014-07-07 and 0.5 dated 2014-07-21

 icd9-0.3/icd9/data/icd9CmChapters.rda           |only
 icd9-0.3/icd9/data/icd9CmDesc.RData             |only
 icd9-0.3/icd9/man/icd9ChapterShort.Rd           |only
 icd9-0.3/icd9/man/icd9CmChapters.Rd             |only
 icd9-0.3/icd9/man/icd9CmDesc.Rd                 |only
 icd9-0.3/icd9/man/icd9CondenseShort.Rd          |only
 icd9-0.3/icd9/man/icd9CondenseToExplainShort.Rd |only
 icd9-0.3/icd9/man/icd9DecimalToMajor.Rd         |only
 icd9-0.3/icd9/man/icd9ShortToMajor.Rd           |only
 icd9-0.3/icd9/man/icd9Tell.Rd                   |only
 icd9-0.3/icd9/man/lookupComorbidities.Rd        |only
 icd9-0.3/icd9/man/parseIcd9Cm.Rd                |only
 icd9-0.5/icd9/DESCRIPTION                       |   27 -
 icd9-0.5/icd9/MD5                               |  135 +++---
 icd9-0.5/icd9/NAMESPACE                         |   22 -
 icd9-0.5/icd9/NEWS                              |   11 
 icd9-0.5/icd9/R/comorbid.R                      |  331 +++++++++++-----
 icd9-0.5/icd9/R/convert.R                       |   89 +++-
 icd9-0.5/icd9/R/datadocs.R                      |  124 +++---
 icd9-0.5/icd9/R/explain.R                       |  289 ++++++++++----
 icd9-0.5/icd9/R/icd9-package.R                  |   10 
 icd9-0.5/icd9/R/parse.R                         |  236 +++++++++--
 icd9-0.5/icd9/R/ranges.R                        |  148 ++-----
 icd9-0.5/icd9/R/util.R                          |   15 
 icd9-0.5/icd9/R/valid.R                         |  102 ++++
 icd9-0.5/icd9/README.md                         |    7 
 icd9-0.5/icd9/build/vignette.rds                |binary
 icd9-0.5/icd9/data/ahrqComorbid.RData           |binary
 icd9-0.5/icd9/data/elixhauserComorbid.RData     |binary
 icd9-0.5/icd9/data/icd9Chapters.RData           |only
 icd9-0.5/icd9/data/icd9ChaptersMajor.RData      |only
 icd9-0.5/icd9/data/icd9ChaptersSub.RData        |only
 icd9-0.5/icd9/data/icd9Hierarchy.RData          |only
 icd9-0.5/icd9/data/mappingNames.rda             |only
 icd9-0.5/icd9/data/quanDeyoComorbid.RData       |binary
 icd9-0.5/icd9/data/quanElixhauserComorbid.RData |binary
 icd9-0.5/icd9/inst/doc/icd9.R                   |  190 ++++++---
 icd9-0.5/icd9/inst/doc/icd9.Rnw                 |  240 ++++++++---
 icd9-0.5/icd9/inst/doc/icd9.pdf                 |binary
 icd9-0.5/icd9/man/elixhauserComorbidNames.Rd    |only
 icd9-0.5/icd9/man/icd9-package.Rd               |   10 
 icd9-0.5/icd9/man/icd9Chapters.Rd               |only
 icd9-0.5/icd9/man/icd9ChaptersToMap.Rd          |only
 icd9-0.5/icd9/man/icd9ChildrenDecimal.Rd        |   14 
 icd9-0.5/icd9/man/icd9ChildrenShort.Rd          |   18 
 icd9-0.5/icd9/man/icd9Comorbidities.Rd          |   93 ++--
 icd9-0.5/icd9/man/icd9CondenseToExplain.Rd      |only
 icd9-0.5/icd9/man/icd9CondenseToMajor.Rd        |only
 icd9-0.5/icd9/man/icd9DecimalToParts.Rd         |    4 
 icd9-0.5/icd9/man/icd9ExpandMinor.Rd            |   16 
 icd9-0.5/icd9/man/icd9ExpandRangeDecimal.Rd     |   11 
 icd9-0.5/icd9/man/icd9ExpandRangeMajor.Rd       |    4 
 icd9-0.5/icd9/man/icd9ExpandRangeShort.Rd       |    4 
 icd9-0.5/icd9/man/icd9FilterPoa.Rd              |only
 icd9-0.5/icd9/man/icd9GetChapters.Rd            |only
 icd9-0.5/icd9/man/icd9GetMajor.Rd               |only
 icd9-0.5/icd9/man/icd9GuessIsShort.Rd           |only
 icd9-0.5/icd9/man/icd9Hierarchy.Rd              |only
 icd9-0.5/icd9/man/icd9InReferenceCode.Rd        |   37 +
 icd9-0.5/icd9/man/icd9InvalidActions.Rd         |    1 
 icd9-0.5/icd9/man/icd9ParseAndSaveMappings.Rd   |only
 icd9-0.5/icd9/man/icd9PartsRecompose.Rd         |    6 
 icd9-0.5/icd9/man/icd9PoaChoices.Rd             |only
 icd9-0.5/icd9/man/icd9Real.Rd                   |only
 icd9-0.5/icd9/man/icd9ShortToDecimal.Rd         |    2 
 icd9-0.5/icd9/man/icd9SubsequentMinors.Rd       |    8 
 icd9-0.5/icd9/man/icd9ValidNaWarnStop.Rd        |    6 
 icd9-0.5/icd9/man/icd9WarnStopMessage.Rd        |    6 
 icd9-0.5/icd9/man/parseAhrqSas.Rd               |    6 
 icd9-0.5/icd9/man/parseElixhauser.Rd            |    4 
 icd9-0.5/icd9/man/parseIcd9Chapters.Rd          |   15 
 icd9-0.5/icd9/man/parseIcd9Descriptions.Rd      |only
 icd9-0.5/icd9/man/parseQuanDeyoSas.Rd           |    4 
 icd9-0.5/icd9/man/parseQuanElixhauser.Rd        |    5 
 icd9-0.5/icd9/man/quanDeyoComorbid.Rd           |   11 
 icd9-0.5/icd9/man/quanElixhauserComorbid.Rd     |    3 
 icd9-0.5/icd9/man/strMultiMatch.Rd              |   10 
 icd9-0.5/icd9/tests/testthat/test-comorbid.R    |  494 +++++++++++++++++++-----
 icd9-0.5/icd9/tests/testthat/test-convert.R     |   17 
 icd9-0.5/icd9/tests/testthat/test-explain.R     |  234 +++++++++--
 icd9-0.5/icd9/tests/testthat/test-ranges.R      |  127 ++++--
 icd9-0.5/icd9/tests/testthat/test-validation.R  |  237 ++++++++++-
 icd9-0.5/icd9/vignettes/icd9-concordance.tex    |   10 
 icd9-0.5/icd9/vignettes/icd9.Rnw                |  240 ++++++++---
 84 files changed, 2633 insertions(+), 1000 deletions(-)

More information about icd9 at CRAN
Permanent link

New package HSSVD with initial version 1.1
Package: HSSVD
Type: Package
Title: Biclustering with heterogeneous variance
Version: 1.1
Date: 2014-07-21
Authors@R: c(person("Guanhua", "Chen", role = c("aut","cre"), email = "guanhuac@live.unc.edu"), person("Michael", "Kosorok", role = c("aut"), email = "kosorok@unc.edu"), person("Shannon","Holloway", role="ctb", email="sthollow@ncsu.edu"))
Description: HSSVD is a recently developed data mining tool for discovering subgroups of patients and genes which simultaneously display unusual levels of variability compared to other genes and patients. Previous biclustering methods were restricted to mean level detection, while the new method can detect both mean and variance biclusters.
Depends: R (>= 2.10), bcv
License: GPL-2
Packaged: 2014-07-21 17:38:29 UTC; sthollow
Author: Guanhua Chen [aut, cre], Michael Kosorok [aut], Shannon Holloway [ctb]
Maintainer: Guanhua Chen
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-07-21 20:17:46

More information about HSSVD at CRAN
Permanent link

Package BTYD updated to version 2.3 with previous version 1.0 dated 2012-08-22

Title: Implementing Buy 'Til You Die Models
Description: This package contains functions for data preparation, parameter estimation, scoring, and plotting for the BG/BB, BG/NBD and Pareto/NBD models.
Author: Lukasz Dziurzynski [aut], Edward Wadsworth [aut], Peter Fader [ctb], Elea McDonnell Feit [ctb], Daniel McCarthy [aut, cre, ctb], Bruce Hardie [ctb], Arun Gopalakrishnan [ctb], Eric Schwartz [ctb], Yao Zhang [ctb]
Maintainer: Daniel McCarthy

Diff between BTYD versions 1.0 dated 2012-08-22 and 2.3 dated 2014-07-21

 DESCRIPTION                                         |   49 
 MD5                                                 |  199 +-
 NAMESPACE                                           |    3 
 R/bgbb.R                                            |   33 
 R/bgnbd.R                                           |only
 R/dc.R                                              |   52 
 R/pnbd.R                                            |   58 
 R/spend.R                                           |    9 
 build                                               |only
 data/donationsSummary.RData                         |binary
 demo/00Index                                        |    1 
 demo/bgnbd_cdnow.R                                  |only
 inst/doc/BTYD-walkthrough.R                         |only
 inst/doc/BTYD-walkthrough.Rnw                       | 1381 +++++++++++++++++++-
 inst/doc/BTYD-walkthrough.pdf                       |binary
 man/BTYD-package.Rd                                 |   60 
 man/addLogs.Rd                                      |    9 
 man/bgbb.ConditionalExpectedTransactions.Rd         |   86 -
 man/bgbb.DERT.Rd                                    |   96 -
 man/bgbb.EstimateParameters.Rd                      |   66 
 man/bgbb.Expectation.Rd                             |   28 
 man/bgbb.HeatmapHoldoutExpectedTrans.Rd             |   58 
 man/bgbb.LL.Rd                                      |   78 -
 man/bgbb.PAlive.Rd                                  |   75 -
 man/bgbb.PlotDropoutRateHeterogeneity.Rd            |   23 
 man/bgbb.PlotFreqVsConditionalExpectedFrequency.Rd  |   83 -
 man/bgbb.PlotFrequencyInCalibration.Rd              |   64 
 man/bgbb.PlotFrequencyInHoldout.Rd                  |   71 -
 man/bgbb.PlotRecVsConditionalExpectedFrequency.Rd   |   83 -
 man/bgbb.PlotTrackingCum.Rd                         |   84 -
 man/bgbb.PlotTrackingInc.Rd                         |   84 -
 man/bgbb.PlotTransactionRateHeterogeneity.Rd        |   24 
 man/bgbb.PosteriorMeanDropoutRate.Rd                |   83 -
 man/bgbb.PosteriorMeanLmProductMoment.Rd            |   79 -
 man/bgbb.PosteriorMeanTransactionRate.Rd            |   83 -
 man/bgbb.pmf.General.Rd                             |   86 -
 man/bgbb.pmf.Rd                                     |   49 
 man/bgnbd.ConditionalExpectedTransactions.Rd        |only
 man/bgnbd.EstimateParameters.Rd                     |only
 man/bgnbd.Expectation.Rd                            |only
 man/bgnbd.ExpectedCumulativeTransactions.Rd         |only
 man/bgnbd.LL.Rd                                     |only
 man/bgnbd.PAlive.Rd                                 |only
 man/bgnbd.PlotDropoutRateHeterogeneity.Rd           |only
 man/bgnbd.PlotFreqVsConditionalExpectedFrequency.Rd |only
 man/bgnbd.PlotFrequencyInCalibration.Rd             |only
 man/bgnbd.PlotRecVsConditionalExpectedFrequency.Rd  |only
 man/bgnbd.PlotTrackingCum.Rd                        |only
 man/bgnbd.PlotTrackingInc.Rd                        |only
 man/bgnbd.PlotTransactionRateHeterogeneity.Rd       |only
 man/bgnbd.compress.cbs.Rd                           |only
 man/bgnbd.pmf.General.Rd                            |only
 man/bgnbd.pmf.Rd                                    |only
 man/dc.BuildCBSFromCBTAndDates.Rd                   |   88 -
 man/dc.BuildCBTFromElog.Rd                          |   33 
 man/dc.CreateFreqCBT.Rd                             |   27 
 man/dc.CreateReachCBT.Rd                            |   27 
 man/dc.CreateSpendCBT.Rd                            |   31 
 man/dc.CumulativeToIncremental.Rd                   |   12 
 man/dc.DissipateElog.Rd                             |   26 
 man/dc.ElogToCbsCbt.Rd                              |  100 -
 man/dc.FilterCustByBirth.Rd                         |   59 
 man/dc.GetFirstPurchasePeriodsFromCBT.Rd            |   30 
 man/dc.GetLastPurchasePeriodsFromCBT.Rd             |   30 
 man/dc.MakeRFmatrixCal.Rd                           |   56 
 man/dc.MakeRFmatrixHoldout.Rd                       |   25 
 man/dc.MakeRFmatrixSkeleton.Rd                      |   21 
 man/dc.MergeCustomers.Rd                            |   69 
 man/dc.MergeTransactionsOnSameDate.Rd               |   17 
 man/dc.PlotLogLikelihoodContour.Rd                  |  122 -
 man/dc.PlotLogLikelihoodContours.Rd                 |   99 -
 man/dc.ReadLines.Rd                                 |   42 
 man/dc.RemoveTimeBetween.Rd                         |   39 
 man/dc.SplitUpElogForRepeatTrans.Rd                 |   24 
 man/dc.WriteLine.Rd                                 |   10 
 man/dc.check.model.params.Rd                        |   14 
 man/pnbd.ConditionalExpectedTransactions.Rd         |   73 -
 man/pnbd.DERT.Rd                                    |   93 -
 man/pnbd.EstimateParameters.Rd                      |   77 -
 man/pnbd.Expectation.Rd                             |   32 
 man/pnbd.ExpectedCumulativeTransactions.Rd          |   74 -
 man/pnbd.LL.Rd                                      |   77 -
 man/pnbd.PAlive.Rd                                  |   62 
 man/pnbd.Plot.DERT.Rd                               |   76 -
 man/pnbd.PlotDropoutRateHeterogeneity.Rd            |   28 
 man/pnbd.PlotFreqVsConditionalExpectedFrequency.Rd  |   64 
 man/pnbd.PlotFrequencyInCalibration.Rd              |   56 
 man/pnbd.PlotRecVsConditionalExpectedFrequency.Rd   |   78 -
 man/pnbd.PlotTrackingCum.Rd                         |   73 -
 man/pnbd.PlotTrackingInc.Rd                         |   73 -
 man/pnbd.PlotTransactionRateHeterogeneity.Rd        |   28 
 man/pnbd.compress.cbs.Rd                            |   65 
 man/pnbd.pmf.General.Rd                             |   91 -
 man/pnbd.pmf.Rd                                     |   53 
 man/spend.EstimateParameters.Rd                     |   59 
 man/spend.LL.Rd                                     |   65 
 man/spend.expected.value.Rd                         |   69 
 man/spend.marginal.likelihood.Rd                    |   79 -
 man/spend.plot.average.transaction.value.Rd         |   54 
 man/subLogs.Rd                                      |    9 
 vignettes                                           |only
 101 files changed, 3353 insertions(+), 2393 deletions(-)

More information about BTYD at CRAN
Permanent link

Package SASxport updated to version 1.5.0 with previous version 1.3.6 dated 2013-10-09

Title: Read and Write SAS XPORT Files
Description: This package provides functions for reading, listing the contents of, and writing SAS xport format files. The functions support reading and writing of either individual data frames or sets of data frames. Further, a mechanism has been provided for customizing how variables of different data types are stored.
Author: Unless otherwise noted, the contents of this package were written by Gregory R. Warnes and are provided under the terms of the GNU General Public License, version 2.0 or later. -- The files 'src/ieee2ibm.c' and 'src/ibm2ieee.c' were extracted from BRL-CAD file /brlcad/src/libbu/htond.c written by Michael John Muuss, Copyright (c) 2004-2007 United States Government as represented by the U.S. Army Research Laboratory, and is utilized and redistributed under the terms of the GNU Lesser General Public License, version 2.1. -- The files 'R/AFirst.lib.s', 'R/all.is.numeric.R', 'R/importConvertDateTime.R', 'R/in.opererator.R', 'R/makeNames.R', 'R/read.xport.R', and 'R/testDateTime.R' are copied or adapted from the 'Hmisc' package created by Frank E. Harrell, Jr. , and are utilized and redistributed under the terms of the GNU General Public License, version 2.0 or later. -- The files 'R/xport.R', 'src/SASxport.c', 'src/SASxport.h', and 'src/foreign.h' are copied or adapted from the R 'foreign' package created by Douglas M. Bates and Saikat DebRoy , and are utilized and redistributed under the terms of the GNU General Public License, version 2.0 or later. -- The creation of this package was partially funded by Metrum Institute .
Maintainer: Gregory R. Warnes

Diff between SASxport versions 1.3.6 dated 2013-10-09 and 1.5.0 dated 2014-07-21

 SASxport-1.3.6/SASxport/R/assert.R                            |only
 SASxport-1.3.6/SASxport/R/label.R                             |only
 SASxport-1.3.6/SASxport/man/label.Rd                          |only
 SASxport-1.3.6/SASxport/src/reverse.c                         |only
 SASxport-1.5.0/SASxport/ChangeLog                             |  160 +
 SASxport-1.5.0/SASxport/DESCRIPTION                           |   10 
 SASxport-1.5.0/SASxport/MD5                                   |   96 
 SASxport-1.5.0/SASxport/NAMESPACE                             |   13 
 SASxport-1.5.0/SASxport/NEWS                                  |   46 
 SASxport-1.5.0/SASxport/R/parseFormat.R                       |   12 
 SASxport-1.5.0/SASxport/R/read.xport.R                        |   38 
 SASxport-1.5.0/SASxport/R/write.xport.R                       |   57 
 SASxport-1.5.0/SASxport/R/xport.R                             |    5 
 SASxport-1.5.0/SASxport/inst/ChangeLog                        |  160 +
 SASxport-1.5.0/SASxport/inst/NEWS                             |   46 
 SASxport-1.5.0/SASxport/man/SASformat.Rd                      |only
 SASxport-1.5.0/SASxport/man/read.xport.Rd                     |   34 
 SASxport-1.5.0/SASxport/src/SASxport.c                        | 1179 +++++-----
 SASxport-1.5.0/SASxport/src/SASxport.h                        |    2 
 SASxport-1.5.0/SASxport/src/ibm2ieee.c                        |   69 
 SASxport-1.5.0/SASxport/src/ibm2ieee.h                        |only
 SASxport-1.5.0/SASxport/src/ieee2ibm.c                        |  186 -
 SASxport-1.5.0/SASxport/src/test_fields.c                     |   24 
 SASxport-1.5.0/SASxport/src/to_bigend.c                       |only
 SASxport-1.5.0/SASxport/src/to_bigend.h                       |only
 SASxport-1.5.0/SASxport/src/writeSAS.c                        |   75 
 SASxport-1.5.0/SASxport/src/writeSAS.h                        |   43 
 SASxport-1.5.0/SASxport/tests/Alfalfa_Test.R                  |   17 
 SASxport-1.5.0/SASxport/tests/Alfalfa_Test.Rout.save          |  827 ++++++-
 SASxport-1.5.0/SASxport/tests/Theoph.R                        |    4 
 SASxport-1.5.0/SASxport/tests/Theoph.Rout.save                |   27 
 SASxport-1.5.0/SASxport/tests/cars.R                          |   16 
 SASxport-1.5.0/SASxport/tests/cars.Rout.save                  |  476 +++-
 SASxport-1.5.0/SASxport/tests/dfAttributes.R                  |   17 
 SASxport-1.5.0/SASxport/tests/testDates.Rout.save             |   23 
 SASxport-1.5.0/SASxport/tests/testDuplicateNames.R            |    5 
 SASxport-1.5.0/SASxport/tests/testDuplicateNames.Rout.save    |  184 -
 SASxport-1.5.0/SASxport/tests/testEmpty.Rout.save             |   29 
 SASxport-1.5.0/SASxport/tests/testExamples.R                  |only
 SASxport-1.5.0/SASxport/tests/testExamples.Rout.save          |only
 SASxport-1.5.0/SASxport/tests/testManyNames.Rout.save         |   29 
 SASxport-1.5.0/SASxport/tests/testNegative.R                  |    4 
 SASxport-1.5.0/SASxport/tests/testNegative.Rout.save          |   27 
 SASxport-1.5.0/SASxport/tests/testNumeric.R                   |    4 
 SASxport-1.5.0/SASxport/tests/testNumeric.Rout.save           |   27 
 SASxport-1.5.0/SASxport/tests/testUnnamedComponents.R         |   14 
 SASxport-1.5.0/SASxport/tests/testUnnamedComponents.Rout.save | 1044 +++-----
 SASxport-1.5.0/SASxport/tests/test_as_is.R                    |    4 
 SASxport-1.5.0/SASxport/tests/test_as_is.Rout.save            |   27 
 SASxport-1.5.0/SASxport/tests/test_fields.R                   |    2 
 SASxport-1.5.0/SASxport/tests/test_fields.Rout.save           |   25 
 SASxport-1.5.0/SASxport/tests/xport.Rout.save                 |   23 
 SASxport-1.5.0/SASxport/tests/xxx.R                           |   36 
 SASxport-1.5.0/SASxport/tests/xxx.Rout.save                   |  183 +
 54 files changed, 3464 insertions(+), 1865 deletions(-)

More information about SASxport at CRAN
Permanent link

Package PottsUtils updated to version 0.3-1 with previous version 0.3-0 dated 2014-06-16

Title: Utility Functions of the Potts Models
Description: A package including several functions related to the Potts models.
Author: Dai Feng [aut, cre], Luke Tierney [ctb]
Maintainer: Dai Feng

Diff between PottsUtils versions 0.3-0 dated 2014-06-16 and 0.3-1 dated 2014-07-21

 ChangeLog          |    4 ++++
 DESCRIPTION        |    6 +++---
 MD5                |    8 ++++----
 inst/doc/Intro.pdf |binary
 src/sw.c           |   32 ++++++++++++++++++++------------
 5 files changed, 31 insertions(+), 19 deletions(-)

More information about PottsUtils at CRAN
Permanent link

Package BayesLogit updated to version 0.5.1 with previous version 0.4 dated 2014-04-25

Title: Logistic Regression
Description: The BayesLogit package does posterior simulation for binomial and multinomial logistic regression using the Polya-Gamma latent variable technique. This method is fully automatic, exact, and fast. A routine to efficiently sample from the Polya-Gamma class of distributions is included.
Author: Nicholas G. Polson, James G. Scott, and Jesse Windle
Maintainer: Jesse Windle

Diff between BayesLogit versions 0.4 dated 2014-04-25 and 0.5.1 dated 2014-07-21

 DESCRIPTION                                                              |   12 +--
 tmp/cranberry672266385318/BayesLogit-0.5.1/BayesLogit/DESCRIPTION        |    8 +-
 tmp/cranberry672266385318/BayesLogit-0.5.1/BayesLogit/MD5                |   10 +--
 tmp/cranberry672266385318/BayesLogit-0.5.1/BayesLogit/R/MultLogitPG.R    |    6 +
 tmp/cranberry672266385318/BayesLogit-0.5.1/BayesLogit/src/PolyaGamma.cpp |   32 +++++-----
 5 files changed, 36 insertions(+), 32 deletions(-)

More information about BayesLogit at CRAN
Permanent link

Package BayesBridge updated to version 0.5 with previous version 0.4 dated 2014-04-23

Title: Bridge Regression
Description: This package implements Bayesian bridge regression.
Author: Nicholas G. Polson, James G. Scott, and Jesse Windle
Maintainer: Jesse Windle

Diff between BayesBridge versions 0.4 dated 2014-04-23 and 0.5 dated 2014-07-21

 DESCRIPTION           |    8 ++++----
 MD5                   |   12 ++++++------
 R/BridgeNMix.R        |    2 +-
 R/BridgeWrapper.R     |   23 +++++++++++------------
 src/BridgeWrapper.cpp |    2 +-
 src/Makevars          |    2 +-
 src/Matrix.h          |    2 +-
 7 files changed, 25 insertions(+), 26 deletions(-)

More information about BayesBridge at CRAN
Permanent link

New package densityClust with initial version 0.1-1
Package: densityClust
Type: Package
Title: Clustering by fast search and find of density peaks
Version: 0.1-1
Date: 2014-06-30
Author: Thomas Lin Pedersen
Maintainer: Thomas Lin Pedersen
Description: An implementation of the clustering algorithm described by Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344), along with tools to inspect and visualize the results.
License: GPL (>= 2)
Packaged: 2014-07-21 08:01:51 UTC; Thomas
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-07-21 13:29:49

More information about densityClust at CRAN
Permanent link

Package dave updated to version 1.5 with previous version 1.4 dated 2013-05-08

Title: Functions for "Data Analysis in Vegetation Ecology"
Description: A collection of functions accompanying the book "Data Analysis in Vegetation Ecology", Second edition. 2013, Wiley-Blackwell, Chichester
Author: Otto Wildi
Maintainer: Otto Wildi

Diff between dave versions 1.4 dated 2013-05-08 and 1.5 dated 2014-07-21

 DESCRIPTION         |   15 +--
 MD5                 |  105 +++++++++++++------------
 NAMESPACE           |    2 
 R/Mtabs.R           |    2 
 R/Mtabs.default.R   |    2 
 R/davesil.default.R |   24 ++---
 R/dsil.R            |only
 R/fspa2.R           |    2 
 R/mtab.R            |    6 -
 R/orank.R           |    2 
 R/orank.default.R   |    3 
 R/orank1.R          |    7 -
 R/overly2.R         |    2 
 R/pcaser2.R         |    1 
 R/pcoatest.R        |   12 +-
 R/pcocoor.R         |    2 
 R/plot.davesil.R    |   17 ++--
 R/plot.fspa.R       |   45 ++++++----
 R/plot.orank.R      |   21 ++---
 R/plot.pcobiplot.R  |   13 +--
 R/plot.pcovar.R     |   24 ++---
 R/plottab.R         |  218 +++++++++++++++++++++++++++-------------------------
 R/setgroupsize.R    |   48 +++++------
 R/speedprof2.R      |    1 
 R/srank2.R          |    2 
 data/EKs.rda        |binary
 data/EKv.rda        |binary
 data/ltim.rda       |binary
 data/lveg.rda       |binary
 data/mveg.rda       |binary
 data/nsit.rda       |binary
 data/nveg.rda       |binary
 data/psit.rda       |binary
 data/pveg.rda       |binary
 data/sn59sit.rda    |binary
 data/sn59veg.rda    |binary
 data/sn6sit.rda     |binary
 data/sn6veg.rda     |binary
 data/ssind.rda      |only
 data/ssit.rda       |binary
 data/sspft.rda      |only
 data/sveg.rda       |binary
 data/tsit.rda       |binary
 data/tveg.rda       |binary
 data/wetsit.rda     |binary
 data/wetveg.rda     |binary
 data/ws200.rda      |binary
 data/ws30.rda       |binary
 data/ws500.rda      |binary
 data/wssit.rda      |binary
 man/dave-package.Rd |    9 +-
 man/davesil.Rd      |    4 
 man/orank.Rd        |    8 -
 man/ssind.Rd        |only
 man/sspft.Rd        |only
 man/ws500.Rd        |    2 
 56 files changed, 308 insertions(+), 291 deletions(-)

More information about dave at CRAN
Permanent link

Package checkmate updated to version 1.2 with previous version 1.1 dated 2014-06-28

Title: Fast and versatile argument checks
Description: Tests and assertions to perform frequent argument checks. A substantial part of the package was written in C to minimize any worries about execution time overhead.
Author: Michel Lang , Bernd Bischl
Maintainer: Michel Lang

Diff between checkmate versions 1.1 dated 2014-06-28 and 1.2 dated 2014-07-21

 DESCRIPTION                         |    6 +--
 MD5                                 |   71 ++++++++++++++++++------------------
 NAMESPACE                           |    3 +
 NEWS                                |    6 +++
 R/asInteger.r                       |    9 +++-
 R/checkArray.r                      |    4 --
 R/checkAtomic.r                     |    4 --
 R/checkAtomicVector.r               |    4 --
 R/checkCharacter.r                  |   30 +++++++--------
 R/checkComplex.r                    |    4 --
 R/checkCount.r                      |    4 --
 R/checkDataFrame.r                  |    6 +--
 R/checkFactor.r                     |   38 +++++++++----------
 R/checkFlag.r                       |    4 --
 R/checkInt.r                        |    4 --
 R/checkInteger.r                    |    4 --
 R/checkIntegerish.r                 |    4 --
 R/checkList.r                       |   39 +++++++++----------
 R/checkLogical.r                    |    4 --
 R/checkMatrix.r                     |    4 --
 R/checkNamed.r                      |    5 +-
 R/checkNull.r                       |    4 --
 R/checkNumber.r                     |    4 --
 R/checkNumeric.r                    |    4 --
 R/checkScalar.r                     |    4 --
 R/checkScalarNA.r                   |    4 --
 R/checkSetEqual.r                   |only
 R/checkVector.r                     |    4 --
 man/checkChoice.Rd                  |    6 ++-
 man/checkNamed.Rd                   |    1 
 man/checkSetEqual.Rd                |only
 man/checkSubset.Rd                  |    4 +-
 src/checks.c                        |   20 ++++------
 src/checks.h                        |    1 
 tests/testthat/test_asType.r        |   26 ++++++++++++-
 tests/testthat/test_checkList.r     |    1 
 tests/testthat/test_checkMatrix.r   |    3 +
 tests/testthat/test_checkSetEqual.r |only
 38 files changed, 171 insertions(+), 172 deletions(-)

More information about checkmate at CRAN
Permanent link

Package survsim updated to version 1.1.1 with previous version 1.1.0 dated 2014-04-25

Title: Simulation of simple and complex survival data
Description: Simulation of simple and complex survival data
Author: David Moriña (Centre for Research in Environmental Epidemiology, CREAL) and Albert Navarro (Universitat Autònoma de Barcelona)
Maintainer: David Moriña Soler

Diff between survsim versions 1.1.0 dated 2014-04-25 and 1.1.1 dated 2014-07-21

 DESCRIPTION                      |   10 +--
 MD5                              |   21 +++----
 R/print.summary.crisk.data.sim.R |    3 -
 R/summary.crisk.data.sim.R       |    6 --
 R/summary.rec.ev.data.sim.R      |  116 +++++++++++++++++++--------------------
 inst                             |only
 man/accum.Rd                     |   17 +++++
 man/crisk.sim.Rd                 |    2 
 man/mult.ev.sim.Rd               |    8 ++
 man/rec.ev.sim.Rd                |   11 ++-
 man/simple.surv.sim.Rd           |    6 +-
 man/survsim-package.Rd           |   23 ++++---
 12 files changed, 126 insertions(+), 97 deletions(-)

More information about survsim at CRAN
Permanent link

Package mgcv updated to version 1.8-2 with previous version 1.8-1 dated 2014-07-05

Title: Mixed GAM Computation Vehicle with GCV/AIC/REML smoothness estimation
Description: Routines for GAMs and other generalized ridge regression with multiple smoothing parameter selection by GCV, REML or UBRE/AIC. Also GAMMs. Includes a gam() function.
Author: Simon Wood
Maintainer: Simon Wood

Diff between mgcv versions 1.8-1 dated 2014-07-05 and 1.8-2 dated 2014-07-21

 ChangeLog                               |   32 +++++++++++++++++
 DESCRIPTION                             |    6 +--
 MD5                                     |   33 +++++++++--------
 NAMESPACE                               |    1 
 R/bam.r                                 |   19 ++++++++--
 R/gam.fit3.r                            |   60 +++++++++++++++++++++++++++-----
 R/gamm.r                                |    4 +-
 R/mgcv.r                                |   47 +++++++++++++++++--------
 R/smooth.r                              |   15 +++++---
 man/bam.Rd                              |    5 ++
 man/gam.Rd                              |    5 ++
 man/gam.control.Rd                      |    5 ++
 man/gam.scale.Rd                        |only
 man/gamm.Rd                             |    6 ++-
 man/predict.gam.Rd                      |    5 +-
 man/smooth.construct.mrf.smooth.spec.Rd |    7 ++-
 man/smooth.construct.re.smooth.spec.Rd  |    4 ++
 po/R-mgcv.pot                           |   16 ++++----
 18 files changed, 201 insertions(+), 69 deletions(-)

More information about mgcv at CRAN
Permanent link

Package gamm4 updated to version 0.2-3 with previous version 0.2-2 dated 2013-09-25

Title: Generalized additive mixed models using mgcv and lme4
Description: Fit generalized additive mixed models via a version of mgcv's gamm function, using lme4 for estimation.
Author: Simon Wood, Fabian Scheipl
Maintainer: Simon Wood

Diff between gamm4 versions 0.2-2 dated 2013-09-25 and 0.2-3 dated 2014-07-21

 ChangeLog    |    7 +++++++
 DESCRIPTION  |    6 +++---
 MD5          |    8 ++++----
 R/gamm4.r    |   30 ++++++++++++++++--------------
 man/gamm4.Rd |    5 +++--
 5 files changed, 33 insertions(+), 23 deletions(-)

More information about gamm4 at CRAN
Permanent link

Package msme updated to version 0.5.1 with previous version 0.4.4 dated 2013-07-02

Title: Functions and Datasets for "Methods of Statistical Model Estimation".
Description: This package provides functions and datasets from the book "Methods of Statistical Model Estimation".
Author: Joseph Hilbe and Andrew Robinson
Maintainer: Andrew Robinson

Diff between msme versions 0.4.4 dated 2013-07-02 and 0.5.1 dated 2014-07-21

 ChangeLog      |   13 ++++++++++++-
 DESCRIPTION    |   11 +++++------
 MD5            |    9 +++++----
 NAMESPACE      |    2 +-
 R/nbinomial1.R |    4 ++--
 man/P__disp.Rd |only
 6 files changed, 25 insertions(+), 14 deletions(-)

More information about msme at CRAN
Permanent link

Package Sunder updated to version 0.0.2 with previous version 0.0.1 dated 2014-06-30

Title: Quantification of the effect of geographic versus environmental isolation on genetic differentiation
Description: Quantification of the effect of geographic versus environmental isolation on genetic differentiation
Author: Filippo Botta, Casper Eriksen, Gilles Guillot
Maintainer: ORPHANED

Diff between Sunder versions 0.0.1 dated 2014-06-30 and 0.0.2 dated 2014-07-21

 DESCRIPTION  |   11 +++++++----
 MD5          |    4 ++--
 src/tangle.f |    4 ++--
 3 files changed, 11 insertions(+), 8 deletions(-)

More information about Sunder at CRAN
Permanent link

Package gss updated to version 2.1-3 with previous version 2.1-2 dated 2014-06-10

Title: General Smoothing Splines
Description: A comprehensive package for structural multivariate function estimation using smoothing splines.
Author: Chong Gu
Maintainer: Chong Gu

Diff between gss versions 2.1-2 dated 2014-06-10 and 2.1-3 dated 2014-07-21

 ChangeLog       |    8 ++++++++
 DESCRIPTION     |    8 ++++----
 MD5             |   10 +++++-----
 R/family.R      |   23 +++++++++++++----------
 R/family.cv.R   |    9 +++++----
 R/family.proj.R |   25 +++++++++++++++----------
 6 files changed, 50 insertions(+), 33 deletions(-)

More information about gss at CRAN
Permanent link

New package logitchoice with initial version 0.9.0
Package: logitchoice
Type: Package
Title: Fitting l2-regularized logit choice models via generalized gradient descent
Version: 0.9.0
Date: 2014-7-20
Author: Michael Lim
Maintainer: Michael Lim
Depends:
Suggests:
Description: Fits linear discrete logic choice models with l2 regularization. To handle reasonably sized datasets, we employ an accelerated version of generalized gradient descent.
License: GPL-2
URL:
Packaged: 2014-07-21 05:13:14 UTC; mlim
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-07-21 07:40:03

More information about logitchoice at CRAN
Permanent link

Package GeoGenetix updated to version 0.0.2 with previous version 0.0.1 dated 2014-06-27

Title: Quantification of the effect of geographic versus environmental isolation on genetic differentiation
Description: Quantification of the effect of geographic versus environmental isolation on genetic differentiation
Author: Filippo Botta, Gilles Guillot
Maintainer: ORPHANED

Diff between GeoGenetix versions 0.0.1 dated 2014-06-27 and 0.0.2 dated 2014-07-21

 DESCRIPTION  |   11 +++++++----
 MD5          |    4 ++--
 src/tangle.f |    4 ++--
 3 files changed, 11 insertions(+), 8 deletions(-)

More information about GeoGenetix at CRAN
Permanent link

Package class updated to version 7.3-11 with previous version 7.3-10 dated 2014-03-28

Title: Functions for Classification
Description: Various functions for classification.
Author: Brian Ripley [aut, cre, cph], William Venables [cph]
Maintainer: Brian Ripley

Diff between class versions 7.3-10 dated 2014-03-28 and 7.3-11 dated 2014-07-21

 DESCRIPTION      |    8 ++++----
 MD5              |    4 ++--
 man/reduce.nn.Rd |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

More information about class at CRAN
Permanent link


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