[med-svn] [r-cran-withr] branch master updated (8f1f20f -> ae4cd1d)
Andreas Tille
tille at debian.org
Thu Nov 9 12:34:11 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 8f1f20f Upload to unstable
new 27addf8 New upstream version 2.1.0
new de5a52b Update upstream source from tag 'upstream/2.1.0'
new 311fd15 New upstream version
new b1882b2 Standards-Version: 4.1.1
new 6acacd5 New Build-Depends: r-cran-lattice
new ae4cd1d Upload to unstable
The 6 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 | 60 ++++++----
NAMESPACE | 34 +++++-
NEWS.md | 19 ++++
R/connection.R | 39 +++++++
R/db.R | 50 ++++++++
R/defer.R | 26 ++---
R/devices.R | 163 ++++++++++++++++++++++++++
R/local_.R | 6 +-
R/namespace.R | 84 ++++++++++++++
R/seed.R | 5 +-
R/tempfile.R | 31 +++++
R/torture.R | 13 +++
R/utils.R | 4 +
R/with.R | 17 ++-
README.md | 36 +++---
debian/changelog | 8 ++
debian/control | 5 +-
man/defer.Rd | 12 +-
man/devices.Rd | 240 +++++++++++++++++++++++++++++++++++++++
man/with_collate.Rd | 2 +-
man/with_connection.Rd | 40 +++++++
man/with_db_connection.Rd | 46 ++++++++
man/with_dir.Rd | 2 +-
man/with_envvar.Rd | 2 +-
man/with_gctorture2.Rd | 29 +++++
man/with_libpaths.Rd | 2 +-
man/with_locale.Rd | 2 +-
man/with_options.Rd | 2 +-
man/with_package.Rd | 97 ++++++++++++++++
man/with_par.Rd | 2 +-
man/with_path.Rd | 2 +-
man/with_sink.Rd | 4 +-
man/with_temp_libpaths.Rd | 2 +-
man/with_tempfile.Rd | 37 ++++++
man/withr.Rd | 17 ++-
tests/testthat/test-connection.R | 51 +++++++++
tests/testthat/test-db.R | 72 ++++++++++++
tests/testthat/test-defer.R | 20 ++++
tests/testthat/test-devices.R | 68 +++++++++++
tests/testthat/test-namespace.R | 111 ++++++++++++++++++
tests/testthat/test-tempfile.R | 44 +++++++
42 files changed, 1436 insertions(+), 94 deletions(-)
create mode 100644 R/connection.R
create mode 100644 R/db.R
create mode 100644 R/devices.R
create mode 100644 R/namespace.R
create mode 100644 R/tempfile.R
create mode 100644 R/torture.R
create mode 100644 man/devices.Rd
create mode 100644 man/with_connection.Rd
create mode 100644 man/with_db_connection.Rd
create mode 100644 man/with_gctorture2.Rd
create mode 100644 man/with_package.Rd
create mode 100644 man/with_tempfile.Rd
create mode 100644 tests/testthat/test-connection.R
create mode 100644 tests/testthat/test-db.R
create mode 100644 tests/testthat/test-defer.R
create mode 100644 tests/testthat/test-devices.R
create mode 100644 tests/testthat/test-namespace.R
create mode 100644 tests/testthat/test-tempfile.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