Displaying 1 result from an estimated 1 matches for "esetsz".
2003 Jul 14
2
special characters
...ar R-users,
Some hours ago I successfully installed R 1.7.1 on my Linux computer
(SuSE 8.1). Now I am trying to get my scripts work which I have written
for R/Windows.
* While with Windows I was able to use the vowels with the accents
present in the Hungarian language:
> d$crude.inc<-d$esetsz?m/d$?vk?zepi.l?leksz?m*1000000
>
the same line leads to an error on Linux:
> d$crude.inc<-d$esetsz?m/d$?vk?zepi.l?leksz?m*1000000
Error: syntax error
>
* This must be a difference in the behaviour of R, not the operating
system because the following tests passed (even with a fil...