Re: [R] Russian language in R

2011-05-16 Thread Lyolya
01:08, Duncan Murdoch wrote: > On 13/05/2011 4:57 PM, lyolya wrote: > >> Hello, >> >> I am experiencing a problem in reading a database in Russian. The problem >> appears when it comes to char variables. I have already tried changing the >> encoding, i.e. >&g

[R] Russian language in R

2011-05-13 Thread lyolya
Hello, I am experiencing a problem in reading a database in Russian. The problem appears when it comes to char variables. I have already tried changing the encoding, i.e. options(encoding="UTF-8") and options(encoding="KOI8-R") but every time there appear to be something unreadable in the dat

Re: [R] problems loading the twitteR package

2010-07-02 Thread lyolya
ges you need. Otherwise, try > > install.package("twitteR", dependencies = TRUE) > > (or RCurl) and see if that helps. > > Allan > > On 01/07/10 22:51, lyolya wrote: > > > Dear all, > > > > I cannot load the twitteR package. When I have it instal

[R] problems loading the twitteR package

2010-07-01 Thread lyolya
n library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called 'RCurl' and when I further manually install and load the RCurl package, I get this response: ERROR: dependencies ‘bitops’ are not available for package ‘RCurl’ * removing ‘/Users/lyolya/RCur