diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-30 18:59:44 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 17:00:00 +0100 |
| commit | f2dcb38d1115c1bbf9d458d935614421cae1f4a2 (patch) | |
| tree | 98c81db7886850fd7992a26677d4b287f5e56c58 | |
| parent | 56fd1386fff63ea3782c65bcde527a103e59cb52 (diff) | |
gnu: r-assertive-data-us: Add missing input.
* gnu/packages/cran.scm (r-assertive-data-us)[native-inputs]: Add r-testthat.
Change-Id: Ib2e5540aa6fb409cf807b51871eb80f87d221c5b
| -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 31b601e91dd..60792e4e1d4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -24223,6 +24223,7 @@ who want to include run-time testing features in their own packages.") | |||
| 24223 | (build-system r-build-system) | 24223 | (build-system r-build-system) |
| 24224 | (propagated-inputs | 24224 | (propagated-inputs |
| 24225 | (list r-assertive-base r-assertive-strings)) | 24225 | (list r-assertive-base r-assertive-strings)) |
| 24226 | (native-inputs (list r-testthat)) | ||
| 24226 | (home-page "https://bitbucket.org/richierocks/assertive.data.us") | 24227 | (home-page "https://bitbucket.org/richierocks/assertive.data.us") |
| 24227 | (synopsis "Assertions to check properties of strings") | 24228 | (synopsis "Assertions to check properties of strings") |
| 24228 | (description | 24229 | (description |
