1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 23:24:07 +02:00

gnu: r-remotes: Add test inputs.

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

Change-Id: I1a577e18354c9334e69e607de417cba7e2d88cfa
This commit is contained in:
Ricardo Wurmus
2024-11-22 11:59:25 +01:00
parent bf25998da2
commit c3ea052441
+1 -1
View File
@@ -20361,7 +20361,7 @@ more information about packages, and where they were installed from.")
"0345s9q0fyv0wrxkklcy97h7bi85jfb3vwkh80px926d4qa3yrjd"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))
(list r-knitr r-testthat))
(home-page "https://github.com/r-lib/remotes#readme")
(synopsis "R package installation from remote repositories")
(description