me
/
guix
Archived
1
0
Fork 0

gnu: r-rfast: Update to 2.0.9.

* gnu/packages/cran.scm (r-rfast): Update to 2.0.9.
[propagated-inputs]: Add r-rcppparallel.

Change-Id: I551a2b1745b937454b5aad99f4620839f9a89902
master
Ricardo Wurmus 2023-10-31 17:15:11 +01:00
parent d0013cb066
commit 75db05d7db
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -33985,18 +33985,18 @@ aggregation for comparing different implementations in order to provide a
(define-public r-rfast
(package
(name "r-rfast")
(version "2.0.8")
(version "2.0.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rfast" version))
(sha256
(base32
"1c64j8hg6id4ri3m32aa1r0qyn09kl3dvl865dzf43qdb3qcichv"))))
"12jl5kqjn571zcqh4n351d7nx86b3jh46ds8krqz92f0z6fjmkzz"))))
(properties `((upstream-name . "Rfast")))
(build-system r-build-system)
(propagated-inputs
(list r-rcpp r-rcpparmadillo r-rcppziggurat))
(list r-rcpp r-rcpparmadillo r-rcppparallel r-rcppziggurat))
(home-page "https://github.com/RfastOfficial/Rfast")
(synopsis "Collection of efficient and fast R functions")
(description