[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 03:10:42 -0400 (EDT) |
rekado pushed a commit to branch r-team
in repository guix.
commit 00c679da2f09ace6cc7d3e99e9e82afe1eeb55c2
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
- 27/224: gnu: r-climaemet: Update to 1.3.0., (continued)
- 27/224: gnu: r-climaemet: Update to 1.3.0., guix-commits, 2024/07/17
- 29/224: gnu: r-ggpp: Update to 0.5.8-1., guix-commits, 2024/07/17
- 32/224: gnu: r-mc2d: Update to 0.2.1., guix-commits, 2024/07/17
- 34/224: gnu: r-secretbase: Update to 1.0.0., guix-commits, 2024/07/17
- 36/224: gnu: r-hgnchelper: Update to 0.8.14., guix-commits, 2024/07/17
- 87/224: gnu: r-fields: Update to 16.2., guix-commits, 2024/07/17
- 94/224: gnu: r-spdep: Update to 1.3-5., guix-commits, 2024/07/17
- 96/224: gnu: r-osqp: Update to 0.6.3.3., guix-commits, 2024/07/17
- 103/224: gnu: r-dqrng: Update to 0.4.1., guix-commits, 2024/07/17
- 106/224: gnu: r-terra: Update to 1.7-78., guix-commits, 2024/07/17
- 11/224: gnu: r-nloptr: Update to 2.1.1.,
guix-commits <=
- 17/224: gnu: r-cachem: Update to 1.1.0., guix-commits, 2024/07/17
- 19/224: gnu: r-consort: Update to 1.2.2., guix-commits, 2024/07/17
- 23/224: gnu: r-dbscan: Update to 1.2-0., guix-commits, 2024/07/17
- 26/224: gnu: r-biglm: Update to 0.9-3., guix-commits, 2024/07/17
- 25/224: gnu: r-rocit: Update to 2.1.2., guix-commits, 2024/07/17
- 24/224: gnu: r-googlevis: Update to 0.7.3., guix-commits, 2024/07/17
- 28/224: gnu: r-zcompositions: Update to 1.5.0-4., guix-commits, 2024/07/17
- 30/224: gnu: r-ggpmisc: Update to 0.6.0., guix-commits, 2024/07/17
- 33/224: gnu: r-tglkmeans: Update to 0.5.5., guix-commits, 2024/07/17
- 35/224: gnu: r-deming: Update to 1.4-1., guix-commits, 2024/07/17