[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

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

2012-11-27 Thread Rui Barradas
Hello, There are two packages with a function listDescription, package fBasics and package fUtilities. You probably need to install one of them, which I can tell. install.packages('fUtilities') # for instance, run this only once library(fUtilities) # load it into R session Hope this

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

2012-11-27 Thread Sarah Goslee
Where did you get the document that tells you to use that code? Does it also 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

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

2012-11-27 Thread Jack Bryan
index for repository http://pkg.rmetrics.org/bin/windows/contrib/2.15 Is this an error ? I am a new user of R. How to handle it ? How to install ebookPortfolio package ? Any help will be appreciated. Thanks Date: Tue, 27 Nov 2012 14:46:53 -0500 Subject: Re: [R] Error: R could not find

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

2012-11-27 Thread Sarah Goslee
could not find listDescription From: sarah.gos...@gmail.com To: dtustud...@hotmail.com CC: r-help@r-project.org Where did you get the document that tells you to use that code? Does it also tell you to load particular packages? www.rseek.org turns up a listDescription() function in the fBasics

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

2012-11-27 Thread Rui Barradas
Hello, Inline. Em 27-11-2012 19:44, Rui Barradas escreveu: Hello, There are two packages with a function listDescription, package fBasics and package fUtilities. You probably need to install one of them, which I can tell. Sorry, it's obviously can't Rui Barradas

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

2012-11-27 Thread Nordlund, Dan (DSHS/RDA)
-Original Message- From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- project.org] On Behalf Of Sarah Goslee Sent: Tuesday, November 27, 2012 12:10 PM To: Jack Bryan Cc: r help Subject: Re: [R] Error: R could not find listDescription The website given no longer exists