/hex-stickers-1

🗃 Hex stickers for my R pkgs

Primary LanguageR

hex-stickers

A repo for my hex stickers. You can find all the code used to create the hex logos as well as the PNG versions (eventually I’ll fix the SVG versions).

I use these stickers for my R packages and for my personal website.

Icons

These stickers use fontawesome icons. To use these icons on your local machine, download a copy of the icons and install the [three] .otf font files.

list.files("PNG") %>% 
  sprintf("<p align='center'> <img src='PNG/%s' width='200px' /> </p>", .) %>%
  paste(collapse = "\n\n") %>% 
  cat(fill = TRUE)