traitecoevo / data_versioning

An approach for practical and simple data versioning in R
10 stars 1 forks source link

Datastorr needs a icon or hex sticker #17

Closed dfalster closed 7 years ago

dfalster commented 7 years ago

Seems like a good time to assign an icon to datastorr. Or even a hex sticker.

In #11 I put in a placeholder.

From memory storr is named after the old man of storr, so icon could be an outline of a mountain range?

apparently there's an r package for creating Hex stickers, suitably named hexSticker

At @richfitz -- what's your thoughts on this?

dfalster commented 7 years ago

For the moment we have this, via https://github.com/GuangchuangYu/hexSticker:

library(hexSticker)
imgurl <- "http://www.belleamibengals.com/bengal_cat_2.png"
sticker(imgurl, package="datastorr", p_size=8, s_x=1, s_y=.75, s_width=.6,
        filename="datastorr.png")

datastorr