1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 23:20:37 +02:00

gnu: r-yaml: Add test inputs.

* gnu/packages/statistics.scm (r-yaml)[native-inputs]: Add r-runit.

Change-Id: Ifef5d5dbd49db90a5c7b3b19edbadc822db90a3d
This commit is contained in:
Ricardo Wurmus
2024-11-22 12:00:25 +01:00
parent c0ad3a8db9
commit 7df443eb45

View File

@@ -1631,6 +1631,7 @@ syntax that can be converted to XHTML or other formats.")
(base32
"0v9al1fh82vpjhml91j73sim7gfyc0154kxaam41sdkf6qnx8dp2"))))
(build-system r-build-system)
(native-inputs (list r-runit))
(home-page "https://cran.r-project.org/web/packages/yaml/")
(synopsis "Methods to convert R data to YAML and back")
(description