[r-cran-caret] branch master updated (b4874f7 -> 6f628fb)

Andreas Tille tille at debian.org
Sun Oct 22 18:49:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a change to branch master
in repository r-cran-caret.

      from  b4874f7   Upload to unstable
       new  6176fb3   Secure URI in watch file
      adds  64740ea   New upstream version 6.0-77+dfsg1
       new  dfb2be2   Updated version 6.0-77+dfsg1 from 'upstream/6.0-77+dfsg1'
       new  cd27517   New upstream version
       new  e0eebd3   Standards-Version: 4.1.1
       new  6f628fb   New Build-Depends needs to be packaged

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 DESCRIPTION                                |   11 +-
 MD5                                        |   92 +-
 NAMESPACE                                  |   16 +-
 R/aaa.R                                    |    1 +
 R/adaptive.R                               |  350 ++++----
 R/classLevels.R                            |    6 +-
 R/confusionMatrix.R                        |   22 +-
 R/createDataPartition.R                    |   80 +-
 R/createModel.R                            |    1 +
 R/dummyVar.R                               |   16 +-
 R/extractPrediction.R                      |   35 +
 R/lift.R                                   |  122 ++-
 R/misc.R                                   |  292 ++++++-
 R/modelLookup.R                            |    4 +-
 R/plsda.R                                  |   96 +--
 R/postResample.R                           |  189 ++--
 R/preProcess.R                             |   84 +-
 R/prec_rec.R                               |   17 +-
 R/predict.train.R                          |   75 +-
 R/predictors.R                             |   26 +-
 R/print.train.R                            |    9 +-
 R/recipes.R                                | 1289 ++++++++++++++++++++++++++++
 R/rfe.R                                    |   40 +-
 R/thresholder.R                            |  141 +++
 R/train.default.R                          |  909 ++++++++++++++++----
 R/trainControl.R                           |    4 +-
 R/varImp.R                                 |   66 +-
 R/varImp.train.R                           |   89 +-
 R/workflows.R                              |  559 +++++-------
 build/vignette.rds                         |  Bin 226 -> 225 bytes
 debian/changelog                           |   11 +
 debian/control                             |    6 +-
 debian/watch                               |    2 +-
 inst/NEWS.Rd                               |   33 +
 inst/doc/caret.R                           |    1 -
 inst/doc/caret.Rnw                         |    1 +
 inst/models/models.RData                   |  Bin 93745 -> 2477406 bytes
 man/caret-internal.Rd                      |    3 +
 man/lift.Rd                                |    8 +-
 man/models.Rd                              |  329 ++++---
 man/plsda.Rd                               |    8 +-
 man/postResample.Rd                        |  160 ++--
 man/predict.train.Rd                       |    4 +-
 man/thresholder.Rd                         |   69 ++
 man/train.Rd                               |  306 ++++---
 man/trainControl.Rd                        |    2 +-
 man/varImp.Rd                              |    4 -
 tests/testthat/test_confusionMatrix.R      |    6 +-
 tests/testthat/test_mnLogLoss.R            |   24 +
 tests/testthat/test_preProcess_internals.R |   12 +
 tests/testthat/test_sampling_options.R     |   49 +-
 51 files changed, 4161 insertions(+), 1518 deletions(-)
 create mode 100644 R/recipes.R
 create mode 100644 R/thresholder.R
 create mode 100644 man/thresholder.Rd
 create mode 100644 tests/testthat/test_preProcess_internals.R

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-caret.git



More information about the debian-science-commits mailing list