gnu: r-shadowtext: Update indentation.

* gnu/packages/cran.scm (r-shadowtext): Adjust indentation.
This commit is contained in:
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

View file

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