From e5a50e6becabb9ebe4884714f7a182fad4490490 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Thu, 23 Sep 2021 12:22:51 +0300 Subject: add rjson dependency --- guix.scm | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3