[med-svn] [r-cran-withr] branch upstream updated (7af768a -> bee7ba2)
Andreas Tille
tille at debian.org
Fri Sep 29 17:15:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch upstream
in repository r-cran-withr.
from 7af768a New upstream version 1.0.2
new bee7ba2 New upstream version 2.0.0
The 1 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 +++---
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 +++
39 files changed, 911 insertions(+), 188 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