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 bca99c0 commit c5e872aCopy full SHA for c5e872a
src/progress.c
@@ -97,7 +97,7 @@ SEXP clic_get_time(void) {
97
}
98
99
SEXP clic__find_var(SEXP rho, SEXP symbol) {
100
- SEXP ret = Rf_findVarInFrame3(rho, symbol, TRUE);
+ SEXP ret = Rf_findVarInFrame(rho, symbol);
101
if (ret == R_UnboundValue) {
102
error("Cannot find variable `%s`.", CHAR(PRINTNAME(symbol)));
103
0 commit comments