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 55048f4 commit c330acbCopy full SHA for c330acb
R/c-lib.R
@@ -405,5 +405,5 @@ vec_resize <- function(x, n) {
405
# walk.c
406
407
sexp_iterate <- function(x, fn) {
408
- do.call(".Call", list(ffi_sexp_iterate, x, fn))
+ do.call(".Call", list(get("ffi_sexp_iterate"), x, fn))
409
}
0 commit comments