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