[Rcpp-commits] r1024 - pkg/RcppArmadillo

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Apr 7 10:27:31 CEST 2010


Author: romain
Date: 2010-04-07 10:27:31 +0200 (Wed, 07 Apr 2010)
New Revision: 1024

Modified:
   pkg/RcppArmadillo/README
Log:
update the README since we are now likely to release Rcpp 0.7.12 before RcppArmadillo

Modified: pkg/RcppArmadillo/README
===================================================================
--- pkg/RcppArmadillo/README	2010-04-07 08:12:04 UTC (rev 1023)
+++ pkg/RcppArmadillo/README	2010-04-07 08:27:31 UTC (rev 1024)
@@ -6,14 +6,14 @@
 
 - contains the following line in its DESCRIPTION file: 
 
-LinkingTo: RcppArmadillo
+LinkingTo: Rcpp, RcppArmadillo
 
 - contains a src/Mavevars (and src/Makevars.win) with: 
 
-PKG_CXXFLAGS=$(shell Rscript -e "Rcpp:::CxxFlags()" )
 PKG_LIBS=$(shell Rscript -e "Rcpp:::LdFlags()" ) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
 
-- include the RcppArmadillo header :
+- include the RcppArmadillo.h header. It already includes Rcpp.h so there is no
+need to include Rcpp.h as well
 
 #include <RcppArmadillo.h> 
 
@@ -37,3 +37,13 @@
 when you do so, you must make sure that the corresponding features are 
 available, which typically involves writing a configure file. Refer to 
 Writing R Extensions for the procedure.
+
+
+===== questions =====
+
+Please use the Rcpp-devel mailing list on r-forge 
+for questions about RcppArmadillo (subscribe first).
+https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
+
+Questions about armadillo itself should be directed to the armadillo forum
+http://sourceforge.net/apps/phpbb/arma/



More information about the Rcpp-commits mailing list