ya wei
2018-Nov-12 16:35 UTC
[Rd] redundant "`" symbol in the name of list (R version 3.5.0 & 3.5.1)
Dear R devel Team, There might be a bug in the function "list" for R version 3.5.0 & 3.5.1. For the toy example ```> list(c=2, d=3)``` The output is ``` $`c` [1] 2 $d [1] 3 ``` The name of the first variable "c" would come with a redundant "`" symbol. I also have tested it on some older R versions, say 3.4.4, it turns out to be OK, no redundant "`" symbol. I am looking forward to your reply. Best, Fans of R [[alternative HTML version deleted]]
Tomas Kalibera
2018-Nov-13 10:12 UTC
[Rd] redundant "`" symbol in the name of list (R version 3.5.0 & 3.5.1)
Thanks for the report, but please note this bug has already been reported (PR#17447). It is a Windows/RGui specific bug and has already been fixed in R-devel. I will see if it could also be ported to R-patched. Best, Tomas On 11/12/18 5:35 PM, ya wei wrote:> Dear R devel Team, > > There might be a bug in the function "list" for R version 3.5.0 & 3.5.1. > For the toy example > > ``` >> list(c=2, d=3) > ``` > > The output is > > ``` > $`c` > [1] 2 > > $d > [1] 3 > ``` > > The name of the first variable "c" would come with a redundant "`" symbol. > I also have tested it on some older R versions, say 3.4.4, it turns out to > be OK, no redundant "`" symbol. > > > I am looking forward to your reply. > > > Best, > Fans of R > > [[alternative HTML version deleted]] > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
Tomas Kalibera
2018-Nov-13 18:41 UTC
[Rd] redundant "`" symbol in the name of list (R version 3.5.0 & 3.5.1)
Now also fixed in R-patched. Best, Tomas On 11/13/18 11:12 AM, Tomas Kalibera wrote:> Thanks for the report, but please note this bug has already been > reported (PR#17447). It is a Windows/RGui specific bug and has already > been fixed in R-devel. I will see if it could also be ported to > R-patched. > > Best, > Tomas > > On 11/12/18 5:35 PM, ya wei wrote: >> Dear R devel Team, >> >> There might be a bug in the function "list" for R version 3.5.0 & 3.5.1. >> For the toy example >> >> ``` >>> list(c=2, d=3) >> ``` >> >> The output is >> >> ``` >> $`c` >> [1] 2 >> >> $d >> [1] 3 >> ``` >> >> The name of the first variable "c" would come with a redundant "`" >> symbol. >> I also have tested it on some older R versions, say 3.4.4, it turns >> out to >> be OK, no redundant "`" symbol. >> >> >> I am looking forward to your reply. >> >> >> Best, >> Fans of R >> >> ????[[alternative HTML version deleted]] >> >> ______________________________________________ >> R-devel at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel > >
Maybe Matching Threads
- Bug in RScript.exe for 3.5.0
- Rgui 3.5.0 print issue
- Output mis-encoded on Windows w/ RGui 3.5.1 in strange case
- Bug Report: read.table with UTF-8 encoded file imports infinity symbol as Integer 8
- Output mis-encoded on Windows w/ RGui 3.5.1 in strange case