You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a globals bug (but is probably hard to fix). Right here, globalsOf() filters down to only functions before calling itself recursively on those functions. This filters out the list of functions which should be searched. Not searching the list of functions means that rbern() is never identified as a global
From futureverse/furrr#92 (comment):
I think this is a globals bug (but is probably hard to fix). Right here,
globalsOf()
filters down to only functions before calling itself recursively on those functions. This filters out the list of functions which should be searched. Not searching the list of functions means thatrbern()
is never identified as a globalhttps://github.com/HenrikBengtsson/globals/blob/24f150843038dd8f078c050f26d4a18c644b43a6/R/globalsOf.R#L110-L113
[...]
@HenrikBengtsson here is a globals only reprex that shows
rbern()
not being foundThe text was updated successfully, but these errors were encountered: