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
Keywords from Contributors
Repository
Datasets for Historians
Basic Info
- Host: GitHub
- Owner: ropensci
- License: other
- Language: R
- Default Branch: master
- Homepage: https://docs.ropensci.org/historydata
- Size: 4.6 MB
Statistics
- Stars: 91
- Watchers: 13
- Forks: 25
- Open Issues: 8
- Releases: 1
Topics
Metadata Files
README.md
{historydata}
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.
Owner
- Name: rOpenSci
- Login: ropensci
- Kind: organization
- Email: info@ropensci.org
- Location: Berkeley, CA
- Website: https://ropensci.org/
- Twitter: rOpenSci
- Repositories: 307
- Profile: https://github.com/ropensci
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 | 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
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
- Homepage: https://github.com/ropensci/historydata
- Documentation: http://cran.r-project.org/web/packages/historydata/historydata.pdf
- License: MIT + file LICENSE
-
Latest release: 0.1
published over 11 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.0.2 depends
- ggplot2 >= 1.0.0 suggests
- 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
