Skip to content
Prev 15862 / 398500 Next

new.packages function for new packages

On Sat, 22 Dec 2001, Ronaldo Reis Jr. wrote:

            
packageStatus()

For example:
...
Available packages:
-------------------
(each package appears only once)

*** Repository http://cran.r-project.org/src/contrib
$installed
  [1] "AnalyzeFMRI"    "CoCoAn"         "Devore5"        "EMV"
...

$"not installed"
[1] "RMySQL"  "ROracle" "RSQLite" "RmSQL"   "XML"     "netCDF"  "rpvm"


It's not totally automatic, not least because you will be unable to
install some packages automatically unless you have lots of addons in
(what the package authors thought were) standard places (e.g. all the
supported databases installed, lapack, libxml in a version that XML
actually works with, ...).

BTW, packageStatus is new in 1.4.0, and still under development so
sparsely documented.