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.

30 lines
821 B

Package: ggchicklet
Type: Package
5 years ago
Title: Create Chicklet (Rounded Segmented Column) Charts
Version: 0.1.0
Date: 2019-06-28
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
5 years ago
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
5 years ago
License: MIT + file LICENSE
Suggests:
testthat,
5 years ago
covr,
hrbrthemes,
stringi
Depends:
R (>= 3.2.0)
Imports:
5 years ago
ggplot2,
grid
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1