gnu: r-gargle: Add test inputs.

* gnu/packages/cran.scm (r-gargle)[native-inputs]: Add r-testthat.

Change-Id: Ic8a857595b24cd8e0067d5f69683a7ca4cdef13b
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:33 +01:00 committed by Andreas Enge
parent 3af4062c4c
commit 0af491a537
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -23066,7 +23066,7 @@ and manipulating sets of ontological terms.")
r-rlang
r-withr))
(native-inputs
(list r-knitr))
(list r-knitr r-testthat))
(home-page "https://gargle.r-lib.org")
(synopsis "Utilities for working with Google APIs")
(description