Skip to content

ari-dasci/S-reducing-complexity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()