[Vegan-commits] r1506 - pkg/vegan/tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 23 06:48:03 CET 2011


Author: jarioksa
Date: 2011-02-23 06:48:02 +0100 (Wed, 23 Feb 2011)
New Revision: 1506

Modified:
   pkg/vegan/tests/vegan-tests.R
   pkg/vegan/tests/vegan-tests.Rout.save
Log:
a bit less fuss with tests

Modified: pkg/vegan/tests/vegan-tests.R
===================================================================
--- pkg/vegan/tests/vegan-tests.R	2011-02-22 16:38:22 UTC (rev 1505)
+++ pkg/vegan/tests/vegan-tests.R	2011-02-23 05:48:02 UTC (rev 1506)
@@ -20,7 +20,7 @@
 ### lasting tests.
 
 ###<--- BEGIN TESTS --->
-require(vegan, quiet = TRUE)
+suppressPackageStartupMessages(require(vegan))
 ###<--- BEGIN anova.cca test --->
 ### anova.cca tests: should work with (1) subset, (2) missing values,
 ### (3) with functions of variables poly(A1,2), (4) variables in data

Modified: pkg/vegan/tests/vegan-tests.Rout.save
===================================================================
--- pkg/vegan/tests/vegan-tests.Rout.save	2011-02-22 16:38:22 UTC (rev 1505)
+++ pkg/vegan/tests/vegan-tests.Rout.save	2011-02-23 05:48:02 UTC (rev 1506)
@@ -38,8 +38,7 @@
 > ### lasting tests.
 > 
 > ###<--- BEGIN TESTS --->
-> require(vegan, quiet = TRUE)
-This is vegan 1.18-22
+> suppressPackageStartupMessages(require(vegan))
 > ###<--- BEGIN anova.cca test --->
 > ### anova.cca tests: should work with (1) subset, (2) missing values,
 > ### (3) with functions of variables poly(A1,2), (4) variables in data



More information about the Vegan-commits mailing list