[R] Error for compiling Rquantlib package 0.3.5 under Window 7 64bits

2011-01-23 Thread Jianhong Wang
CMD INSTALL RQuantLib_0.3.5.tar.gz I am wondering whether anyone has similar experience or can help me solve the issue? Thanks! Jianhong Wang c:\Lib>set QUANTLIB_ROOT="C:\Lib\QuantLib" c:\Lib>R CMD INSTALL RQuantLib_0.3.5.tar.gz * installing to library 'C:/PROGRA~1/R/R-212~1.1/l

Re: [R] How to switch label font from Chinese to English

2010-12-07 Thread Jianhong Wang
Thanks! Brian, As you said, if locale changes, it is fine now. What I add is Sys.setlocale("LC_TIME", "American") On Tue, Dec 7, 2010 at 12:14 PM, Prof Brian Ripley wrote: > On Tue, 7 Dec 2010, Jianhong Wang wrote: > > Hi >> >> I tried to plot somethin

[R] How to switch label font from Chinese to English

2010-12-07 Thread Jianhong Wang
Hi I tried to plot something simple x=c('2010-08-20', '2010-08-30') y = c(1,2) t = strptime(x, "%Y-%m-%d") plot(t,y) At the xlab, the fonts are Chinese. How can I switch it to English? I am working under Windows 7 64 bits Home Edition and R is Win32 version 2.11.1 Thanks! [[alternati