elinw / salem

R package for Salem Witchcraft Trials https://elinw.github.io/salem/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Salem

The goal of salem is to provide access to data and other materials related to the Salem Witchcraft Trials which took place in Salem, Massachusetts and the surrounding region in 1692. It is based on the work of historian Richard Latner which is available at The Salem Witchcraft Site.

Installation

We're on CRAN!

install.packages("salem")

If you want to do maps you should also install sf.

You can install the development version from github. Not much difference though.

# install.packages("devtools")
devtools::install_github("elinw/salem")

The raw data from the website and the code used to convert it to R data frames is available in the rawdata folder of this respository.

Salem Village - map of - Project Gutenberg eText 17845

Contributing

Although this is a fairly well-defined package with a specific purpose, contributions are welcome. Please submit issues and pull requests at our github repository. Additional relevant, appropriately licensed data sets will be considered for inclusion directly or through APIs on a case by case basis. Potential supplemental materials such as Shiny Apps, tutorials or vignettes may also be considered.

About

R package for Salem Witchcraft Trials https://elinw.github.io/salem/index.html


Languages

Language:R 93.3%Language:CSS 6.7%