mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: Add r-rxnat.
* gnu/packages/cran.scm (r-rxnat): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
5b38f038f6
commit
4ac3461a80
1 changed files with 27 additions and 0 deletions
|
@ -21377,3 +21377,30 @@ (define-public r-rcdd
|
||||||
and redundant generator elimination. All functions can use exact
|
and redundant generator elimination. All functions can use exact
|
||||||
infinite-precision rational arithmetic.")
|
infinite-precision rational arithmetic.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public r-rxnat
|
||||||
|
(package
|
||||||
|
(name "r-rxnat")
|
||||||
|
(version "1.0.8")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "Rxnat" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"12xcs2l6vn50bwzfmv60j1qahjw2npfm1a3yjhffcxzh6p8chwbg"))))
|
||||||
|
(properties
|
||||||
|
`((upstream-name . "Rxnat")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-httr" ,r-httr)
|
||||||
|
("r-rcurl" ,r-rcurl)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/Rxnat/")
|
||||||
|
(synopsis "Queries and extracts images from neuroimaging datasets")
|
||||||
|
(description
|
||||||
|
"This package allows communication with the Extensible Neuroimaging
|
||||||
|
Archive Toolkit. Rxnat uses the XNAT REST API to perform data queries and
|
||||||
|
download images.")
|
||||||
|
(license license:gpl2)))
|
||||||
|
|
Loading…
Reference in a new issue