[R] gregmisc

atsuya fujito atuya at xd5.so-net.ne.jp
Fri Aug 8 00:56:56 CEST 2003


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
>>
>> ______________________________________________
>> R-help at stat.math.ethz.ch mailing list
>> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>>
>
>




More information about the R-help mailing list