mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: r-insight: Update to 0.17.0.
* gnu/packages/cran.scm (r-insight): Update to 0.17.0.
This commit is contained in:
parent
5bf05abb35
commit
5db7d12c5b
1 changed files with 2 additions and 2 deletions
|
@ -9628,14 +9628,14 @@ (define-public r-prediction
|
|||
(define-public r-insight
|
||||
(package
|
||||
(name "r-insight")
|
||||
(version "0.16.0")
|
||||
(version "0.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "insight" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gcyps0889rys04bj70br5zfvzcqxd55yawykmns17n9hsixfi3r"))))
|
||||
"1rxcy8nyg3y50czm3y1x2pibivywcb1bjmvpyqlzg4yy2j84v69p"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue