/hex-stickers

RStudio hex stickers

Primary LanguageRCreative Commons Zero v1.0 UniversalCC0-1.0

hex-stickers

All RStudio hex logos as either PNG or SVG.

All stickers are under with CC0.

Buying stickers

Unfortunately we don't currently have an easy way to sell individual stickers.

Adding new stickers

When registering on hexb.in, remember to add a .json file in meta/ using this template:

{
  "name": "dplyr",
  "author": "rstudio",
  "license": "CC0",
  "raster": "https://github.com/rstudio/hex-stickers/blob/master/PNG/dplyr.png",
  "vector": "https://github.com/rstudio/hex-stickers/blob/master/SVG/dplyr.svg",
  "description": "dplyr: A Grammar of Data Manipulation.",
  "filename": "meta/dplyr.json"
}

Make sure name only has lowercase letters, numbers and hyphens

Printing stickers

Details are here.