diff --git a/.Rbuildignore b/.Rbuildignore index d0e1623..d3c60b0 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -10,3 +10,6 @@ ^\.travis\.yml$ ^appveyor\.yml$ ^data-raw$ + +logo.png +inst/sticker/ \ No newline at end of file diff --git a/inst/sticker/Scale.png b/inst/sticker/Scale.png new file mode 100644 index 0000000..44eedc5 Binary files /dev/null and b/inst/sticker/Scale.png differ diff --git a/inst/sticker/Scale3.png b/inst/sticker/Scale3.png new file mode 100644 index 0000000..522a112 Binary files /dev/null and b/inst/sticker/Scale3.png differ diff --git a/inst/sticker/sticker.R b/inst/sticker/sticker.R new file mode 100644 index 0000000..4a08906 --- /dev/null +++ b/inst/sticker/sticker.R @@ -0,0 +1,8 @@ +hexSticker::sticker(package="RFishBC", + p_x=1.0,p_y=1.53,p_color="#00579E",p_size=20, + subplot="inst/sticker/scale3.png", + s_x=1.0,s_y=0.827,s_width=0.55,s_height=0.55, + h_color="#00579E",h_size=1,h_fill="white", + url="https://derekogle.com/RFishBC", + u_size=5, + filename="../../logo.png") diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..a22fa12 Binary files /dev/null and b/logo.png differ