-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Description
Seen in our own package when running lint_package():
..........Warning in formals(fun) : argument is not a function
Warning in body(fun) : argument is not a function
Warning in formals(fun) : argument is not a function
Warning in body(fun) : argument is not a function
...................................................Warning in formals(fun) : argument is not a function
Warning in body(fun) : argument is not a function
................................................................................................................................................
The reason is the XPath for object_usage_linter() finds e.g.
assign(
envir = cache,
x = digest_content(linters, filename),
value = lints,
inherits = FALSE
)which is not a function assignment.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior