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 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.1%) to scientific vocabulary
Keywords
data-science
r-package
Keywords from Contributors
dungeons-and-dragons
ttrpg
Last synced: 10 months ago
·
JSON representation
Repository
Support Functions for Wrangling and Visualization
Basic Info
- Host: GitHub
- Owner: njlyon0
- License: other
- Language: R
- Default Branch: main
- Homepage: https://njlyon0.github.io/supportR/
- Size: 7.78 MB
Statistics
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
- Releases: 5
Topics
data-science
r-package
Created over 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-") ``` # `supportR` - Support Functions for Wrangling and Visualization [](https://github.com/njlyon0/supportR/actions/workflows/R-CMD-check.yaml) [](https://cran.r-project.org/package=supportR)   `supportR` is an R package where the only unifying theme of the functions is honestly just that I wrote them. That said, there are some useful functions for **data wrangling** and **plotting** in particular, though functions for _other purposes_ are also included. Check out the package website ([njlyon0.github.io/supportR](https://njlyon0.github.io/supportR/)) for documentation of the functions currently included in the package. I'll add functions to this package as I write more orphan scripts that I hope others might find useful so stay tuned! ## Installation You can install the development version from [GitHub](https://github.com/) with: ``` r # install.packages("devtools") devtools::install_github("njlyon0/supportR") ``` ## Looking Ahead More functions are likely to be developed and housed within this package so stay tuned! Feel free to check out [the contributing guidelines](https://njlyon0.github.io/supportR/CONTRIBUTING.html) if you want to know how to contribute directly to `supportR`.
Owner
- Name: Nick J Lyon
- Login: njlyon0
- Kind: user
- Location: Canton, MA
- Company: NCEAS / LTER Network Office
- Website: https://njlyon0.github.io/
- Twitter: scilyon
- Repositories: 9
- Profile: https://github.com/njlyon0
Ecologist turned data scientist with a particular focus on reproducible and efficient code in R
GitHub Events
Total
- Issues event: 2
- Watch event: 2
- Issue comment event: 3
- Push event: 14
- Create event: 1
Last Year
- Issues event: 2
- Watch event: 2
- Issue comment event: 3
- Push event: 14
- Create event: 1
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| njlyon0 | n****n@g****m | 222 |
| njlyon0 | n****n@a****u | 170 |
| olivroy | 5****y | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 11
- Total pull requests: 1
- Average time to close issues: 16 days
- Average time to close pull requests: about 1 hour
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 2.73
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 0
- Average time to close issues: about 1 month
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 3.67
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- njlyon0 (10)
- carolinefmoyer (1)
Pull Request Authors
- olivroy (2)
Top Labels
Issue Labels
enhancement (8)
documentation (3)
bug (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 312 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
- Total maintainers: 1
cran.r-project.org: supportR
Support Functions for Wrangling and Visualization
- Homepage: https://github.com/njlyon0/supportR
- Documentation: http://cran.r-project.org/web/packages/supportR/supportR.pdf
- License: MIT + file LICENSE
-
Latest release: 1.5.0
published about 1 year ago
Rankings
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 44.7%
Downloads: 68.7%
Maintainers (1)
Last synced:
11 months ago
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v2 composite
- r-lib/actions/check-r-package v1 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- r-lib/actions/setup-r-dependencies v1 composite
DESCRIPTION
cran
- XML * imports
- dplyr * imports
- ggplot2 * imports
- googledrive * imports
- graphics * imports
- magrittr * imports
- purrr * imports
- rlang * imports
- rmarkdown * imports
- stringr * imports
- tidyr * imports
- vegan * imports
```{r, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", fig.path = "man/figures/README-")
```
# `supportR` - Support Functions for Wrangling and Visualization
[](https://github.com/njlyon0/supportR/actions/workflows/R-CMD-check.yaml)
[](https://cran.r-project.org/package=supportR)


`supportR` is an R package where the only unifying theme of the functions is honestly just that I wrote them. That said, there are some useful functions for **data wrangling** and **plotting** in particular, though functions for _other purposes_ are also included. Check out the package website ([njlyon0.github.io/supportR](https://njlyon0.github.io/supportR/)) for documentation of the functions currently included in the package. I'll add functions to this package as I write more orphan scripts that I hope others might find useful so stay tuned!
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("njlyon0/supportR")
```
## Looking Ahead
More functions are likely to be developed and housed within this package so stay tuned! Feel free to check out [the contributing guidelines](https://njlyon0.github.io/supportR/CONTRIBUTING.html) if you want to know how to contribute directly to `supportR`.