Error: R could not find "listDescription"
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.