https://github.com/lbbe-software/DRomics
Tip revision: 3f57969d4c0ab24c1a92382882b342fbf17019f3 authored by Aurélie Siberchicot on 30 September 2024, 14:36:49 UTC
Update R-CMD-check workflow: remove uploading artefact
Update R-CMD-check workflow: remove uploading artefact
Tip revision: 3f57969
hexsticker.R
#'
#' Create an Hexagonal Sticker for the Package
#'
hexSticker::sticker(
subplot = magick::image_read("inst/hexsticker/icon.png"),
package = "DRomics",
filename = here::here("man", "figures", "hexsticker.png"),
p_size = 0.0, # Title
u_size = 0.0, # URL
h_fill = "#dedede", # Background
h_color = "#9c5c16", # Border
s_x = 1.00, # Subplot
s_y = 1.05, # Subplot
s_width = 1.5, # Subplot
s_height = 1.5, # Subplot
asp = 1
)
