Open rillig opened 5 years ago
messagef <- function(fmt, ...) message(sprintf(fmt, ...)) messagef('hello')
The parameter is obviously used, therefore the warning is wrong.
The parameter is obviously used, therefore the warning is wrong.