gnu: r-openmx: Add test inputs.

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

Change-Id: I6b7558f4569c4fe652a93d20e83e843b5c486ca8
This commit is contained in:
Ricardo Wurmus 2024-11-22 12:00:07 +01:00 committed by Andreas Enge
parent 5b2d3e2be2
commit 7909150f9b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -35057,7 +35057,7 @@ (define-public r-openmx
r-rcppparallel
r-rpf
r-stanheaders))
(native-inputs (list gfortran r-knitr))
(native-inputs (list gfortran r-knitr r-testthat))
(home-page "http://openmx.ssri.psu.edu")
(synopsis "Extended structural equation modelling")
(description