On Tue, 3 Apr 2018, Martin Maechler wrote:
Martin Maechler
on Tue, 3 Apr 2018 17:03:02 +0200 writes:
Francois Rousset
on Tue, 3 Apr 2018 16:38:42 +0200 writes:
>> Dear list members,
>> If I install with R-devel r74500 on Windows (sessionInfo below) the
>> attached 'bugdem
> Martin Maechler
> on Tue, 3 Apr 2018 17:03:02 +0200 writes:
> Francois Rousset
> on Tue, 3 Apr 2018 16:38:42 +0200 writes:
>> Dear list members,
>> If I install with R-devel r74500 on Windows (sessionInfo below) the
>> attached 'bugdemo' package with the s
> Francois Rousset
> on Tue, 3 Apr 2018 16:38:42 +0200 writes:
> 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)
>
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