gnu: r-abtest: Add test inputs.

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

Change-Id: I3871c573a35d07859e923dd0fd43e4d4959439f4
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:57 +01:00 committed by Andreas Enge
parent 6fb3b84c9b
commit 087db75802
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -31203,6 +31203,7 @@ (define-public r-abtest
r-rcpp
r-sn
r-truncnorm))
(native-inputs (list r-testthat))
(home-page "https://cran.r-project.org/web/packages/abtest/")
(synopsis "Bayesian A/B testing")
(description