I did library


> library(gregmisc)
Error in library(MASS) : There is no package called 'MASS'
Error in library(gregmisc) : .First.lib failed
>

What is wrong?



You have to *load* the package too, not just install it.

'library(gregmisc)' will load it


On Thu, 7 Aug 2003, atsuya fujito wrote:


Hi

How do I install "gregmisc" packages?
I did-
% sudo R
install.packages("gregmisc")
.
.
barplot2()
but,
Error: couldn't find function "barplot2"

--
atuya
Mac OSX 10.2.6
R 1.7.1

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help




______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to