A tools to generate a bash script and a R script. the script is used to install the same package/version in the new R environemnt.
only check the CRAN and BioConductor website. the packages installed by github/source will be ignored.
## under your current R environment which you want to clone.
Rscript pkg_deps.R
## under your new R environment
Rscript installpkg.R 1>log 2>err
## bash installpkg.sh 1>log 2>err - curl (system)
- dplyr (R)