An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120709/a6e023c7/attachment.pl>
Package DAAG
2 messages · Chiruka, Raymond, Duncan Murdoch
On 12-07-09 6:42 AM, Chiruka, Raymond wrote:
Hie I am trying to install Package DAAG this is the error I get
library(DAAG)
Loading required package: randomForest Error: package 'randomForest' could not be loaded In addition: Warning message: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called 'randomForest' what should i do
Install randomForest first. If you use the default
install.packages("DAAG") function to do the DAAG install, it will do
this automatically.
Duncan Murdoch
thanks The University of Fort Hare subscribes to an e-mail disclaimer. Please click on the following URL to read further: http://www.ufh.ac.za/?q=legal-notices [[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.