gnu: r-sjstats: Add test inputs.

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

Change-Id: I7ffca20aefad18a6e15b56c6c6d01485a4579fa6
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:20 +01:00 committed by Andreas Enge
parent aa95442383
commit 8a4f2bd1df
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -19811,6 +19811,7 @@ detection, parallelism through BLAS and parallel user templates.")
(build-system r-build-system)
(propagated-inputs
(list r-datawizard r-effectsize r-insight r-parameters r-performance))
(native-inputs (list r-testthat))
(home-page "https://github.com/strengejacke/sjstats")
(synopsis "Functions for common statistical computations")
(description