me
/
guix
Archived
1
0
Fork 0

gnu: r-tree: Update to 1.0-42.

* gnu/packages/cran.scm (r-tree): Update to 1.0-42.
Ricardo Wurmus 2022-05-30 15:34:52 +02:00
parent 440bd1b617
commit 85e77d93ac
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -22655,13 +22655,13 @@ management} (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")