[Rcpp-commits] r1346 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri May 28 12:45:30 CEST 2010


Author: romain
Date: 2010-05-28 12:45:29 +0200 (Fri, 28 May 2010)
New Revision: 1346

Modified:
   pkg/Rcpp/DESCRIPTION
Log:
suggesting inline

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2010-05-28 10:39:50 UTC (rev 1345)
+++ pkg/Rcpp/DESCRIPTION	2010-05-28 10:45:29 UTC (rev 1346)
@@ -47,7 +47,7 @@
  Several examples are included, and over 530 unit tests in over 240 unit test
  functions provide addtional usage examples.
 Depends: R (>= 2.10.0), methods
-Suggests: RUnit 
+Suggests: RUnit, inline
 SystemRequirements: GNU make
 URL: http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/Rcpp
 License: GPL (>= 2)



More information about the Rcpp-commits mailing list