[Rprotobuf-commits] r382 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Aug 14 21:24:05 CEST 2010
Author: edd
Date: 2010-08-14 21:24:05 +0200 (Sat, 14 Aug 2010)
New Revision: 382
Modified:
pkg/DESCRIPTION
Log:
it does indeed depend on Rcpp more recent then what is on CRAN to work with 'moduled'
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2010-08-14 18:16:09 UTC (rev 381)
+++ pkg/DESCRIPTION 2010-08-14 19:24:05 UTC (rev 382)
@@ -7,7 +7,7 @@
Description: Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format. Google uses Protocol Buffers for almost all
of its internal RPC protocols and file formats.
-Depends: R (>= 2.11.0), RCurl, Rcpp (>= 0.8.5), methods
+Depends: R (>= 2.11.0), RCurl, Rcpp (>= 0.8.5.7), methods
LinkingTo: Rcpp
Suggests: RUnit, highlight
SystemRequirements: Protocol Buffer compiler (to create C++ header and source files
More information about the Rprotobuf-commits
mailing list