diff options
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,6 +30,7 @@ (gnu packages cran) (gnu packages databases) (gnu packages statistics) + (gnu packages bioconductor) (gnu packages python) (gnu packages python-check) (gnu packages python-crypto) @@ -89,7 +90,8 @@ ("r-optparse" ,r-optparse) ("r-stringi" ,r-stringi) ("r-stringr" ,r-stringr) - ; ("r-wgcna" ,r-wgcna) + ("r-testthat" ,r-testthat) + ("r-wgcna" ,r-wgcna) )) (build-system python-build-system) (home-page "https://github.com/genenetwork/genenetwork3") |