me
/
guix
Archived
1
0
Fork 0

gnu: r-shadowtext: Update indentation.

* gnu/packages/cran.scm (r-shadowtext): Adjust indentation.
master
Ricardo Wurmus 2023-03-19 14:37:27 +01:00
parent 257ef3f659
commit af861fdead
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 18 additions and 18 deletions

View File

@ -2619,26 +2619,26 @@ the group sizes are small.")
(define-public r-shadowtext (define-public r-shadowtext
(package (package
(name "r-shadowtext") (name "r-shadowtext")
(version "0.1.2") (version "0.1.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "shadowtext" version)) (uri (cran-uri "shadowtext" version))
(sha256 (sha256
(base32 (base32
"0zdfidrcnmxmfhngv86ppxrjmpmz9kl78l4yfah2lc5vgmrlwg15")))) "0zdfidrcnmxmfhngv86ppxrjmpmz9kl78l4yfah2lc5vgmrlwg15"))))
(properties `((upstream-name . "shadowtext"))) (properties `((upstream-name . "shadowtext")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-ggplot2 r-scales)) (list r-ggplot2 r-scales))
(native-inputs (native-inputs
(list r-knitr)) (list r-knitr))
(home-page "https://github.com/GuangchuangYu/shadowtext/") (home-page "https://github.com/GuangchuangYu/shadowtext/")
(synopsis "Shadow text grob and layer") (synopsis "Shadow text grob and layer")
(description "This package implements @code{shadowtextGrob()} for (description "This package implements @code{shadowtextGrob()} for
@code{grid} and @code{geom_shadowtext()} layer for @code{ggplot2}. @code{grid} and @code{geom_shadowtext()} layer for @code{ggplot2}.
These functions draw text grob with background shadow.") These functions draw text grob with background shadow.")
(license license:artistic2.0))) (license license:artistic2.0)))
(define-public r-sys (define-public r-sys
(package (package