aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabui2021-09-23 12:22:51 +0300
committerAlexander Kabui2021-09-23 12:22:51 +0300
commite5a50e6becabb9ebe4884714f7a182fad4490490 (patch)
tree6853657139608b6d45b54a9fd965e5bf90d10412
parent3d36fe96c94cebb6e7ea93b735148b25c4b95f6d (diff)
downloadgenenetwork3-e5a50e6becabb9ebe4884714f7a182fad4490490.tar.gz
add rjson dependency
-rw-r--r--guix.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index 509c9ff..3e7dcea 100644
--- a/guix.scm
+++ b/guix.scm
@@ -102,6 +102,7 @@
("r-qtl" ,r-qtl)
("r-stringi" ,r-stringi)
("r-wgcna" ,r-wgcna)
+ ("r-rjson" ,r-rjson)
("python-plotly" ,python-plotly)
("python-pandas" ,python-pandas)))
(build-system python-build-system)