sigven / pcgr

Personal Cancer Genome Reporter (PCGR)
https://sigven.github.io/pcgr
MIT License
251 stars 47 forks source link

[R] R package cleanup #151

Closed pdiakumis closed 2 years ago

pdiakumis commented 2 years ago
mamba env create -f conda/pcgr_env.yml
conda activate pcgr_dev

For RStudio dev, you can then just do: open pcgrr/pcgrr.Rproj, which uses the installed conda R libraries to develop against (i.e. in /path/to/conda/envs/pcgr_dev/lib/R/library).

I'll create the conda package recipes for pcgr and pcgrr in the next PR, just wanted to have this one separate because of the large number of renamed files.

-- see #139