Re: [R] error of installing/building an R package (PortfolioAnalytics) on Win 7

2012-12-02 Thread Jack Bryan
e") > > at the command line to install it. This is necessary on Linux, but > depending on the package, there may be available binaries for Windows > and Mac, in which case you can install those instead of having to > build it from source and you can remove the last argumen

[R] error of installing/building an R package (PortfolioAnalytics) on Win 7

2012-12-02 Thread Jack Bryan
Hi, I am trying to install a package (PortfolioAnalytics) of R 2.15.2 on Win 7. I have tried the following instructions on : http://stackoverflow.com/questions/11105131/cannot-install-r-forge-package-using-install-packages I used svn checkout svn://svn.r-forge.r-project.org/svnroot/returnana

Re: [R] error, R commends cannot show the expected output

2012-11-28 Thread Jack Bryan
show the expected output > > Hello, > > And what do you get? > > Regards, > Pascal > > Le 28/11/2012 12:25, Jack Bryan a écrit : > > > > Hi, > > > > I am working on R 2.15.2 on Win. 7. > > > > I am trying to run some simple commends. > &g

Re: [R] error, R commends cannot show the expected output

2012-11-28 Thread Jack Bryan
gt; To: dtustud...@hotmail.com > > > > On Nov 28, 2012, at 4:13 AM, Jack Bryan wrote: > > > > > Thanks ! > > > > I solved it. > > Don't you mean David did? > > > > > I run sink() to get the output on command line. > >

Re: [R] error, R commends cannot show the expected output

2012-11-27 Thread Jack Bryan
> > And what do you get? > > Regards, > Pascal > > Le 28/11/2012 12:25, Jack Bryan a écrit : > > > > Hi, > > > > I am working on R 2.15.2 on Win. 7. > > > > I am trying to run some simple commends. > > > >> class(SWX.RET)

[R] error, R commends cannot show the expected output

2012-11-27 Thread Jack Bryan
Hi, I am working on R 2.15.2 on Win. 7. I am trying to run some simple commends. >class(SWX.RET) # SWX.RET is a data file that has been loaded. But, I cannot see the expected output. I have deselected "buffered output". Still it does not work. Any help will be appreciated. Thanks

Re: [R] Error: R could not find "listDescription"

2012-11-27 Thread Jack Bryan
o tell you to load particular packages? > > www.rseek.org turns up a listDescription() function in the fBasics > package, but that isn't necessarily the one you need for whatever > application you're pursuing. > > Sarah > > On Tue, Nov 27, 2012 at 2:37 PM, Jack Bry

[R] Error: R could not find "listDescription"

2012-11-27 Thread Jack Bryan
Hi, I am running R on Win 7. I got error for > listDescription(fPortfolio) Error: could not find function "listDescription" What do I need to install for solving this ? Any help will be appreciated. Thanks [[alternative HTML version delet

[R] error of installing a R package on Win 7

2012-11-27 Thread Jack Bryan
Hi, I am trying to run R 2.15.2 on Win 7. I am trying to run some example R code of the book :Portfolio Optimization with R/Rmetrics I was told that : To install all packages required for the examples of this ebook we recommendthat you install the bundle package ebookPortfolio. This can be do

[R] error of runing R in R 2.15.2 w/o graphes generated

2012-11-26 Thread Jack Bryan
Hi, I have installed R 2.15.2 on windows 7. http://cran.cnr.berkeley.edu/ I tried to run some simple graph code: http://www.harding.edu/fmccown/r/ But, no graphs are presented or poped up. Any help will be appreciated. Thanks [[altern