mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: r-bb: Add test inputs.
* gnu/packages/cran.scm (r-bb)[native-inputs]: Add r-numderiv and r-setrng. [arguments]: Disable building vignettes. Change-Id: Ib0b9d7fb96e2a246495ce41b7dcb41aa7331f6aa
This commit is contained in:
parent
18d8e6525d
commit
6fbccc0200
1 changed files with 3 additions and 0 deletions
|
@ -8486,7 +8486,10 @@ components.")
|
|||
(base32 "0kf9sfsm3n036a8a8gjfpc9qdryvadb019kqjh80n1szdv7bdl04"))))
|
||||
(properties `((upstream-name . "BB")))
|
||||
(build-system r-build-system)
|
||||
;; could not find function "latex"
|
||||
(arguments (list #:test-types '(list "tests")))
|
||||
(propagated-inputs (list r-quadprog))
|
||||
(native-inputs (list r-numderiv r-setrng))
|
||||
(home-page "https://publichealth.jhu.edu/")
|
||||
(synopsis "Solving and optimizing large-scale nonlinear systems")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue