[Rcpp-commits] r961 - pkg/RcppArmadillo
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Apr 3 21:45:17 CEST 2010
Author: dmbates
Date: 2010-04-03 21:45:17 +0200 (Sat, 03 Apr 2010)
New Revision: 961
Modified:
pkg/RcppArmadillo/DESCRIPTION
Log:
Add the LinkingTo clause in anticipation of Rcpp changes
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2010-04-03 19:44:16 UTC (rev 960)
+++ pkg/RcppArmadillo/DESCRIPTION 2010-04-03 19:45:17 UTC (rev 961)
@@ -23,6 +23,7 @@
This Armadillo / C integration provides a nice illustration of the
capabilities of the Rcpp package for seamless R and C++ integration/
License: GPL (>= 2)
+LinkingTo: Rcpp
LazyLoad: yes
Depends: Rcpp (>= 0.7.10.2)
SystemRequirements: Armadillo (>= 0.6.10), Boost
More information about the Rcpp-commits
mailing list