mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-httpgd: Disable tests.
* gnu/packages/statistics.scm (r-httpgd)[arguments]: Disable tests. [synopsis]: Use lower case and remove extraneous quotes. Change-Id: I25e69987b6c647d14cc51ba01ba2fcfb1163c568
This commit is contained in:
parent
8035314cb1
commit
68c1fab64f
1 changed files with 4 additions and 1 deletions
|
@ -1563,10 +1563,13 @@ (define-public r-httpgd
|
|||
(base32 "14i7mhbv1vcz2886w9lii9zhgr4zhhc844349syb989nhhzg552n"))))
|
||||
(properties `((upstream-name . "httpgd")))
|
||||
(build-system r-build-system)
|
||||
;; XXX On the build farm the tests fail with "Too many open files". It
|
||||
;; works fine on my laptop.
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs (list r-asioheaders r-cpp11 r-unigd))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://github.com/nx10/httpgd")
|
||||
(synopsis "'HTTP' Server Graphics Device")
|
||||
(synopsis "HTTP server graphics device")
|
||||
(description
|
||||
"This package provides a graphics device for R that is accessible via
|
||||
network protocols. This package was created to make it easier to embed live R
|
||||
|
|
Loading…
Reference in a new issue