Dear list members,
If I install with R-devel r74500 on Windows (sessionInfo below) the
attached 'bugdemo' package with the single function
foo <- function() {
named <- c("bar"=TRUE)
print(named)
return(named)
}
then run
> bugdemo::foo()
[1] TRUE
[1] TRUE
The "bar" name is lost. It is
Dear R developers,
As far as I can see
R CMD CHECK --run-donttest
does not test the \donttest examples.
By contrast, --run-dontrun appears to run the \dontrun examples as expected.
I have prepared a minimal package archive for illustrating this bug,
which I can send to anyone interested (but I