We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b03df commit 44e6a1aCopy full SHA for 44e6a1a
1 file changed
inst/include/Rcpp/api/meat/Rcpp_eval.h
@@ -56,10 +56,6 @@ inline SEXP Rcpp_eval(SEXP expr, SEXP env) {
56
// 'identity' function used to capture errors, interrupts
57
Shield<SEXP> identity(Rf_findFun(::Rf_install("identity"), R_BaseNamespace));
58
59
- if (identity == R_UnboundValue) {
60
- stop("Failed to find 'base::identity()'");
61
- }
62
-
63
// define the evalq call -- the actual R evaluation we want to execute
64
Shield<SEXP> evalqCall(Rf_lang3(::Rf_install("evalq"), expr, env));
65
0 commit comments