me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-tree): Update to 1.0-43.
master
Ricardo Wurmus 2023-02-18 16:08:47 +01:00
parent b71c3edcd7
commit 9e5ed6e8ab
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -25255,13 +25255,13 @@ management} (aCRM).")
(define-public r-tree (define-public r-tree
(package (package
(name "r-tree") (name "r-tree")
(version "1.0-42") (version "1.0-43")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "tree" version)) (uri (cran-uri "tree" version))
(sha256 (sha256
(base32 (base32
"1q3jgkhl5d4d8c396cyvkw60094p0z0a3x7xwhdbi8gl4c2c65ss")))) "11sjkm89ql1576jy0cqbxzjdpx7qs95wbgdxg92lzkiw05nrj2lv"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/tree/") (home-page "https://cran.r-project.org/web/packages/tree/")
(synopsis "Classification and regression trees") (synopsis "Classification and regression trees")