tidyplus
An R package of additional tidyverse functions
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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.0%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
An R package of additional tidyverse functions
Basic Info
- Host: GitHub
- Owner: poissonconsulting
- License: other
- Language: R
- Default Branch: main
- Homepage: https://poissonconsulting.github.io/tidyplus/
- Size: 2.72 MB
Statistics
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 4
- Releases: 1
Created over 4 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
License
Code of conduct
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tidyplus
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://github.com/poissonconsulting/tidyplus/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/poissonconsulting/tidyplus)
[](https://opensource.org/license/mit)
[](https://cran.r-project.org/package=tidyplus)
## Introduction
`tidyplus` provides functions such as `str_crush()`, `add_missing_column()`,
`coalesce_data()` and `drop_na_all()` that complement 'tidyverse' functionality
or functions that provide alternative behaviors such as `if_else2()`
and `str_detect2()`.
## Installation
You can install the development version of `tidyplus` from [GitHub](https://github.com/poissonconsulting/tidyplus) with:
``` r
# install.packages("devtools")
devtools::install_github("poissonconsulting/tidyplus")
```
## Code of Conduct
Please note that the tidyplus project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
Owner
- Name: Poisson Consulting Ltd.
- Login: poissonconsulting
- Kind: organization
- Email: software@poissonconsulting.ca
- Location: Nelson, BC, Canada
- Website: http://www.poissonconsulting.ca
- Repositories: 68
- Profile: https://github.com/poissonconsulting
Computational Biology and Statistical Ecology
GitHub Events
Total
- Create event: 6
- Release event: 1
- Issues event: 6
- Delete event: 2
- Issue comment event: 19
- Push event: 34
- Pull request review comment event: 1
- Pull request event: 6
- Pull request review event: 6
Last Year
- Create event: 6
- Release event: 1
- Issues event: 6
- Delete event: 2
- Issue comment event: 19
- Push event: 34
- Pull request review comment event: 1
- Pull request event: 6
- Pull request review event: 6
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 18
- Total pull requests: 12
- Average time to close issues: 8 months
- Average time to close pull requests: about 1 month
- Total issue authors: 4
- Total pull request authors: 5
- Average comments per issue: 1.5
- Average comments per pull request: 0.83
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 7
- Average time to close issues: about 1 month
- Average time to close pull requests: 10 days
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 3.5
- Average comments per pull request: 0.57
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- joethorley (14)
- nadinehussein (2)
- sebdalgarno (1)
- dunkenwg (1)
- aylapear (1)
Pull Request Authors
- dunkenwg (11)
- nadinehussein (2)
- aylapear (2)
- joethorley (2)
- sarahLy9 (1)
Top Labels
Issue Labels
Timeline: Soon (4)
Effort: Medium (4)
Importance: High (4)
Difficulty: 1 Simple (3)
Effort: 1 Low (3)
Type: Enhancement (3)
Type: Feature (3)
Type: Bug (2)
Priority: 2 High (2)
Difficulty: Advanced (2)
Importance: Medium (1)
zSkills: Software Development (1)
Timeline: Now (1)
Difficulty: Intermediate (1)
Type: Refactor (1)
Priority: 4 Low (1)
Effort: 2 Medium (1)
Difficulty: 2 Intermediate (1)
Priority: 1 Critical (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 276 last-month
- Total dependent packages: 0
- Total dependent repositories: 2
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: tidyplus
Additional 'tidyverse' Functions
- Homepage: https://poissonconsulting.github.io/tidyplus/
- Documentation: http://cran.r-project.org/web/packages/tidyplus/tidyplus.pdf
- License: MIT + file LICENSE
-
Latest release: 0.2.0
published over 1 year ago
Rankings
Dependent repos count: 19.3%
Stargazers count: 19.3%
Forks count: 27.8%
Dependent packages count: 28.8%
Average: 29.4%
Downloads: 51.7%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.6 depends
- chk * imports
- dplyr * imports
- rlang * imports
- stringi * imports
- stringr * imports
- tibble * imports
- tidyr * imports
- tidyselect * imports
- vctrs * imports
- covr * suggests
- readr * suggests
- sf * suggests
- testthat >= 3.0.0 suggests
.github/workflows/R-CMD-check.yaml
actions
- 8398a7/action-slack v3.0.0 composite
- 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/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 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