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
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
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
3 matches
Mail list logo