[med-svn] [r-cran-globals] branch master updated (01e9238 -> f0023a0)
Michael Crusoe
misterc-guest at moszumanska.debian.org
Mon Sep 19 09:54:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a change to branch master
in repository r-cran-globals.
from 01e9238 Fix autopkgtest
adds 07c7275 New upstream version 0.7.0
adds 58ca03d Merge tag 'upstream/0.7.0'
adds f0023a0 new upstream release
No new revisions were added by this update.
Summary of changes:
.Rbuildignore | 53 ++++++
.Rinstignore | 5 +
.covr.R | 26 +++
.gitignore | 9 +
.make/Makefile | 475 +++++++++++++++++++++++++++++++++++++++++++++++++
.travis.yml | 38 ++++
DESCRIPTION | 14 +-
MD5 | 19 --
Makefile | 1 +
NAMESPACE | 6 +
NEWS | 8 +
R/Globals-class.R | 141 ++++++++++++++-
R/cleanup.R | 9 +-
R/globalsOf.R | 45 ++++-
R/utils.R | 4 +-
R/walkAST.R | 57 ++++++
README.md | 17 +-
appveyor.yml | 65 +++++++
cran-comments.md | 54 ++++++
debian/changelog | 6 +
incl/globalsOf.R | 10 ++
man/Globals.Rd | 1 +
man/cleanup.Globals.Rd | 2 +-
man/globalsByName.Rd | 26 +++
man/walkAST.Rd | 31 ++++
revdep/README.md | 384 +++++++++++++++++++++++++++++++++++++++
revdep/check.R | 20 +++
revdep/checks.rds | Bin 0 -> 8337 bytes
revdep/problems.md | 24 +++
tests/Globals.R | 250 ++++++++++++++++++++++++++
tests/globalsOf.R | 73 ++++++--
tests/utils.R | 28 ++-
tests/walkAST.R | 88 +++++++++
tests/zzz.R | 1 +
34 files changed, 1933 insertions(+), 57 deletions(-)
create mode 100644 .Rbuildignore
create mode 100644 .Rinstignore
create mode 100644 .covr.R
create mode 100644 .gitignore
create mode 100644 .make/Makefile
create mode 100644 .travis.yml
delete mode 100644 MD5
create mode 100644 Makefile
create mode 100644 R/walkAST.R
create mode 100644 appveyor.yml
create mode 100644 cran-comments.md
create mode 100644 incl/globalsOf.R
create mode 100644 man/globalsByName.Rd
create mode 100644 man/walkAST.Rd
create mode 100644 revdep/README.md
create mode 100644 revdep/check.R
create mode 100644 revdep/checks.rds
create mode 100644 revdep/problems.md
create mode 100644 tests/Globals.R
create mode 100644 tests/walkAST.R
create mode 100644 tests/zzz.R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-globals.git
More information about the debian-med-commit
mailing list