list of available R packages
Dear Kamaraju S Kusumanchi, thanks for the hint. I updated the Debian README - it will be synced to CRAN and its mirrors with the next rsync runs. Kind regards, Johannes Am Sonntag, 12. April 2015, 22:07:47 schrieb kamaraju kusumanchi:
This is a very minor point. But thought I would bring it to your attention anyway... According to http://cran.r-project.org/bin/linux/debian/ , the list of available R packages can be found by apt-cache search ^r-.* This seems to work in bash but not in zsh. As a work around, I found out that apt-cache search "^r-.*" works in both zsh and bash.