I manage the Depends, suggests and imports of the description file. and finally I submit my package to CRAN
. But during installation the package, it only install th
In R 3.0.2, the following works:
setRepositories(ind=1:2)
At the time of this writing, the value ind
can take a vector with values between 1 and 8, and the following meaning:
1: CRAN
2: BioC software
3: BioC annotation
4: BioC experiment
5: BioC extra
6: Omegahat
7: R-Forge
8: rforge.net
This list is obtained by calling setRepositories(graphics=F)
, which also allows interactively choosing the repositories to be installed from.