me
/
guix
Archived
1
0
Fork 0

gnu: r-data-tree: Update to 1.1.0.

* gnu/packages/cran.scm (r-data-tree): Update to 1.1.0.
[native-inputs]: Add r-rmarkdown.

Change-Id: Id29f4f08cf988d8699e61479a262dff07a630572
master
Ricardo Wurmus 2023-11-15 15:54:34 +01:00
parent 9e32016c9e
commit dcb989dea8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -12630,20 +12630,20 @@ JavaScript library) and interact with the igraph package.")
(define-public r-data-tree (define-public r-data-tree
(package (package
(name "r-data-tree") (name "r-data-tree")
(version "1.0.0") (version "1.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "data.tree" version)) (uri (cran-uri "data.tree" version))
(sha256 (sha256
(base32 (base32
"0pizmx2312zsym4m42b97q2184bg3hibvbdrblcga05xln84qrs0")))) "0qxd1g159phc6f18iddjljdg96sh09w63xqawjwbwyhg4blm9ddh"))))
(properties `((upstream-name . "data.tree"))) (properties `((upstream-name . "data.tree")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-r6 r-stringi)) (list r-r6 r-stringi))
(native-inputs (native-inputs
(list r-knitr)) (list r-knitr r-rmarkdown))
(home-page "https://github.com/gluc/data.tree") (home-page "https://github.com/gluc/data.tree")
(synopsis "General purpose hierarchical data structure") (synopsis "General purpose hierarchical data structure")
(description (description