Skip to content
/ dndR Public

Dungeons & Dragons Functions for Players and Dungeon Masters

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

njlyon0/dndR

Repository files navigation

dndR: Dungeons & Dragons Functions for Players and Dungeon Masters

R-CMD-check GitHub issues GitHub pull requests

The goal of dndR is to provide a suite of Dungeons & Dragons (Fifth Edition a.k.a. “5e”) related functions to help both players and Dungeon Masters (DMs). Check out the package website (njlyon0.github.io/dndR) for documentation of the functions currently included in the package. I am always willing to expand that list though so if you have a D&D-related task that could be cool as a function, please review the contributing guidelines on how to share your idea!

Installation

You can install the development version of dndR from GitHub with:

# install.packages("devtools")
devtools::install_github("njlyon0/dndR")

Contributing to dndR

If you’d like to contribute function scripts or ideas, that is more than welcome! Please check out the contributing guidelines and follow the instructions described there.

Package Contributors