diff options
author | Alexander Kabui | 2021-06-16 13:39:39 +0300 |
---|---|---|
committer | Alexander Kabui | 2021-06-16 13:39:39 +0300 |
commit | ceaea7930b0205993b9357bd1317fefe0c51b3b6 (patch) | |
tree | 791e4a478fb6740cdef603aac07c5f32ad5f1d26 /guix.scm | |
parent | 88e3bd10a2481e6c00c454a6bf2c60448ada363c (diff) | |
download | genenetwork3-ceaea7930b0205993b9357bd1317fefe0c51b3b6.tar.gz |
add r_testthatpackage
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 2 insertions, 0 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) @@ -86,6 +87,7 @@ ("r" ,r) ; ("r-ctl" ,r-ctl) ("r-qtl" ,r-qtl) + ("r-testthat" ,r-testthat) ("r-optparse" ,r-optparse) ; ("r-wgcna" ,r-wgcna) )) |