Skip to content

generate a sccript to install the same package/version in a new R environment

Notifications You must be signed in to change notification settings

RockefellerUniversity/clone_r_env

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Clone R Environment

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.

Usage

## 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 

Dependencies

  1. curl (system)
  2. dplyr (R)

About

generate a sccript to install the same package/version in a new R environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 100.0%