[Rcpp-commits] r4188 - pkg/Rcpp/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jan 11 16:45:30 CET 2013
Author: jjallaire
Date: 2013-01-11 16:45:29 +0100 (Fri, 11 Jan 2013)
New Revision: 4188
Modified:
pkg/Rcpp/R/Attributes.R
Log:
pass plugins to setupBuildEnvironment
Modified: pkg/Rcpp/R/Attributes.R
===================================================================
--- pkg/Rcpp/R/Attributes.R 2013-01-11 15:36:51 UTC (rev 4187)
+++ pkg/Rcpp/R/Attributes.R 2013-01-11 15:45:29 UTC (rev 4188)
@@ -57,7 +57,7 @@
.validatePackages(depends, context$cppSourceFilename)
# temporarily modify environment for the build
- envRestore <- .setupBuildEnvironment(depends, file)
+ envRestore <- .setupBuildEnvironment(depends, context$plugins, file)
# temporarily setwd to build directory
cwd <- getwd()
More information about the Rcpp-commits
mailing list