Re: [Rd] Nice names in deparse
I am raising this again. As as.character(list(c(one = "1"))) is still "1" in R 3.5.0 alpha, could as.character(list(c(one = 1))) be "1" , too, as before? The case here is the list component is atomic with length 1. On Sat, 16/12/17, Suharto Anggono Su
Re: [Rd] Nice names in deparse
x <- 0; names(x) <- "recursive" I am saying more plainly: With 'x' above, deparse(x, control = "all") is wrong in R devel. On Sat, 16/12/17, Suharto Anggono Suharto Anggono wrote: Subject: Nice names in deparse To: r-devel@r-project.org Date: Sat