[med-svn] [r-cran-withr] branch master updated (7998b6a -> 8f1f20f)

Andreas Tille tille at debian.org
Fri Sep 29 17:15:31 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-withr.

      from  7998b6a   Move packaging from SVN to Git
       new  bee7ba2   New upstream version 2.0.0
       new  adbdd35   Updated version 2.0.0 from 'upstream/2.0.0'
       new  ae0e245   New upstream version
       new  efe64a3   Standards-Version: 4.1.0
       new  8f1f20f   Upload to unstable

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                 |  24 ++---
 MD5                         |  68 +++++++------
 NAMESPACE                   |  18 ++++
 NEWS.md                     |   8 ++
 R/collate.R                 |   9 +-
 R/defer.R                   | 116 ++++++++++++++++++++++
 R/dir.R                     |  11 ++-
 R/env.R                     |  15 ++-
 R/libpaths.R                |  20 +++-
 R/local_.R                  |  37 +++++++
 R/locale.R                  |  11 ++-
 R/makevars.R                |  26 +++--
 R/options.R                 |   9 +-
 R/par.R                     |  11 ++-
 R/path.R                    |  13 ++-
 R/seed.R                    |  51 ++++++++++
 R/sink.R                    |  19 +++-
 R/utils.R                   |   3 +
 R/with.R                    |  36 +++----
 R/with_.R                   |  40 +++++---
 README.md                   |  31 +++---
 debian/changelog            |   6 +-
 debian/control              |   2 +-
 man/defer.Rd                |  64 ++++++++++++
 man/with_.Rd                |  26 +++--
 man/with_collate.Rd         |   6 +-
 man/with_dir.Rd             |  10 +-
 man/with_envvar.Rd          |   8 +-
 man/with_libpaths.Rd        |   8 +-
 man/with_locale.Rd          |   8 +-
 man/with_makevars.Rd        |   1 -
 man/with_options.Rd         |   8 +-
 man/with_par.Rd             |  10 +-
 man/with_path.Rd            |   8 +-
 man/with_seed.Rd            |  40 ++++++++
 man/with_sink.Rd            |  18 +++-
 man/with_temp_libpaths.Rd   |   8 +-
 man/withr.Rd                |  30 +++---
 tests/testthat/test-local.R | 230 ++++++++++++++++++++++++++++++++++++++++++++
 tests/testthat/test-with.R  |  29 ++++--
 tests/testthat/test-wrap.R  |  11 +++
 41 files changed, 916 insertions(+), 191 deletions(-)
 create mode 100644 R/defer.R
 create mode 100644 R/local_.R
 create mode 100644 R/seed.R
 create mode 100644 R/utils.R
 create mode 100644 man/defer.Rd
 create mode 100644 man/with_seed.Rd
 create mode 100644 tests/testthat/test-local.R
 create mode 100644 tests/testthat/test-wrap.R

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-withr.git



More information about the debian-med-commit mailing list