Skip to content

Commit c330acb

Browse files
committed
Silence note
1 parent 55048f4 commit c330acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/c-lib.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,5 +405,5 @@ vec_resize <- function(x, n) {
405405
# walk.c
406406

407407
sexp_iterate <- function(x, fn) {
408-
do.call(".Call", list(ffi_sexp_iterate, x, fn))
408+
do.call(".Call", list(get("ffi_sexp_iterate"), x, fn))
409409
}

0 commit comments

Comments
 (0)