gnu: r-systemfonts: Add test inputs.

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

Change-Id: I6415152c864584021c9a752571260ffd609f8e57
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:54 +01:00 committed by Andreas Enge
parent 75a5f90099
commit 66eca1a278
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -30175,7 +30175,7 @@ (define-public r-systemfonts
(inputs
(list fontconfig freetype zlib))
(native-inputs
(list pkg-config r-knitr))
(list pkg-config r-knitr r-testthat))
(home-page "https://github.com/r-lib/systemfonts")
(synopsis "System native font finding")
(description