From a2a1d86a77b513dc2d49f6ae8735f2e3d9e2f8c0 Mon Sep 17 00:00:00 2001 From: zimoun Date: Fri, 21 May 2021 22:25:40 +0200 Subject: gnu: r-samr: Move to (gnu packages bioconductor). * gnu/packages/cran.scm (r-samr): Move from here... * gnu/packages/bioconductor.scm (r-samr): ...to here. --- gnu/packages/cran.scm | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'gnu/packages/cran.scm') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 878980a230..711792958c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -33,7 +33,6 @@ ;;; Copyright © 2020 Magali Lemes ;;; Copyright © 2020 Simon Tournier ;;; Copyright © 2020 Aniket Patil -;;; Copyright © 2021 Tim Howes ;;; ;;; This file is part of GNU Guix. ;;; @@ -29153,35 +29152,6 @@ indicator, a quantitative variable or a survival time.") ;; Any version of the LGPL (license license:lgpl3+))) -(define-public r-samr - (package - (name "r-samr") - (version "3.0") - (source - (origin - (method url-fetch) - (uri (cran-uri "samr" version)) - (sha256 - (base32 - "01km0f7qgm73x19vbvsxl083hs1dq4dj8qm5h64cxbf20b08my15")))) - (properties `((upstream-name . "samr"))) - (build-system r-build-system) - (propagated-inputs - `(("r-gsa" ,r-gsa) - ("r-impute" ,r-impute) - ("r-matrixstats" ,r-matrixstats) - ("r-openxlsx" ,r-openxlsx) - ("r-shiny" ,r-shiny) - ("r-shinyfiles" ,r-shinyfiles))) - (native-inputs `(("gfortran" ,gfortran))) - (home-page "https://statweb.stanford.edu/~tibs/SAM/") - (synopsis "Significance analysis of Microarrays") - (description - "This is a package for significance analysis of Microarrays for -differential expression analysis, RNAseq data and related problems.") - ;; Any version of the LGPL - (license license:lgpl3+))) - (define-public r-randomforestsrc (package (name "r-randomforestsrc") -- cgit v1.2.3