me
/
guix
Archived
1
0
Fork 0

gnu: r-golem: Update to 0.4.0.

* gnu/packages/cran.scm (r-golem): Update to 0.4.0.
[propagated-inputs]: Remove r-cli, r-crayon, r-desc, r-fs, r-pkgload, r-roxygen2,
r-rstudioapi, and r-usethis; add r-rlang.
master
Ricardo Wurmus 2023-03-19 14:44:25 +01:00
parent 714be060dc
commit 8431c3144c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 10 deletions

View File

@ -12326,29 +12326,22 @@ distribution).")
(define-public r-golem (define-public r-golem
(package (package
(name "r-golem") (name "r-golem")
(version "0.3.5") (version "0.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "golem" version)) (uri (cran-uri "golem" version))
(sha256 (sha256
(base32 (base32
"0rjkl1r83h0hcn30zssx64qm07sdx3g4v5rdxn56gbzfghw7ddcl")))) "0qjnrkwyn8im5zfd0fxf7rkz0gxdywnckpzsn0cqb0fxsa0z0xmv"))))
(properties `((upstream-name . "golem"))) (properties `((upstream-name . "golem")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-attempt (list r-attempt
r-cli
r-config r-config
r-crayon
r-desc
r-fs
r-here r-here
r-htmltools r-htmltools
r-pkgload r-rlang
r-roxygen2
r-rstudioapi
r-shiny r-shiny
r-usethis
r-yaml)) r-yaml))
(native-inputs (list r-knitr)) (native-inputs (list r-knitr))
(home-page "https://github.com/ThinkR-open/golem") (home-page "https://github.com/ThinkR-open/golem")