Closed anthonynorth closed 1 year ago
@autoglobal adds globals from assignment statements to globals.R. This is certainly unwanted and prevents rcmdcheck from flagging bugs. Example:
@autoglobal
globals.R
#' @autoglobal my_func <- function() { # doesnt_exist will be added to utils::globals() my_variable <- doesnt_exist }
related #1
@autoglobal
adds globals from assignment statements toglobals.R
. This is certainly unwanted and prevents rcmdcheck from flagging bugs. Example:related #1