Displaying 1 result from an estimated 1 matches for "fun_3b".
Did you mean:
fun_3
2019 Apr 17
1
R CMD check does not report redundant '...' argument described in Rd File
....
Consider a function:
fun_3 <- function(arg1, arg2, arg3) {
"I am fun_3"
}
If its documentation describes an argument, say 'dummy', R check reports something like:
* checking Rd \usage sections ... WARNING
Documented arguments not in \usage in documentation object 'fun_3b':
'dummy'
...
But if the non-existent argument is '...' or '\dots' there is no warning. The omission seems specific to the 'dots' argument.
Checked under Windows on win-builder on 17 April 2018 with
R version 3.6.0 beta (2019-04-16 r76403), R version 3.5.3 (...