gnu: r-packrat: Add test inputs.

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

Change-Id: Ie8466df58086dbd48b0e543c74fdd4f080b5610b
This commit is contained in:
Ricardo Wurmus 2024-11-22 12:00:09 +01:00 committed by Andreas Enge
parent 65b74b7360
commit 28780b29ba
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -35535,6 +35535,7 @@ plots and fluctuation diagrams.")
"1mvj2s78n2r66nlqq5bjrvgdwlwbcqdj81yryc34sv3y4m1mkpv9"))))
(properties `((upstream-name . "packrat")))
(build-system r-build-system)
(native-inputs (list r-testthat))
(home-page "https://github.com/rstudio/packrat/")
(synopsis "Dependency management R projects")
(description