[R] package installation error in unix

Pascal Oettli kridox at ymail.com
Thu Jul 19 13:34:50 CEST 2012


Hello,

There is a mistake. Type

 > install.packages("hdf5")

instead of

 > installed.packages("hdf5")

in order to install a package.

Best Regards,
Passcal


Le 19/07/2012 17:02, uday a écrit :
> Hi,
>
> Recently I have installed R in my Linux operating system , after
> installation I was trying to install some packages and I was getting error
> installed.packages("hdf5")
>    { Package LibPath Version Priority Depends
>       Imports LinkingTo Suggests Enhances OS_type
>       License Archs Built}
> this is first time that I am using R in Linux, could somebody please tell me
> how to fix this error .
> I am using  "R version 2.14.1 (2011-12-22)"
>
> Thank you
>
> --
> View this message in context: http://r.789695.n4.nabble.com/package-installation-error-in-unix-tp4636995.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> 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.
>



More information about the R-help mailing list