-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.42 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: dndR
Type: Package
Title: Dungeons & Dragons Functions for Players and Dungeon Masters
Version: 2.0.0.900
Date: 2024-04-26
Authors@R: c(
person(given = "Nicholas", family = "Lyon",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3905-1078",
Website = "https://njlyon0.github.io/")),
person(given = "Tim", family = "Schatto-Eckrodt",
role = "aut",
comment = c(Website = "https://kudusch.de/")),
person(given = "Humberto", family = "Nappo",
role = "ctb",
comment = c(ORCID = "0000-0001-7810-1635"))
)
Maintainer: Nicholas Lyon <[email protected]>
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.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