[Rinside-commits] r105 - in pkg: . src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Feb 17 22:22:43 CET 2010
Author: romain
Date: 2010-02-17 22:22:43 +0100 (Wed, 17 Feb 2010)
New Revision: 105
Modified:
pkg/DESCRIPTION
pkg/src/RInside.cpp
Log:
a more appropriate fix based on Environment::find
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2010-02-17 21:06:21 UTC (rev 104)
+++ pkg/DESCRIPTION 2010-02-17 21:22:43 UTC (rev 105)
@@ -15,7 +15,7 @@
Several examples are provided in the examples/ directory of
the installed package, and Doxygen-generated documentation of
the C++ classes is included as well.
-Depends: R (>= 2.10.0), Rcpp (>= 0.7.7.4)
+Depends: R (>= 2.10.0), Rcpp (>= 0.7.7.5)
SystemRequirements: None
URL: http://dirk.eddelbuettel.com/code/rinside.html
License: GPL-2
Modified: pkg/src/RInside.cpp
===================================================================
--- pkg/src/RInside.cpp 2010-02-17 21:06:21 UTC (rev 104)
+++ pkg/src/RInside.cpp 2010-02-17 21:22:43 UTC (rev 105)
@@ -188,7 +188,7 @@
R_NilValue, /* arg1: assigned in loop */
R_NilValue, /* arg2: assigned in loop */
global_env,
- global_env[".AutoloadEnv"]
+ global_env.find(".AutoloadEnv")
) ;
Rcpp::Language::Proxy delayed_assign_name = delayed_assign_call[1];
More information about the Rinside-commits
mailing list