gnu: r-xmlparsedata: Add test inputs.

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

Change-Id: Ief9ac71b829a86218c4ff110e0fd2924db885915
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:48 +01:00 committed by Andreas Enge
parent 3d6dca78c0
commit 1e6e94677f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -28696,6 +28696,7 @@ provided.")
"1c6bnz3ng1qw7sfip8wq3a4dn36a4d6rbja0sadn0a4pbsmk8q3n"))))
(properties `((upstream-name . "xmlparsedata")))
(build-system r-build-system)
(native-inputs (list r-testthat))
(home-page "https://github.com/r-lib/xmlparsedata#readme")
(synopsis "Parse data of @code{R} code as an @code{XML} tree")
(description