[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: r-prospectr: Update to 0.2.7.
From: |
guix-commits |
Subject: |
04/08: gnu: r-prospectr: Update to 0.2.7. |
Date: |
Fri, 16 Feb 2024 17:26:15 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 928bbb754dc3552752e71e2d1240868ebd61c9d9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Feb 16 23:19:48 2024 +0100
gnu: r-prospectr: Update to 0.2.7.
* gnu/packages/cran.scm (r-prospectr): Update to 0.2.7.
[native-inputs]: Add r-knitr.
Change-Id: Ic87c51eae7abdbf0410af94f3dc4c33e36b39fe9
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c9bbfd401f..7a0ac8357d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21273,13 +21273,13 @@ profiling R code.")
(define-public r-prospectr
(package
(name "r-prospectr")
- (version "0.2.6")
+ (version "0.2.7")
(source (origin
(method url-fetch)
(uri (cran-uri "prospectr" version))
(sha256
(base32
- "1p53hcgcs2p09zhc2n7byjzrgvcgz6w7q00mlsn4kmnz7l4p7rrm"))))
+ "0hg2afw5aixx0xdwwr6g0wi8sksn7r21hz8diyqxg2345rwnzbg4"))))
(properties `((upstream-name . "prospectr")))
(build-system r-build-system)
(propagated-inputs
@@ -21289,6 +21289,8 @@ profiling R code.")
r-mathjaxr
r-rcpp
r-rcpparmadillo))
+ (native-inputs
+ (list r-knitr))
(home-page "https://github.com/l-ramirez-lopez/prospectr")
(synopsis "Functions for processing and sample selection of spectroscopic
data")
(description
- branch master updated (7142f6df77 -> 91d8046029), guix-commits, 2024/02/16
- 02/08: gnu: r-statcheck: Update to 1.5.0., guix-commits, 2024/02/16
- 04/08: gnu: r-prospectr: Update to 0.2.7.,
guix-commits <=
- 03/08: gnu: r-rnifti: Update to 1.6.0., guix-commits, 2024/02/16
- 06/08: gnu: r-parsnip: Update to 1.2.0., guix-commits, 2024/02/16
- 08/08: gnu: r-segmented: Update to 2.0-3., guix-commits, 2024/02/16
- 07/08: gnu: r-dbi: Update to 1.2.2., guix-commits, 2024/02/16
- 01/08: gnu: r-v8: Update to 4.4.2., guix-commits, 2024/02/16
- 05/08: gnu: r-eulerr: Update to 7.0.1., guix-commits, 2024/02/16