tiagombp / hex-stickers

RStudio hex stickers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

RStudio hex stickers

License:Creative Commons Zero v1.0 Universal


Languages

Language:R 100.0%