Package: dndR
Type: Package
Title: Dungeons & Dragons Functions for Players and Dungeon Masters
Version: 1.1.0
Authors@R: c(
  person(given = "Nicholas", 
         family = "Lyon",
         role = c("aut", "cre"),
         email = "njlyon@alumni.iastate.edu",
         comment = c(ORCID = "0000-0003-3905-1078",
                     Website = "https://njlyon0.github.io/")),
  person(given = "Tim",
         family = "Schatto-Eckrodt",
         role = "ctb",
         comment = c(Website = "https://kudusch.de/")),
  person(given = "Humberto",
         family = "Nappo",
         role = "ctb",
         comment = c(ORCID = "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).
    All functions currently focus on Fifth Edition (a.k.a. "5e") but once the next edition is published functions will likely be expanded to include any rule changes.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Language: en-US
RoxygenNote: 7.2.3
Depends: R (>= 3.5)
Imports: dplyr, ggplot2, magrittr, purrr, stringr, tidyr
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-03-28 16:58:56 UTC; nick.lyon
Author: Nicholas Lyon [aut, cre] (<https://orcid.org/0000-0003-3905-1078>,
    https://njlyon0.github.io/),
  Tim Schatto-Eckrodt [ctb] (https://kudusch.de/),
  Humberto Nappo [ctb] (<https://orcid.org/0000-0001-7810-1635>)
Repository: CRAN
Date/Publication: 2023-03-30 09:00:02 UTC
Built: R 4.1.2; ; 2023-03-31 11:19:52 UTC; unix
