Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 487 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 487 Bytes

S-reducing-complexity

Source code and additional material

Package installation

For use

In an R session:

remotes::install_github("ari-dasci/S-reducing-complexity")

For development

In a shell:

$ git clone https://github.com/ari-dasci/S-reducing-complexity.git s4r
$ cd s4r
$ R

In the R session:

remotes::install_github("fdavidcl/dcme")
remotes::install_bioc("graph")
remotes::install_bioc("Rgraphviz")
devtools::install_dev_deps()