me
/
guix
Archived
1
0
Fork 0

gnu: r-rnexml: Update to 2.4.6.

* gnu/packages/cran.scm (r-rnexml): Update to 2.4.6.
[propagated-inputs]: Add r-rlang.
Ricardo Wurmus 2022-03-12 23:04:27 +01:00
parent 6434420538
commit 27a453cdc0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -13896,13 +13896,13 @@ methods, incorporating one or more trees and trait data.")
(define-public r-rnexml
(package
(name "r-rnexml")
(version "2.4.5")
(version "2.4.6")
(source (origin
(method url-fetch)
(uri (cran-uri "RNeXML" version))
(sha256
(base32
"1wsl4xq9w5bp3wk69dw57bg0qcw1vs6ajwya4p0w1r00ck5pwrib"))))
"0k56brcg80mvx35hgc5gj8arwba4k7q0075g38qp0qgq9d1b87cs"))))
(build-system r-build-system)
(propagated-inputs
(list r-ape
@ -13911,6 +13911,7 @@ methods, incorporating one or more trees and trait data.")
r-lazyeval
r-plyr
r-reshape2
r-rlang
r-stringi
r-stringr
r-tidyr