mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add r-rnexml.
* gnu/packages/cran.scm (r-rnexml): New variable.
This commit is contained in:
parent
2a8417d3b2
commit
b7664dfb78
1 changed files with 34 additions and 0 deletions
|
@ -12525,6 +12525,40 @@ (define-public r-tfmpvalue
|
||||||
Touzet and Varre (2007).")
|
Touzet and Varre (2007).")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public r-rnexml
|
||||||
|
(package
|
||||||
|
(name "r-rnexml")
|
||||||
|
(version "2.4.5")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "RNeXML" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1wsl4xq9w5bp3wk69dw57bg0qcw1vs6ajwya4p0w1r00ck5pwrib"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-ape" ,r-ape)
|
||||||
|
("r-dplyr" ,r-dplyr)
|
||||||
|
("r-httr" ,r-httr)
|
||||||
|
("r-lazyeval" ,r-lazyeval)
|
||||||
|
("r-plyr" ,r-plyr)
|
||||||
|
("r-reshape2" ,r-reshape2)
|
||||||
|
("r-stringi" ,r-stringi)
|
||||||
|
("r-stringr" ,r-stringr)
|
||||||
|
("r-tidyr" ,r-tidyr)
|
||||||
|
("r-uuid" ,r-uuid)
|
||||||
|
("r-xml" ,r-xml)
|
||||||
|
("r-xml2" ,r-xml2)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
(home-page "https://docs.ropensci.org/RNeXML/")
|
||||||
|
(synopsis "Semantically rich I/O for the NeXML Format")
|
||||||
|
(description "This package provides access to phyloinformatic data in
|
||||||
|
NeXML format. The package should add new functionality to R such as the
|
||||||
|
possibility to manipulate NeXML objects in more various and refined way
|
||||||
|
and compatibility with @code{ape} objects.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public r-rnifti
|
(define-public r-rnifti
|
||||||
(package
|
(package
|
||||||
(name "r-rnifti")
|
(name "r-rnifti")
|
||||||
|
|
Loading…
Reference in a new issue