Create Chicklet (Rounded Segmented Column) Charts https://cinc.rud.is/web/packages/ggchicklet/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
900 B

Package: ggchicklet
Type: Package
Title: Create 'Chicklet' (Rounded Segmented Column) Charts
Version: 0.3.0
Date: 2019-12-20
Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role =
c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")),
person("Antoine", "Bichat", role = "ctb") )
Maintainer: Bob Rudis <bob@rud.is>
Description: Sometimes it is useful to stylize column charts a bit more
than just bland rectangles. Methods are provided to create
rounded rectangle segmented column charts (i.e. 'chicklets').
URL: https://gitlab.com/hrbrmstr/ggchicklet
BugReports: https://gitlab.com/hrbrmstr/ggchicklet/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests: covr, hrbrthemes, dplyr, forcats, knitr, rmarkdown,
tinytest
Depends: R (>= 3.2.0)
Imports: ggplot2, grid
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
VignetteBuilder: knitr