[R] How to check the available of a package on R repo

Erik Iverson eriki at ccbr.umn.edu
Sat Sep 18 06:01:47 CEST 2010


What are you trying to do?

Did you look at the arguments for
the first argument of ?available.packages ?

What did you expect "emacs" to do?


On 09/17/2010 10:20 PM, Stephen Liu wrote:
> Hi folks,
>
> Debian 504 64-bit
>
> What is the correct syntax to check the available of a package on R repo?
>
>> available.packages("emacs", "OS_type=linux")
> Warning: unable to access index for repository emacs
>       Package Version Priority Depends Imports LinkingTo Suggests Enhances
>       OS_type License File Repository
>
>> available.packages("emacs")
> Warning: unable to access index for repository emacs
>       Package Version Priority Depends Imports LinkingTo Suggests Enhances
>       OS_type License File Repository
>
> TIA
>
> B.R.
> Stephen L
>
>
>
> ______________________________________________
> 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