[Rcpp-commits] r972 - in pkg: RcppArmadillo base64/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Apr 4 09:18:27 CEST 2010
Author: romain
Date: 2010-04-04 09:18:26 +0200 (Sun, 04 Apr 2010)
New Revision: 972
Modified:
pkg/RcppArmadillo/DESCRIPTION
pkg/base64/man/img.Rd
Log:
remove LinkingTo: Rcpp so that we can release RcppArmadillo before we release Rcpp 0.7.12, it will come back
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2010-04-04 07:13:59 UTC (rev 971)
+++ pkg/RcppArmadillo/DESCRIPTION 2010-04-04 07:18:26 UTC (rev 972)
@@ -3,8 +3,8 @@
Title: Rcpp/Armadillo translation layer
Version: 0.1.0.2
Date: $Date$
-Author: Romain Francois and Dirk Eddelbuettel and Doug Bates
-Maintainer: Romain and Dirk and Doug <RcppArmadillo-authors at r-enthusiasts.com>
+Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
+Maintainer: Romain, Dirk and Doug <RcppArmadillo-authors at r-enthusiasts.com>
Description: R and Armadillo integration using Rcpp
Armadillo is a C++ linear algebra library aiming towards a good balance
between speed and ease of use. Integer, floating point and complex
@@ -23,7 +23,6 @@
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)
+Depends: Rcpp (>= 0.7.11)
URL: http://arma.sourceforge.net/, http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/RcppArmadillo
Modified: pkg/base64/man/img.Rd
===================================================================
--- pkg/base64/man/img.Rd 2010-04-04 07:13:59 UTC (rev 971)
+++ pkg/base64/man/img.Rd 2010-04-04 07:18:26 UTC (rev 972)
@@ -8,14 +8,14 @@
}
\details{
-\if{html}{
- The following graph is embedded in the document using the \code{img} function
+The following graph is embedded in the document using the \code{img} function
+\ifelse{html}{
\Sexpr[stage=render,results=rd,echo=FALSE]{
- library( base64 )
- library( grDevices )
- library( graphics )
- library( stats )
+ # library( base64 )
+ # library( grDevices )
+ # library( graphics )
+ # library( stats )
pngfile <- tempfile()
png( pngfile, width = 600, height = 400 )
@@ -23,7 +23,7 @@
dev.off()
img( pngfile, Rd = TRUE )
}
-}
+}{}
}
More information about the Rcpp-commits
mailing list