[R] Package installed, functional but not available
Prof Brian Ripley
ripley at stats.ox.ac.uk
Mon Apr 23 16:28:29 CEST 2007
If you read the help page it says
Description:
Summarize information about installed packages and packages
available at various repositories, and automatically upgrade
outdated packages.
...
avail: a data frame with columns as the _matrix_ returned by
'available.packages' plus '"Status"', a factor with levels
'c("installed", "not installed", "unavailable")'..
so this is 'available' as in 'available.packages' (qv).
On Mon, 23 Apr 2007, Fernando Mayer wrote:
> Hello,
>
> when I run packageStatus(), I get the following results:
>
> > packageStatus()
> Number of installed packages:
>
> ok upgrade unavailable
> /home/fernando/my_library 38 0 1
> /usr/local/lib/R/library 28 0 0
>
> Number of available packages (each package/bundle counted only once):
>
> installed not installed
> http://cran-r.c3sl.ufpr.br/src/contrib 51 957
>
> i.e., there is an unavailable package in my personal library. With,
>
> > summary(packageStatus())
>
> I see that the unavailable package is one that I have done and
> installed via R CMD INSTALL. Although it says it is unavailable, I can
> load the package with library() and use its functions in the usual way.
>
> There is no problem at all here since I can use the functions. I was
> just curious about what really means this "unavailable"
> classification. My guess is that this a package that is not on CRAN (?).
No, not on the repositories you specified.
> This is
>
> > version
> _
> platform i686-pc-linux-gnu
> arch i686
> os linux-gnu
> system i686, linux-gnu
> status
> major 2
> minor 4.1
> year 2006
> month 12
> day 18
> svn rev 40228
> language R
>
>
> Thanks for any explanations,
> ---
> Fernando Mayer
> Fisheries Study Group
> Technology, Earth and Ocean Sciences Center
> University of Vale do Itajaí
> Itajaí - SC - Brazil
>
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
PLEASE do.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
More information about the R-help
mailing list