On 23/08/2012 20:30, Dirk Eddelbuettel wrote:

R-release:

edd@max:~$ r -e 'AP <- 
available.packages(contrib.url("http://cran.r-project.org";)); print(dim(AP)[1])'
[1] 3988
edd@max:~$

R-devel (version as of a few days ago):

edd@max:~$ ~/bin/Rscript-devel.sh -e 'AP <- 
available.packages(contrib.url("http://cran.r-project.org";)); print(dim(AP)[1])'
[1] 3988
edd@max:~$

There is a bug somewhere if another count gives 4001.

Hint: available.packages() has filters, so you are not seeing the Windows-only packages.

Note too that the number of packages on CRAN is not monotone: packages get added, packages get withdrawn/archived, sometimes 10s at a time.


--
Brian D. Ripley,                  rip...@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

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to