R/waffle-package.R

#' A package to make waffle charts (square pie charts) in R.
#'
#' For glyphs:\cr
#' \cr
#' Font Awesome by Dave Gandy - http://fontawesome.io\cr
#' License: SIL OFL 1.1\cr
#' URL: http://scripts.sil.org/OFL
#'
#' @name waffle-package
#' @docType package
#' @import gridExtra
#' @import stringr
#' @import curl
#' @import DT
#' @import htmlwidgets
#' @importFrom plyr a_ply
#' @importFrom gtable is.gtable
#' @importFrom RColorBrewer brewer.pal
#' @importFrom ggplot2 ggplot geom_tile scale_fill_manual guides geom_tile ggplotGrob
#' @importFrom ggplot2 geom_point geom_text scale_color_manual guides theme labs
#' @importFrom ggplot2 scale_x_continuous scale_y_continuous coord_equal theme_bw
#' @importFrom ggplot2 aes guide_legend element_rect element_blank element_text layer
#' @importFrom ggplot2 discrete_scale alpha
#' @importFrom grid arrow unit grid.newpage grid.draw unit.c unit.pmax unit.pmin
#' @importFrom grid textGrob gpar grobTree roundrectGrob
#' @importFrom extrafont ttf_import font_import choose_font
#' @importFrom stats setNames
#' @importFrom utils tail
#' @importFrom rlang is_missing
NULL

Try the waffle package in your browser

Any scripts or data that you put into this service are public.

waffle documentation built on Oct. 1, 2023, 1:07 a.m.