[Rinside-commits] r104 - in pkg: . src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 17 22:06:21 CET 2010


Author: romain
Date: 2010-02-17 22:06:21 +0100 (Wed, 17 Feb 2010)
New Revision: 104

Modified:
   pkg/DESCRIPTION
   pkg/src/RInside.cpp
Log:
found a better fix, not sure this is the definitive fix though

Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2010-02-17 20:52:50 UTC (rev 103)
+++ pkg/DESCRIPTION	2010-02-17 21:06:21 UTC (rev 104)
@@ -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.5.2)
+Depends: R (>= 2.10.0), Rcpp (>= 0.7.7.4)
 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 20:52:50 UTC (rev 103)
+++ pkg/src/RInside.cpp	2010-02-17 21:06:21 UTC (rev 104)
@@ -188,8 +188,7 @@
     	    R_NilValue,     /* arg1: assigned in loop */
     	    R_NilValue,     /* arg2: assigned in loop */
     	    global_env,
-    	    // global_env[".AutoloadEnv"]
-    	    Rf_findVar(Rf_install(".AutoloadEnv"), global_env )
+    	    global_env[".AutoloadEnv"]
     	    ) ;
     Rcpp::Language::Proxy delayed_assign_name  = delayed_assign_call[1];
 



More information about the Rinside-commits mailing list