sticker.R

library(hexSticker)
library(desc)
desc = desc::description$new()
package = desc$get("Package")
# outline = "#0caa41"
outline = "black"
# background = "#0caa41"
background = "dodgerblue2"
p_color = "black"
sticker("icon.png",	
        package = package,
        h_fill = background,
        h_color = outline, 
        s_width = 0.2, 
        s_height = 0.4,
        s_x = 1,
        filename = "sticker.png")

usethis::use_build_ignore(
  c("icon.png", "sticker.R", "sticker.png"))
neuroconductor-devel-releases/WhiteStripe documentation built on May 6, 2020, 3:21 p.m.