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.

Dirk

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com

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

Reply via email to