chess2plyrs is an Rpackage which allows to create a chess game and add moves, verify the status of the game and list the legal moves, as well as read and write FENs. It is also possible to plot the current board position.
You can install the development version of chess2plyrs from GitHub with:
# install.packages("devtools")
::install_github("Luigi-Annic/chess2plyrs") devtools
Known potential issues and future improvements:
In case you find any additional bugs or if you have any suggestion, feel free to post relevant information to GitHub!