mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-assertive-datetimes: Add missing input.
* gnu/packages/cran.scm (r-assertive-datetimes)[native-inputs]: Add r-testthat. Change-Id: I41cf25fde0519a2552e2bfabf88325c9790b9598
This commit is contained in:
parent
483ea05d47
commit
56fd1386ff
1 changed files with 1 additions and 0 deletions
|
@ -24172,6 +24172,7 @@ (define-public r-assertive-datetimes
|
|||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-assertive-base r-assertive-types))
|
||||
(native-inputs (list r-testthat))
|
||||
(home-page "https://bitbucket.org/richierocks/assertive.datetimes")
|
||||
(synopsis "Assertions to check properties of dates and times")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue