mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-tree: Update to 1.0-42.
* gnu/packages/cran.scm (r-tree): Update to 1.0-42.
This commit is contained in:
parent
440bd1b617
commit
85e77d93ac
1 changed files with 2 additions and 2 deletions
|
@ -22655,13 +22655,13 @@ (define-public r-acrm
|
|||
(define-public r-tree
|
||||
(package
|
||||
(name "r-tree")
|
||||
(version "1.0-41")
|
||||
(version "1.0-42")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tree" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13jwdxx3na16mly176n01zdkaqn4a8x9fc43rq5xx5vx31drkkr1"))))
|
||||
"1q3jgkhl5d4d8c396cyvkw60094p0z0a3x7xwhdbi8gl4c2c65ss"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/tree/")
|
||||
(synopsis "Classification and regression trees")
|
||||
|
|
Loading…
Reference in a new issue