me
/
guix
Archived
1
0
Fork 0

gnu: Add r-gsalib.

* gnu/packages/cran.scm (r-gsalib): New variable.
Ricardo Wurmus 2022-05-31 23:43:37 +02:00
parent 6d8a3aa9c9
commit c4e03f8204
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 19 additions and 0 deletions

View File

@ -31347,6 +31347,25 @@ indicator, a quantitative variable or a survival time.")
;; Any version of the LGPL
(license license:lgpl3+)))
(define-public r-gsalib
(package
(name "r-gsalib")
(version "2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "gsalib" version))
(sha256
(base32
"1k3zjdydzb0dfh1ihih08d4cw6rdamgb97cdqna9mf0qdjc3pcp1"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/gsalib")
(synopsis "Utility functions for GATK")
(description "This package contains utility functions used by the Genome
Analysis Toolkit (GATK) to load tables and plot data. The GATK is a toolkit
for variant discovery in high-throughput sequencing data.")
(license license:expat)))
(define-public r-randomforestsrc
(package
(name "r-randomforestsrc")