diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-30 19:00:08 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 17:00:00 +0100 |
| commit | a2cfd9f8c9bc85aabf1638bdcfb685384199b7a4 (patch) | |
| tree | 718fc24c68203861d0fb846fbfdee8b9eb40b0c6 /gnu/packages/cran.scm | |
| parent | 1a3c5d25ac2f1df5f6196778e0df6ca6ed10c029 (diff) | |
gnu: r-assertive-data: Add missing input.
* gnu/packages/cran.scm (r-assertive-data)[native-inputs]: Add r-testthat.
Change-Id: Ie47c9aaa6dc8f9bf3f627555bde01eff38b58b7f
Diffstat (limited to 'gnu/packages/cran.scm')
| -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 f2a191e5e55..d8a199dd7fd 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -24275,6 +24275,7 @@ their own packages.") | |||
| 24275 | (build-system r-build-system) | 24275 | (build-system r-build-system) |
| 24276 | (propagated-inputs | 24276 | (propagated-inputs |
| 24277 | (list r-assertive-base r-assertive-strings)) | 24277 | (list r-assertive-base r-assertive-strings)) |
| 24278 | (native-inputs (list r-testthat)) | ||
| 24278 | (home-page "https://bitbucket.org/richierocks/assertive.data") | 24279 | (home-page "https://bitbucket.org/richierocks/assertive.data") |
| 24279 | (synopsis "Assertions to check properties of data") | 24280 | (synopsis "Assertions to check properties of data") |
| 24280 | (description | 24281 | (description |
