R Project for Statistical Computing

Draw a hexagon logo for the "R project in Google Summer Of Code" organization

Many software packages have hexagon logos. Examples from R include data.table and ggplot2; there are many from outside the R ecosystem as well. In this task, you should draw a new hexagon logo for the R project in Google Summer Of Code organization. May your creativity be helped by the idea of relating R and Google Summer Of Code logos.

You have two choices about how to make the logo:

  1. Use R itself to draw the logo! To do that you will need to install R, the package for which you want to create the logo, and the hexSticker package. Remember that in R you can install packages via as on your computer via install.packages("pkgname") or devtools::install_github("pkgname"). Most packages have examples with plots/graphics that you can use on the hexagon logo -- use example(functionName, package="pkgname") to run the example code for a function. Finally, use the hexSticker package to draw the logo.

  2. draw by hand using a program such as Inkscape.

The hexbin github repo recommends SVG file, 181x209 PNG file, and printing size 2" x 1.73".

Fork the project https://github.com/rstats-gsoc/gsoc2020 , and create a pull request that adds the logo file.

Task tags

  • logo
  • hexbin
  • artwork

Students who completed this task

oliverfogelin, Vansh, Rishi0812

Task type

  • web Design
close

2019