[Rcpp-commits] r1277 - pkg/RcppArmadillo/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue May 18 20:40:43 CEST 2010


Author: edd
Date: 2010-05-18 20:40:42 +0200 (Tue, 18 May 2010)
New Revision: 1277

Modified:
   pkg/RcppArmadillo/man/RcppArmadillo-package.Rd
Log:
last minute fix


Modified: pkg/RcppArmadillo/man/RcppArmadillo-package.Rd
===================================================================
--- pkg/RcppArmadillo/man/RcppArmadillo-package.Rd	2010-05-18 17:53:45 UTC (rev 1276)
+++ pkg/RcppArmadillo/man/RcppArmadillo-package.Rd	2010-05-18 18:40:42 UTC (rev 1277)
@@ -13,8 +13,8 @@
 \tabular{ll}{
 Package: \tab RcppArmadillo\cr
 Type: \tab Package\cr
-Version: \tab 0.0.0\cr
-Date: \tab 2010-02-16\cr
+Version: \tab 0.2.0\cr
+Date: \tab 2010-05-18\cr
 License: \tab GPL (>= 2)\cr
 LazyLoad: \tab yes\cr
 }
@@ -59,9 +59,7 @@
 
 \Sexpr[results=rd, echo=FALSE, stage=render]{
 paste( 
-	"\\\\preformatted{Depends: Rcpp (>=", 
-	utils::packageDescription("Rcpp")[["Version"]] ,
-	"), RcppArmadillo (>= ",
+	"\\\\preformatted{Depends: Rcpp (>= 0.8.0), RcppArmadillo (>= ",
 	utils::packageDescription("RcppArmadillo")[["Version"]] ,
 	")\\nLinkingTo: Rcpp, RcppArmadillo\\n}", sep = "" ) 	
 }
@@ -72,7 +70,7 @@
 \preformatted{PKG_LIBS = $(shell $(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()" ) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) }
 
 and this line to the Makevars.win: 
-\preformatted{PKG_LIBS = $(shell Rscript.exe -e "Rcpp:::LdFlags()") $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) }
+\preformatted{PKG_LIBS = $(shell $(R_HOME)/bin/Rscript.exe -e "Rcpp:::LdFlags()") $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) }
 
 }
 }



More information about the Rcpp-commits mailing list