The goal of hexr is to playing hex boardgame with R!
You can install the development version of hexr like so:
devtools::install_github("statditto/hexr")
This is a basic example which shows you how to solve a common problem:
library(hexr)
## basic example code
board <- initialize_hex_board()
plot_hex_board(board)
TBD