[Roxygen-commits] r70 - pkg/tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 21 04:35:49 CEST 2008


Author: pcd
Date: 2008-07-21 04:35:48 +0200 (Mon, 21 Jul 2008)
New Revision: 70

Modified:
   pkg/tests/tests.R
Log:
notice for running tests


Modified: pkg/tests/tests.R
===================================================================
--- pkg/tests/tests.R	2008-07-21 02:35:33 UTC (rev 69)
+++ pkg/tests/tests.R	2008-07-21 02:35:48 UTC (rev 70)
@@ -1,3 +1,6 @@
+cat('Try, for instance, `R --slave < main.R\' to run the tests.',
+    '\n')
+
 test.namespace <- function() {
   roclet <- make.namespace.roclet()
   checkEquals(capture.output(roclet$parse('namespace.R')),



More information about the Roxygen-commits mailing list