[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/224: gnu: r-nloptr: Update to 2.1.1.
From: |
guix-commits |
Subject: |
11/224: gnu: r-nloptr: Update to 2.1.1. |
Date: |
Wed, 17 Jul 2024 17:18:32 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 23a57a1b4034b00622eeb489e08aac9994a3a996
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:44:30 2024 +0200
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
---
gnu/packages/statistics.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 3e40803827..02bbcd5ecf 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -6075,21 +6075,18 @@ expected shortfall risk are also included.")
(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
- branch master updated (0efdf33d0e -> 7ccd8ade8b), guix-commits, 2024/07/17
- 02/224: gnu: Add r-clarabel., guix-commits, 2024/07/17
- 01/224: gnu: r-with-tests: Update to 4.4.1., guix-commits, 2024/07/17
- 03/224: gnu: Add r-countrycode., guix-commits, 2024/07/17
- 05/224: gnu: Add r-minty., guix-commits, 2024/07/17
- 07/224: gnu: apache-arrow: Update to 16.1.0., guix-commits, 2024/07/17
- 12/224: gnu: r-vegan: Update to 2.6-6.1., guix-commits, 2024/07/17
- 15/224: gnu: r-activepathways: Update to 2.0.4., guix-commits, 2024/07/17
- 11/224: gnu: r-nloptr: Update to 2.1.1.,
guix-commits <=
- 14/224: gnu: r-dsb: Update to 1.0.4., guix-commits, 2024/07/17
- 16/224: gnu: r-abn: Update to 3.1.1., guix-commits, 2024/07/17
- 17/224: gnu: r-cachem: Update to 1.1.0., guix-commits, 2024/07/17
- 21/224: gnu: r-correlation: Update to 0.8.5., guix-commits, 2024/07/17
- 09/224: gnu: liblantern: Update to 0.13.0., guix-commits, 2024/07/17
- 06/224: gnu: Add r-gparotation., guix-commits, 2024/07/17
- 10/224: gnu: r-torch: Update to 0.13.0., guix-commits, 2024/07/17
- 13/224: gnu: r-qs: Update to 0.26.3., guix-commits, 2024/07/17
- 18/224: gnu: r-castor: Update to 1.8.2., guix-commits, 2024/07/17
- 23/224: gnu: r-dbscan: Update to 1.2-0., guix-commits, 2024/07/17