gnu: r-nloptr: Update to 2.1.1.

* gnu/packages/statistics.scm (r-nloptr): Update to 2.1.1.
[propagated-inputs]: Remove r-testthat.

Change-Id: I649a2e00154c297ec5605c36cb3f1b989f21d6e4
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:44:30 +02:00
parent 14f08c03ea
commit 23a57a1b40
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6075,21 +6075,18 @@ (define-public r-quantreg
(define-public r-nloptr
(package
(name "r-nloptr")
(version "2.0.3")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "nloptr" version))
(sha256
(base32
"1mqnjswm0dl6vqc8b2s5k3n1mhanaha3l33vh68dh6zx8q9aq9kv"))))
"1snqvav2pxjhssn1nld49mjj89cn2zv7gjn2y8ch22gbzmfzbnjc"))))
(build-system r-build-system)
(native-inputs
(list r-knitr ; for building vignettes
pkg-config gfortran))
(inputs
(list nlopt))
(propagated-inputs (list r-testthat))
(list gfortran pkg-config r-knitr))
(inputs (list nlopt))
(home-page "https://cran.r-project.org/web/packages/nloptr")
(synopsis "R interface to NLopt")
(description