mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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
This commit is contained in:
parent
9e32016c9e
commit
dcb989dea8
1 changed files with 3 additions and 3 deletions
|
@ -12630,20 +12630,20 @@ (define-public r-rgexf
|
|||
(define-public r-data-tree
|
||||
(package
|
||||
(name "r-data-tree")
|
||||
(version "1.0.0")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "data.tree" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pizmx2312zsym4m42b97q2184bg3hibvbdrblcga05xln84qrs0"))))
|
||||
"0qxd1g159phc6f18iddjljdg96sh09w63xqawjwbwyhg4blm9ddh"))))
|
||||
(properties `((upstream-name . "data.tree")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-r6 r-stringi))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(list r-knitr r-rmarkdown))
|
||||
(home-page "https://github.com/gluc/data.tree")
|
||||
(synopsis "General purpose hierarchical data structure")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue