mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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
This commit is contained in:
parent
b9243e02e2
commit
928bbb754d
1 changed files with 4 additions and 2 deletions
|
@ -21273,13 +21273,13 @@ (define-public r-profvis
|
|||
(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 @@ (define-public r-prospectr
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue