mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-sparsem: Update to 1.84.
* gnu/packages/statistics.scm (r-sparsem): Update to 1.84. [native-inputs]: Add r-knitr. Change-Id: I79262a62aaa58bc58279b3cef035f9dd95a81674
This commit is contained in:
parent
c2881e666f
commit
b32212664b
1 changed files with 3 additions and 3 deletions
|
@ -3674,17 +3674,17 @@ (define-public r-snow
|
|||
(define-public r-sparsem
|
||||
(package
|
||||
(name "r-sparsem")
|
||||
(version "1.81")
|
||||
(version "1.84")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "SparseM" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0csbqd9wm6r4162mday1iaigzf9wv2rp1zq8hnihys6f38w8z0xx"))))
|
||||
"05pxj16l1d9smlsn9h3pxcnd49s8l7f6088xvn808pa1f3h9dybn"))))
|
||||
(properties
|
||||
`((upstream-name . "SparseM")))
|
||||
(native-inputs
|
||||
(list gfortran))
|
||||
(list gfortran r-knitr))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html")
|
||||
(synopsis "Sparse linear algebra")
|
||||
|
|
Loading…
Reference in a new issue