[Rcpp-commits] r1278 - pkg/RcppArmadillo/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue May 18 21:40:46 CEST 2010
Author: edd
Date: 2010-05-18 21:40:45 +0200 (Tue, 18 May 2010)
New Revision: 1278
Modified:
pkg/RcppArmadillo/man/RcppArmadillo-package.Rd
Log:
no more dynamic Sexpr
Modified: pkg/RcppArmadillo/man/RcppArmadillo-package.Rd
===================================================================
--- pkg/RcppArmadillo/man/RcppArmadillo-package.Rd 2010-05-18 18:40:42 UTC (rev 1277)
+++ pkg/RcppArmadillo/man/RcppArmadillo-package.Rd 2010-05-18 19:40:45 UTC (rev 1278)
@@ -57,12 +57,10 @@
\item Depend and link to Rcpp and RcppArmadillo by adding these lines to
the DESCRIPTION file:
-\Sexpr[results=rd, echo=FALSE, stage=render]{
-paste(
- "\\\\preformatted{Depends: Rcpp (>= 0.8.0), RcppArmadillo (>= ",
- utils::packageDescription("RcppArmadillo")[["Version"]] ,
- ")\\nLinkingTo: Rcpp, RcppArmadillo\\n}", sep = "" )
-}
+ \preformatted{
+ Depends: Rcpp (>= 0.8.0), RcppArmadillo (>= 0.2.0)
+ LinkingTo: Rcpp, RcppArmadillo
+ }
\item Link against the Rcpp, blas and lapack libraries, by adding this line
in the Makevars
@@ -71,7 +69,6 @@
and this line to the Makevars.win:
\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