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.
+


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to