[rkward-cvs] SF.net SVN: rkward:[4397] trunk/rkward/packages/XiMpLe/R/XiMpLe-internal. roxy.all.R
m-eik at users.sourceforge.net
m-eik at users.sourceforge.net
Tue Oct 30 12:27:24 UTC 2012
Revision: 4397
http://rkward.svn.sourceforge.net/rkward/?rev=4397&view=rev
Author: m-eik
Date: 2012-10-30 12:27:24 +0000 (Tue, 30 Oct 2012)
Log Message:
-----------
XiMpLe: if tests are using the testthat package without at least also suggesting that package, it will cause 'R CMD check --as-cran' to fail with the rather misleading error "there is no package 'testthat'".
Modified Paths:
--------------
trunk/rkward/packages/XiMpLe/R/XiMpLe-internal.roxy.all.R
Modified: trunk/rkward/packages/XiMpLe/R/XiMpLe-internal.roxy.all.R
===================================================================
--- trunk/rkward/packages/XiMpLe/R/XiMpLe-internal.roxy.all.R 2012-10-30 12:09:06 UTC (rev 4396)
+++ trunk/rkward/packages/XiMpLe/R/XiMpLe-internal.roxy.all.R 2012-10-30 12:27:24 UTC (rev 4397)
@@ -10,6 +10,7 @@
role=c(\"aut\", \"cre\")))",
Maintainer="m.eik michalke <meik.michalke at hhu.de>",
Depends="R (>= 2.9.0),methods",
+ Suggests="testthat",
Enhances="rkward",
Description="This package provides a simple XML tree parser/generator. It includes functions to read XML files into R objects,
get information out of and into nodes, and write R objects back to XML code.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list