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:
Ricardo Wurmus 2024-11-30 19:22:21 +01:00
parent 8035314cb1
commit 68c1fab64f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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