Package: dndR
Type: Package
Title: Dungeons & Dragons Functions for Players and Dungeon Masters
Version: 3.0.0
Date: 2025-04-02
Authors@R: c(
  person(given = "Nicholas", family = "Lyon",
         role = c("aut", "cre", "cph"),
         email = "njlyon@alumni.iastate.edu",
         comment = "https://orcid.org/0000-0003-3905-1078"),
  person(given = "Tim", family = "Schatto-Eckrodt",
         role = "aut",
         comment = "https://kudusch.de"),
  person(given = "Humberto", family = "Nappo",
         role = "ctb",
         comment = "https://orcid.org/0000-0001-7810-1635")
         )
Maintainer: Nicholas Lyon <njlyon@alumni.iastate.edu>
Description: The goal of 'dndR' is to provide a suite of Dungeons & Dragons related functions.
    This package is meant to be useful both to players and Dungeon Masters (DMs).
    Some functions apply to many tabletop role-playing games (e.g., dice rolling), but others are focused on Fifth Edition (a.k.a. "5e") and where possible both there 2014 and 2024 versions are supported.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Language: en-US
RoxygenNote: 7.3.1
URL: https://njlyon0.github.io/dndR/
BugReports: https://github.com/njlyon0/dndR/issues
Depends: R (>= 3.5)
Imports: dplyr, ggplot2, magrittr, purrr, stringr, tidyr
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-04-02 17:43:35 UTC; nick.lyon
Author: Nicholas Lyon [aut, cre, cph] (<https://orcid.org/0000-0003-3905-1078>),
  Tim Schatto-Eckrodt [aut] (https://kudusch.de),
  Humberto Nappo [ctb] (<https://orcid.org/0000-0001-7810-1635>)
Repository: CRAN
Date/Publication: 2025-04-02 18:00:02 UTC
