From 9a6a5ac495c18296d4ed3ad0885876451b5eb059 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 19 May 2021 13:45:06 -0500 Subject: Added R and r-qtl --- guix.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/guix.scm b/guix.scm index 757fc6d..46a181e 100644 --- a/guix.scm +++ b/guix.scm @@ -27,6 +27,7 @@ (gn packages python) (gnu packages base) (gnu packages check) + (gnu packages cran) (gnu packages databases) (gnu packages statistics) (gnu packages python) @@ -81,7 +82,12 @@ ("python-redis" ,python-redis) ("python-requests" ,python-requests) ("python-scipy" ,python-scipy) - ("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs))) + ("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs) + ("r" ,r) + ; ("r-ctl" ,r-ctl) + ("r-qtl" ,r-qtl) + ; ("r-wgcna" ,r-wgcna) + )) (build-system python-build-system) (home-page "https://github.com/genenetwork/genenetwork3") (synopsis "GeneNetwork3 API for data science and machine learning.") -- cgit v1.2.3