Add support for
source('http://callr.org/install#DESCRIPTION')
which should install all packages listed in the DESCRIPTION file of the current directory. This is useful for installing all required packages after having checked out/cloned a source package, e.g.
$ git clone git@github.com:Bioconductor/BiocParallel.git
$ Rscript -e "source('http://callr.org/install#DESCRIPTION')"
Add support for
source('http://callr.org/install#DESCRIPTION')which should install all packages listed in the
DESCRIPTIONfile of the current directory. This is useful for installing all required packages after having checked out/cloned a source package, e.g.