mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rdisop: Add test inputs.
* gnu/packages/bioconductor.scm (r-rdisop)[native-inputs]: Add r-testthat. Change-Id: I840eac82501e881db61eb2186eeda683ca009b74
This commit is contained in:
parent
8002bbf7ac
commit
70011a9931
1 changed files with 1 additions and 1 deletions
|
@ -8996,7 +8996,7 @@ rectangular dataset.")
|
|||
(properties `((upstream-name . "Rdisop")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp))
|
||||
(native-inputs (list r-knitr))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://github.com/sneumann/Rdisop")
|
||||
(synopsis "Decomposition of isotopic patterns")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue