diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-15 17:27:38 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-15 17:56:36 +0100 |
| commit | 6ae041ff2fa93157552dc23d282697b4f9adb30a (patch) | |
| tree | 88098d23a27b52f2aab0ab39e7a2ed7fdb4a1719 | |
| parent | 8c18820284382b6225ff528bfcf2f0e15e486701 (diff) | |
cran: r-plumber: Add missing input.
* guix-science/packages/cran.scm (r-plumber)[native-inputs]: Add
r-testthat.
| -rw-r--r-- | guix-science/packages/cran.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-science/packages/cran.scm b/guix-science/packages/cran.scm index 61488c3..e346f4a 100644 --- a/guix-science/packages/cran.scm +++ b/guix-science/packages/cran.scm | |||
| @@ -460,6 +460,7 @@ coefficients, query-based prediction and indirect effects.") | |||
| 460 | r-stringi | 460 | r-stringi |
| 461 | r-swagger | 461 | r-swagger |
| 462 | r-webutils)) | 462 | r-webutils)) |
| 463 | (native-inputs (list r-testthat)) | ||
| 463 | (home-page "https://www.rplumber.io") | 464 | (home-page "https://www.rplumber.io") |
| 464 | (synopsis "API generator for R") | 465 | (synopsis "API generator for R") |
| 465 | (description | 466 | (description |
