-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
47 lines (47 loc) · 1.28 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
45
46
47
Package: salem
Type: Package
Title: Provides Access to Salem Witchcraft Data
Version: 0.2.0
Authors@R:
c(person(given = "Elin",
family = "Waring",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Richard",
family = "Latner",
role = c("aut"),
email = "[email protected]")
)
Description: Data related to the Salem Witch Trials
Datasets and tutorials documenting the witch accusations and trials
centered around Salem, Massachusetts in 1692. Originally assembled by
Richard B. Latner of Tulane University for his website
<https://www.tulane.edu/~salem/index.html>. The data sets include information
on 152 accused witches, members of the Salem Village Committee,
signatories of petitions related to the events, and tax data for
Salem Village.
License: CC BY-NC-SA 4.0
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
Suggests:
dplyr (>= 1.0.0),
ggplot2,
knitr,
rmarkdown,
sf,
stats,
tidyr
VignetteBuilder:
knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Collate:
"accused_witches.R"
"committee_list.R"
"salem_village.R"
"tax_comparison.R"
"parris_social.R"
"salem_region.R"