[R] Which packages are installed with the default R installation?

maya duyguisler at gmail.com
Mon Mar 5 11:38:19 CET 2012


Thank you all for your replies. It seems like now I have an older version of
R

> sessionInfo()
R version 2.10.1 (2009-12-14) 
x86_64-pc-linux-gnu 

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=C              LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] tools_2.10.1

> find.package()
Error: could not find function "find.package"
> find.package("ggplot2")
Error: could not find function "find.package"

and I can't install the new package ggplot2 while some other packages in
CRAN db are still available with the same function

> install.package("ggplot2")
Error: could not find function "install.package"
> install.packages("ggplot2")
Warning in install.packages("ggplot2") :
  argument 'lib' is missing: using
'/home/isler/R/x86_64-pc-linux-gnu-library/2.10'
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
  package ‘ggplot2’ is not available


> install.packages("package of interest", dependencies = TRUE)
Warning in install.packages("package of interest", dependencies = TRUE) :
  argument 'lib' is missing: using
'/home/isler/R/x86_64-pc-linux-gnu-library/2.10'
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
  package ‘package of interest’ is not available


Thank you,
D. Isler



--
View this message in context: http://r.789695.n4.nabble.com/Which-packages-are-installed-with-the-default-R-installation-tp4444321p4445726.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list