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. -- Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog
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.[[alternative HTML version deleted]]
On Mon, Apr 13, 2015 at 5:43 AM, Johannes Ranke <jranke at uni-bremen.de> wrote:> 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 >Thank you very much. raju