mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-proxyc: Update to 0.4.1.
* gnu/packages/cran.scm (r-proxyc): Update to 0.4.1. [inputs]: Add tbb. [propagated-inputs]: Remove r-rcppparallel. Change-Id: I091b340d9defc5876ab7187b7f890cb839fb23b8
This commit is contained in:
parent
9c5e2a7604
commit
1fc8488c95
1 changed files with 4 additions and 3 deletions
|
@ -31649,19 +31649,20 @@ (define-public r-xmisc
|
|||
(define-public r-proxyc
|
||||
(package
|
||||
(name "r-proxyc")
|
||||
(version "0.3.4")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "proxyC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1skq5cxd0kh2pccfg4h9bis4wbqb6zm04q4iwfa6dqml6hyiv7gk"))))
|
||||
"1a124nzxldc6687kvgkg41dqfbqb7yqdgm9dj5fj8g4bax9qcgg8"))))
|
||||
(properties `((upstream-name . "proxyC")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
(inputs (list tbb))
|
||||
(propagated-inputs
|
||||
(list r-matrix r-rcpp r-rcpparmadillo r-rcppparallel))
|
||||
(list r-matrix r-rcpp r-rcpparmadillo))
|
||||
(home-page "https://cran.r-project.org/package=proxyC")
|
||||
(synopsis "Compute proximity in large sparse matrices")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue