[Phylobase-commits] r859 - in pkg: . tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 10 05:37:35 CET 2014


Author: francois
Date: 2014-03-10 05:37:34 +0100 (Mon, 10 Mar 2014)
New Revision: 859

Modified:
   pkg/DESCRIPTION
   pkg/tests/test-all.R
Log:
a couple of fixes for running the tests.

Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2014-03-10 04:10:29 UTC (rev 858)
+++ pkg/DESCRIPTION	2014-03-10 04:37:34 UTC (rev 859)
@@ -6,13 +6,12 @@
 Depends:
     methods,
     grid,
-    ape(>= 2.1),
     Rcpp (>= 0.11.0),
-    testthat (>= 0.8.1)
-Imports: ade4
+Imports: ade4, ape (>= 2.1)
 LinkingTo: Rcpp
 Suggests:
     MASS,
+    testthat (>= 0.8.1),
     RUnit
 Author: R Hackathon et al. (alphabetically: Ben Bolker, Marguerite Butler,
     Peter Cowan, Damien de Vienne, Dirk Eddelbuettel, Mark Holder, Thibaut

Modified: pkg/tests/test-all.R
===================================================================
--- pkg/tests/test-all.R	2014-03-10 04:10:29 UTC (rev 858)
+++ pkg/tests/test-all.R	2014-03-10 04:37:34 UTC (rev 859)
@@ -1,2 +1,3 @@
 
+library(testthat)
 test_check("phylobase")



More information about the Phylobase-commits mailing list