简体   繁体   中英

Why I can not inastall some R packages on Ubuntu 10.04?

I have tried this:

install.packages("fields") Warning in install.packages("fields") : argument 'lib' is missing: using '/home/milenko/R/i486-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 'fields' is not available

Why?

You're running R-2.10.X and the latest fields on CRAN (as of today) requires R-3.0 or greater. Either install an older version of the package from source, or upgrade your 4+ year-old version of R.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM