mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-workflows: Update to 1.1.2.
* gnu/packages/cran.scm (r-workflows): Update to 1.1.2. [propagated-inputs]: Add r-modelenv.
This commit is contained in:
parent
7a89affab5
commit
2ada43fe4d
1 changed files with 3 additions and 2 deletions
|
@ -30162,14 +30162,14 @@ (define-public r-igraph
|
||||||
(define-public r-workflows
|
(define-public r-workflows
|
||||||
(package
|
(package
|
||||||
(name "r-workflows")
|
(name "r-workflows")
|
||||||
(version "1.1.0")
|
(version "1.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "workflows" version))
|
(uri (cran-uri "workflows" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l5v5qmgj1qv2bk50kv59k2nydh1r97hmqffyxkfpkh2121b2qaq"))))
|
"1wlgx7gl4h9szw9lr6ck9mnkrflah0wfbs56fialbl7wd5jv6hcg"))))
|
||||||
(properties `((upstream-name . "workflows")))
|
(properties `((upstream-name . "workflows")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -30178,6 +30178,7 @@ (define-public r-workflows
|
||||||
r-glue
|
r-glue
|
||||||
r-hardhat
|
r-hardhat
|
||||||
r-lifecycle
|
r-lifecycle
|
||||||
|
r-modelenv
|
||||||
r-parsnip
|
r-parsnip
|
||||||
r-rlang
|
r-rlang
|
||||||
r-tidyselect
|
r-tidyselect
|
||||||
|
|
Loading…
Reference in a new issue