me
/
guix
Archived
1
0
Fork 0

gnu: r-castor: Update to 1.8.0.

* gnu/packages/cran.scm (r-castor): Update to 1.8.0.
[propagated-inputs]: Add r-jsonlite.

Change-Id: I00ffcf5cbcd4badf644ec2572421c6df31792670
master
Ricardo Wurmus 2024-01-11 11:45:18 +01:00
parent 1f37c81400
commit 5d855222a4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -290,16 +290,17 @@ automatically pruning objects to maintain the constraints.")
(define-public r-castor
(package
(name "r-castor")
(version "1.7.11")
(version "1.8.0")
(source (origin
(method url-fetch)
(uri (cran-uri "castor" version))
(sha256
(base32
"1cxjgwbsacjcc10qdch6pndjxqnk20hhamxqg0lckszvkyb67yn3"))))
"0caw206hndfzypj33w6npvppdc5hhq1q71wriqd0ck9f238rfi3c"))))
(properties `((upstream-name . "castor")))
(build-system r-build-system)
(propagated-inputs (list r-matrix r-naturalsort r-rcpp r-rspectra))
(propagated-inputs (list r-jsonlite r-matrix r-naturalsort r-rcpp
r-rspectra))
(home-page "https://cran.r-project.org/package=castor")
(synopsis "Efficient phylogenetics on large trees")
(description