mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-ggfortify: Update to 0.4.9.
* gnu/packages/cran.scm (r-ggfortify): Update to 0.4.9. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
0cc0e7e370
commit
9d3d3d1bd5
1 changed files with 4 additions and 2 deletions
|
@ -15219,14 +15219,14 @@ (define-public r-plot3d
|
|||
(define-public r-ggfortify
|
||||
(package
|
||||
(name "r-ggfortify")
|
||||
(version "0.4.8")
|
||||
(version "0.4.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggfortify" version))
|
||||
(sha256
|
||||
(base32
|
||||
"191q2z7w0l4v7swjlxs2hjgbjngw2838688s7ygnj0kigsm310f3"))))
|
||||
"1p6knrbyaynaqwd939w09hpf1zz1gn95cb46sfgppl8l98krb2h5"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-dplyr" ,r-dplyr)
|
||||
|
@ -15236,6 +15236,8 @@ (define-public r-ggfortify
|
|||
("r-stringr" ,r-stringr)
|
||||
("r-tibble" ,r-tibble)
|
||||
("r-tidyr" ,r-tidyr)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/sinhrks/ggfortify")
|
||||
(synopsis "Data visualization tools for statistical analysis results")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue