mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: r-flexsurv: Add missing inputs.
* gnu/packages/cran.scm (r-flexsurv)[native-inputs]: Add r-broom and r-covr. Change-Id: I5b833f146f13cc708734fbf7ecda890865cf18aa
This commit is contained in:
parent
3398073471
commit
88044b1134
1 changed files with 1 additions and 1 deletions
|
@ -38980,7 +38980,7 @@ (define-public r-flexsurv
|
|||
r-tidyr
|
||||
r-tidyselect))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-broom r-covr r-knitr r-testthat))
|
||||
(home-page "https://github.com/chjackson/flexsurv-dev")
|
||||
(synopsis "Flexible parametric survival and multi-state models")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue