[med-svn] r15712 - trunk/packages/R/r-cran-testthat/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Jan 2 22:33:53 UTC 2014
Author: tille
Date: 2014-01-02 22:33:53 +0000 (Thu, 02 Jan 2014)
New Revision: 15712
Modified:
trunk/packages/R/r-cran-testthat/trunk/debian/README.test
Log:
Better advise for package testing
Modified: trunk/packages/R/r-cran-testthat/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-cran-testthat/trunk/debian/README.test 2014-01-02 12:33:49 UTC (rev 15711)
+++ trunk/packages/R/r-cran-testthat/trunk/debian/README.test 2014-01-02 22:33:53 UTC (rev 15712)
@@ -1,5 +1,12 @@
Notes on how this package can be tested.
────────────────────────────────────────
-This package can be tested by loading it into R with the command
-‘library(testthat)’ in order to confirm its integrity.
+This package can be tested by running the provided test:
+
+LC_ALL=C R --no-save <<EOT
+library(testthat)
+test_package("testthat")
+EOT
+
+in order to confirm its integrity.
+
More information about the debian-med-commit
mailing list