[R] Update package dor r-devlop

2014-10-12 Thread Marc Girondot
I use R-devel 3.2 in order to check as cran packages that I develop. To maintain my package uptodate, I cannot use the update.packages() directly because the packages are not still compiled for version 3.2. Then I use: update.packages(contriburl = contrib.url(repos=options(repos)$repos,

Re: [R] Update package dor r-devlop

2014-10-12 Thread Jeff Newmiller
Off topic. See the Posting Guide, which indicates that development questions belong on R-devel. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics:

Re: [R] Update package dor r-devlop

2014-10-12 Thread Prof Brian Ripley
On 12/10/2014 07:25, Jeff Newmiller wrote: Off topic. See the Posting Guide, which indicates that development questions belong on R-devel. And questions about Mac-specific distributions of R on R-sig-mac. But note that the best way to select source packages is options(pkgType = source)