mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: r-ffbase: Add missing inputs.
* gnu/packages/cran.scm (r-ffbase)[native-inputs]: Add r-laf and r-testthat. Change-Id: I6e7e84d823e4bf4467829a78bbe8b77e26f25b8d
This commit is contained in:
parent
0dcdeea3e5
commit
6e2668fdc5
1 changed files with 1 additions and 0 deletions
|
@ -9206,6 +9206,7 @@ (define-public r-ffbase
|
|||
(("\\bSint ") "int ")))))))
|
||||
(propagated-inputs
|
||||
(list r-bit r-fastmatch r-ff))
|
||||
(native-inputs (list r-laf r-testthat))
|
||||
(home-page "https://github.com/edwindj/ffbase")
|
||||
(synopsis "Basic statistical functions for package 'ff'")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue