dndR

Dungeons & Dragons Functions for Players and Dungeon Masters

https://github.com/njlyon0/dndr

Science Score: 36.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
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.2%) to scientific vocabulary

Keywords

data-science dungeons-and-dragons r-package ttrpg
Last synced: 10 months ago · JSON representation

Repository

Dungeons & Dragons Functions for Players and Dungeon Masters

Basic Info
Statistics
  • Stars: 20
  • Watchers: 2
  • Forks: 4
  • Open Issues: 0
  • Releases: 7
Topics
data-science dungeons-and-dragons r-package ttrpg
Created about 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog Contributing License

README.Rmd

---
output: github_document
---





```{r, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", fig.path = "man/figures/README-")
```

# `dndR`: Dungeons & Dragons Functions for Players and Dungeon Masters


[![R-CMD-check](https://github.com/njlyon0/dndR/workflows/R-CMD-check/badge.svg)](https://github.com/njlyon0/dndR/actions)
[![](https://cranlogs.r-pkg.org/badges/dndR)](https://cran.r-project.org/package=dndR)
![GitHub issues](https://img.shields.io/github/issues-raw/njlyon0/dndR)
![GitHub pull requests](https://img.shields.io/github/issues-pr/njlyon0/dndR)


The goal of `dndR` is to provide a suite of Dungeons & Dragons (Fifth Edition a.k.a. "5e") related functions to help both players and Dungeon Masters (DMs). Check out the package website ([njlyon0.github.io/dndR](https://njlyon0.github.io/dndR/)) for documentation of the functions currently included in the package. I am always willing to expand that list though so if you have a D&D-related task that could be cool as a function, please [review the contributing guidelines](https://njlyon0.github.io/dndR/CONTRIBUTING.html) on how to share your idea!

## Installation

You can install the development version of `dndR` from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("njlyon0/dndR")
```

## Contributing to `dndR`

If you'd like to contribute function scripts or ideas, that is more than welcome! Please check out the [contributing guidelines](https://njlyon0.github.io/dndR/CONTRIBUTING.html) and follow the instructions described there.

### Package Contributors

- [Tim Schatto-Eckrodt](https://kudusch.de/) contributed the `party_diagram` function
- [Humberto Nappo](https://orcid.org/0000-0001-7810-1635) contributed the idea for the `pc_level_calc` function
- [Billy Mitchell](https://wj-mitchell.github.io/) contributed the vectors of names used to expand the `npc_creator` function

Owner

  • Name: Nick J Lyon
  • Login: njlyon0
  • Kind: user
  • Location: Canton, MA
  • Company: NCEAS / LTER Network Office

Ecologist turned data scientist with a particular focus on reproducible and efficient code in R

GitHub Events

Total
  • Create event: 2
  • Release event: 1
  • Issues event: 14
  • Watch event: 5
  • Delete event: 1
  • Issue comment event: 21
  • Push event: 27
  • Pull request event: 1
  • Fork event: 2
Last Year
  • Create event: 2
  • Release event: 1
  • Issues event: 14
  • Watch event: 5
  • Delete event: 1
  • Issue comment event: 21
  • Push event: 27
  • Pull request event: 1
  • Fork event: 2

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 331
  • Total Committers: 4
  • Avg Commits per committer: 82.75
  • Development Distribution Score (DDS): 0.45
Past Year
  • Commits: 218
  • Committers: 3
  • Avg Commits per committer: 72.667
  • Development Distribution Score (DDS): 0.349
Top Committers
Name Email Commits
Nick J Lyon n****n@g****m 182
njlyon0 n****n@a****u 142
Kudusch k****h@p****e 6
olivroy 5****y 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 18
  • Total pull requests: 2
  • Average time to close issues: about 1 month
  • Average time to close pull requests: about 12 hours
  • Total issue authors: 5
  • Total pull request authors: 2
  • Average comments per issue: 2.72
  • Average comments per pull request: 1.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 7
  • Pull requests: 1
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 17 minutes
  • Issue authors: 3
  • Pull request authors: 1
  • Average comments per issue: 2.29
  • Average comments per pull request: 3.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • njlyon0 (19)
  • HumbertoNappo (2)
  • teunbrand (1)
  • Kudusch (1)
  • oganm (1)
  • wadedismukes (1)
Pull Request Authors
  • olivroy (2)
  • Kudusch (1)
  • njlyon0 (1)
Top Labels
Issue Labels
enhancement (17) documentation (6) question (2) bug (2)
Pull Request Labels
documentation (1) enhancement (1)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 278 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 7
  • Total maintainers: 1
cran.r-project.org: dndR

Dungeons & Dragons Functions for Players and Dungeon Masters

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 278 Last month
Rankings
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 38.3%
Downloads: 49.6%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5 depends
  • dplyr * imports
  • magrittr * imports
  • purrr * imports
  • stringr * imports
  • tidyr * imports
.github/workflows/check-standard.yaml actions
  • actions/checkout v3 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
.github/workflows/test-coverage.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite