diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-27 10:29:14 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:53 +0100 |
| commit | eeacb3d98af5dc25575762cbfce010f6929c8aef (patch) | |
| tree | 2b3d0c1f762dd6b2e80cec4c691aed8f14cc009e /gnu/packages/cran.scm | |
| parent | efed932ad99f3076c79c35b966b49a87abd6adfc (diff) | |
gnu: r-openmx: Add missing input.
* gnu/packages/cran.scm (r-openmx)[native-inputs]: Add r-numderiv.
Change-Id: I7ed2872021b5f164d256704180076bf4618f5e8f
Diffstat (limited to 'gnu/packages/cran.scm')
| -rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 294b5d417b5..ac5635b98a6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -35858,7 +35858,7 @@ Complete access to optimized C functions is made available with | |||
| 35858 | r-rcppparallel | 35858 | r-rcppparallel |
| 35859 | r-rpf | 35859 | r-rpf |
| 35860 | r-stanheaders)) | 35860 | r-stanheaders)) |
| 35861 | (native-inputs (list gfortran r-knitr r-testthat)) | 35861 | (native-inputs (list gfortran r-knitr r-numderiv r-testthat)) |
| 35862 | (home-page "http://openmx.ssri.psu.edu") | 35862 | (home-page "http://openmx.ssri.psu.edu") |
| 35863 | (synopsis "Extended structural equation modelling") | 35863 | (synopsis "Extended structural equation modelling") |
| 35864 | (description | 35864 | (description |
