Re: [Rd] names lost in functions from packages installed by R-devel r74500

2018-04-03 Thread luke-tierney
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

Re: [Rd] names lost in functions from packages installed by R-devel r74500

2018-04-03 Thread Martin Maechler
> 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

Re: [Rd] names lost in functions from packages installed by R-devel r74500

2018-04-03 Thread Martin Maechler
> 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) >

[Rd] names lost in functions from packages installed by R-devel r74500

2018-04-03 Thread Francois Rousset
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