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
A note for testing: as of today, {jsonlite} Depends on {methods}, so possibly we could test this in a sub-process where {methods} is not attached. None of our other direct dependencies use Depends at all.
Otherwise, we'd want to add a Suggests dependency on {bit64}.
Elsewhere I've seen as.environment("package:bit64")$.Depends used to get package dependencies, but this environment is only populated if {bit64} is attached. Here again #912 would help. Barring that, we can do what attachNamespace() does, which is to get Depends from DESCRIPTION.
Linting this will lint on
bit
:But because
library(bit64)
necessarily attaches {bit}, I think it shouldn't.The text was updated successfully, but these errors were encountered: