mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-fit-models: Add test input.
* gnu/packages/statistics.scm (r-fit-models)[native-inputs]: Add r-mass. Change-Id: I97008b4f28248ed38e5a94676c3396e52c742242
This commit is contained in:
parent
5ee7f7cc37
commit
29fe23ca3d
1 changed files with 1 additions and 0 deletions
|
@ -6101,6 +6101,7 @@ (define-public r-fit-models
|
|||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lattice))
|
||||
(native-inputs (list r-mass))
|
||||
(home-page "https://cran.r-project.org/web/packages/fit.models")
|
||||
(synopsis "Compare fitted models")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue