This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-evaluate.
commit 09ed105fd16e16fb097aa7714b4a51dedb926b51 Author: Andreas Tille <[email protected]> Date: Tue Dec 17 09:24:24 2013 +0000 Upload to new queue --- debian/README.test | 10 ++++++++++ debian/changelog | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/README.test b/debian/README.test index 712a17d..cfc4698 100644 --- a/debian/README.test +++ b/debian/README.test @@ -3,3 +3,13 @@ Notes on how this package can be tested. This package can be tested by loading it into R with the command ‘library(evaluate)’ in order to confirm its integrity. + +Once the package r-cran-testthat will be available you can run the +full testsuite via + +R --no-save <<EOT +library(testthat) +library(evaluate) +test_package("evaluate") +EOT + diff --git a/debian/changelog b/debian/changelog index 2ea497c..b63b6d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -r-cran-evaluate (0.5.1-1) UNRELEASED; urgency=low +r-cran-evaluate (0.5.1-1) unstable; urgency=low - * Initial release (closes: #???) + * Initial release (closes: #732364) -- Andreas Tille <[email protected]> Tue, 17 Dec 2013 09:22:14 +0100 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-evaluate.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
