gnu: Add r-pbmcapply.

* gnu/packages/cran.scm (r-pbmcapply): New variable.
master
Ricardo Wurmus 2019-07-30 15:50:20 +02:00
parent 37120e7a23
commit 3e63f078da
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 19 additions and 0 deletions

View File

@ -14314,6 +14314,25 @@ Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
the functions can also be applied to other types of categorical data.")
(license license:gpl2)))
(define-public r-pbmcapply
(package
(name "r-pbmcapply")
(version "1.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "pbmcapply" version))
(sha256
(base32
"0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
(build-system r-build-system)
(home-page "https://github.com/kvnkuang/pbmcapply")
(synopsis "Track the progress of apply procedures with a progress bar")
(description
"This light-weight package helps you track and visualize the progress of
parallel versions of vectorized R functions of the @code{mc*apply} family.")
(license license:expat)))
(define-public r-blme
(package
(name "r-blme")