diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-30 18:59:30 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:59 +0100 |
| commit | 56fd1386fff63ea3782c65bcde527a103e59cb52 (patch) | |
| tree | 23635b00773a7ac0d87554611ef2343e3ea8d280 | |
| parent | 483ea05d476c0c30eb2f09c06f21e0c9581fbbb6 (diff) | |
gnu: r-assertive-datetimes: Add missing input.
* gnu/packages/cran.scm (r-assertive-datetimes)[native-inputs]: Add
r-testthat.
Change-Id: I41cf25fde0519a2552e2bfabf88325c9790b9598
| -rw-r--r-- | gnu/packages/cran.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 59cb29b874d..31b601e91dd 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -24172,6 +24172,7 @@ who want to include run-time testing features in their own packages.") | |||
| 24172 | (build-system r-build-system) | 24172 | (build-system r-build-system) |
| 24173 | (propagated-inputs | 24173 | (propagated-inputs |
| 24174 | (list r-assertive-base r-assertive-types)) | 24174 | (list r-assertive-base r-assertive-types)) |
| 24175 | (native-inputs (list r-testthat)) | ||
| 24175 | (home-page "https://bitbucket.org/richierocks/assertive.datetimes") | 24176 | (home-page "https://bitbucket.org/richierocks/assertive.datetimes") |
| 24176 | (synopsis "Assertions to check properties of dates and times") | 24177 | (synopsis "Assertions to check properties of dates and times") |
| 24177 | (description | 24178 | (description |
