Skip to content
Back to formatted view

Raw Message

Message-ID: <50B51832.3010303@sapo.pt>
Date: 2012-11-27T19:44:50Z
From: Rui Barradas
Subject: Error: R could not find "listDescription"
In-Reply-To: <BLU154-W475865002DFE1790C30B60CB5E0@phx.gbl>

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 helps,

Rui Barradas
Em 27-11-2012 19:37, Jack Bryan escreveu:
> 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 deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.