historydata

Datasets for Historians

https://github.com/ropensci/historydata

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary

Keywords

r r-package rstats

Keywords from Contributors

genome unit-testing
Last synced: 10 months ago · JSON representation

Repository

Datasets for Historians

Basic Info
Statistics
  • Stars: 91
  • Watchers: 13
  • Forks: 25
  • Open Issues: 8
  • Releases: 1
Topics
r r-package rstats
Created almost 12 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog Contributing License

README.md

{historydata}

R-CMD-check CRAN
status r-universe <!-- badges: end -->

Overview

These sample data sets are intended for historians learning R. They include population, institutional, religious, military, and prosopographical data suitable for mapping, quantitative analysis, and network analysis.

Installation

To install the latest r-universe build:

r install.packages('historydata', repos = c('https://ropensci.r-universe.dev'))

To install the package from CRAN:

r install.packages("historydata")

You can install the development version from GitHub with {devtools}:

``` r

install.packages("devtools")

devtools::install_github("ropensci/historydata") ```

Use

See the package index reference for all the datasets in the package and their documentation. You can also use R’s builtin help:

r help(package = historydata)

To load a dataset directly into your environment:

``` r data(catholicdioceses) head(catholicdioceses)

> diocese rite lat long event date

> 1 Baltimore, Maryland Latin 39.29038 -76.61219 erected 1789-04-06

> 2 New Orleans, Louisiana Latin 29.95107 -90.07153 erected 1793-04-25

> 3 Boston, Massachusetts Latin 42.35843 -71.05977 erected 1808-04-08

> 4 Louisville, Kentucky Latin 38.25266 -85.75846 erected 1808-04-08

> 5 New York, New York Latin 40.71435 -74.00597 erected 1808-04-08

> 6 Philadelphia, Pennsylvania Latin 39.95233 -75.16379 erected 1808-04-08

```

License

This project is released under the MIT License. See LICENSE.md for details.


rOpenSci
footer

Owner

  • Name: rOpenSci
  • Login: ropensci
  • Kind: organization
  • Email: info@ropensci.org
  • Location: Berkeley, CA

GitHub Events

Total
  • Watch event: 8
  • Issue comment event: 1
  • Push event: 1
  • Pull request review comment event: 17
  • Pull request review event: 14
  • Pull request event: 3
  • Fork event: 3
Last Year
  • Watch event: 8
  • Issue comment event: 1
  • Push event: 1
  • Pull request review comment event: 17
  • Pull request review event: 14
  • Pull request event: 3
  • Fork event: 3

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 64
  • Total Committers: 4
  • Avg Commits per committer: 16.0
  • Development Distribution Score (DDS): 0.078
Top Committers
Name Email Commits
Lincoln Mullen l****n@l****m 59
Scott Chamberlain m****s@g****m 3
rOpenSci Bot m****t@g****m 1
Lluís Ramon l****n@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 20
  • Total pull requests: 23
  • Average time to close issues: almost 5 years
  • Average time to close pull requests: 1 day
  • Total issue authors: 5
  • Total pull request authors: 5
  • Average comments per issue: 1.55
  • Average comments per pull request: 0.7
  • Merged pull requests: 22
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 19
  • Average time to close issues: about 1 hour
  • Average time to close pull requests: 1 day
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.42
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • lmullen (15)
  • sckott (2)
  • maelle (1)
  • jrdnbradford (1)
  • maximromanov (1)
Pull Request Authors
  • jrdnbradford (32)
  • lm-hien (3)
  • sckott (2)
  • LluisRamon (1)
  • daranzolin (1)
Top Labels
Issue Labels
Pull Request Labels
documentation (8) enhancement (7) bug (2)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 293 last-month
  • Total docker downloads: 88,618
  • Total dependent packages: 0
  • Total dependent repositories: 3
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: historydata

Data Sets for Historians

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 3
  • Downloads: 293 Last month
  • Docker Downloads: 88,618
Rankings
Docker downloads count: 0.0%
Forks count: 3.6%
Stargazers count: 4.7%
Dependent repos count: 16.5%
Average: 18.1%
Dependent packages count: 28.8%
Downloads: 54.9%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.0.2 depends
  • ggplot2 >= 1.0.0 suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite