[Rd] Rgui.exe: bug associated with non-ASCII characters

Brodie Gaslam brod|e@g@@|@m @end|ng |rom y@hoo@com
Fri May 20 00:55:17 CEST 2022


Is it possible you intended to use:

c('pá', 'pé', 'pí', 'pó', 'pü')

instead of:

('pá', 'pé', 'pí', 'pó', 'pü')

Note the missing `c` in the second one.  That's just not a valid R expression.

I don't use Rgui but if I just type (1,2) in my R terminal I get the same error.

Best,

B.





On Thursday, May 19, 2022, 06:01:40 PM EDT, jcfaria <joseclaudio.faria using gmail.com> wrote: 





Hello,

R devel R82368

1- Open Rgui.exe
2- New script (Rgui's built-in editor)
3- Type the below

v1 <- ('pá', 'pé', 'pí', 'pó', 'pü')

4- Select the entire line and try to send using the shortcut CTRL+R

> v1 <- ('pá', 'pé', 'pí', 'pó', 'ú')
Error: unexpected ',' in "v1 <- ('pá',"
>

5- If you try to select the entire text (CTRL+C) and to paste (CTRL+V) 
into the console:

> v1 <- ('pá', 'pé', 'pí', 'pó', 'pü')
Error: unexpected ',' in "v1 <- ('pá',"
>

i.e. the same result,

6- Place the cursor at the beginning of the line and try to send it via 
CTRL+R

> v1 <- ('p
+

We have a problem there, don't we?

Best,
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\
Jose Claudio Faria
UESC/DCET/Brasil
joseclaudio.faria at gmail.com
Telefones:
55(73)3680.5545 - UESC
55(73)99966.9100 - VIVO
///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\
If you have software to deal with statistics, you have arms,
if you have good software, you have arms and legs,
if you have software like R, you have arms, legs and wings...
the height of your flight depends only on you.

    [[alternative HTML version deleted]]

______________________________________________
R-devel using r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel



More information about the R-devel mailing list