mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-workflowsets: Update to 0.0.2.
* gnu/packages/cran.scm (r-workflowsets): Update to 0.0.2. [propagated-inputs]: Add r-generics.
This commit is contained in:
parent
d14100cfea
commit
0a7a9fd6a1
1 changed files with 3 additions and 2 deletions
|
@ -26036,19 +26036,20 @@ (define-public r-tune
|
|||
(define-public r-workflowsets
|
||||
(package
|
||||
(name "r-workflowsets")
|
||||
(version "0.0.1")
|
||||
(version "0.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "workflowsets" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q41isvj7hhbkx3y8k6kazpiygig92xannsz8dpklh0k3j9l3c2p"))))
|
||||
"0kzr2sm9xpikc0r7qzkrm4vm03vxh7vcvqvaqvp727qfbpm4cly0"))))
|
||||
(properties `((upstream-name . "workflowsets")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-cli" ,r-cli)
|
||||
("r-dplyr" ,r-dplyr)
|
||||
("r-generics" ,r-generics)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-prettyunits" ,r-prettyunits)
|
||||
("r-purrr" ,r-purrr)
|
||||
|
|
Loading…
Reference in a new issue