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
2 of 29 committers (6.9%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.9%) to scientific vocabulary
Keywords from Contributors
Repository
A backend for functions taking tidyverse selections
Basic Info
- Host: GitHub
- Owner: r-lib
- License: other
- Language: R
- Default Branch: main
- Homepage: https://tidyselect.r-lib.org
- Size: 7.67 MB
Statistics
- Stars: 130
- Watchers: 9
- Forks: 40
- Open Issues: 4
- Releases: 12
Metadata Files
README.md
tidyselect
Overview
The tidyselect package is the backend of functions like dplyr::select()
or dplyr::pull() as well as several tidyr verbs. It allows you to
create selecting verbs that are consistent with other tidyverse packages.
To learn about the selection syntax as a user of dplyr or tidyr, read the user-friendly
?languagereference.To learn how to implement tidyselect in your own functions, read
vignette("tidyselect").To learn exactly how the tidyselect syntax is interpreted, read the technical description in
vignette("syntax").
Installation
Generally, tidyselect will be installed automatically by the packages that need it. If you need to install it manually for some reason, you can get it with:
r
install.packages("tidyselect")
Code of Conduct
Please note that the tidyselect project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Owner
- Name: R infrastructure
- Login: r-lib
- Kind: organization
- Repositories: 154
- Profile: https://github.com/r-lib
GitHub Events
Total
- Issues event: 18
- Watch event: 6
- Delete event: 5
- Issue comment event: 21
- Push event: 48
- Pull request review event: 22
- Pull request review comment event: 30
- Pull request event: 25
- Fork event: 2
- Create event: 5
Last Year
- Issues event: 18
- Watch event: 6
- Delete event: 5
- Issue comment event: 21
- Push event: 48
- Pull request review event: 22
- Pull request review comment event: 30
- Pull request event: 25
- Fork event: 2
- Create event: 5
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Lionel Henry | l****y@g****m | 659 |
| Hadley Wickham | h****m@g****m | 101 |
| Kirill Müller | k****r | 20 |
| Romain François | r****n@r****m | 10 |
| Davis Vaughan | d****s@r****m | 9 |
| olivroy | 5****y | 7 |
| Mara Averick | m****k@g****m | 6 |
| Hiroaki Yutani | y****i@g****m | 2 |
| Zhian N. Kamvar | z****r@g****m | 2 |
| atusy | 3****y | 2 |
| Jennifer (Jenny) Bryan | j****y@s****a | 1 |
| r2evans | b****h@8****m | 1 |
| Daniel Possenriede | p****e@g****m | 1 |
| Daniel Sjoberg | d****g@g****m | 1 |
| François Michonneau | f****u@g****m | 1 |
| Hamada S. Badr | h****r@g****m | 1 |
| Kara Woo | k****o | 1 |
| Matt Nield | 6****d | 1 |
| Michael Chirico | m****4@g****m | 1 |
| Sam Fielding | 3****g | 1 |
| Sébastien Rochette | s****p | 1 |
| Yuan (Terry) Tang | t****n | 1 |
| bvuk | 9****k | 1 |
| elephantupthewrongtree | 1****t | 1 |
| gfellis | g****s@u****u | 1 |
| kevinushey | k****y@g****m | 1 |
| laplasi | h****i@g****m | 1 |
| leondutoit | l****n@c****m | 1 |
| musvaage | 1****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 66
- Total pull requests: 64
- Average time to close issues: 12 months
- Average time to close pull requests: 19 days
- Total issue authors: 24
- Total pull request authors: 12
- Average comments per issue: 1.85
- Average comments per pull request: 0.59
- Merged pull requests: 60
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 6
- Pull requests: 15
- Average time to close issues: about 2 months
- Average time to close pull requests: 13 days
- Issue authors: 5
- Pull request authors: 4
- Average comments per issue: 0.5
- Average comments per pull request: 0.8
- Merged pull requests: 13
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- hadley (15)
- lionel- (14)
- DavisVaughan (8)
- romainfrancois (3)
- yjunechoe (2)
- DanChaltiel (2)
- mgirlich (2)
- deschen1 (2)
- yutannihilation (2)
- eutwt (2)
- arencambre (1)
- carlganz (1)
- chrisbrownlie (1)
- eheinzen (1)
- olivroy (1)
Pull Request Authors
- hadley (27)
- olivroy (16)
- lionel- (15)
- DavisVaughan (8)
- musvaage (2)
- MichaelChirico (2)
- laplasi (2)
- matthewjnield (2)
- eutwt (1)
- cphaarmeyer (1)
- yutannihilation (1)
- ddsjoberg (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 828,806 last-month
- Total docker downloads: 154,117,618
- Total dependent packages: 490
- Total dependent repositories: 1,565
- Total versions: 13
- Total maintainers: 1
cran.r-project.org: tidyselect
Select from a Set of Strings
- Homepage: https://tidyselect.r-lib.org
- Documentation: http://cran.r-project.org/web/packages/tidyselect/tidyselect.pdf
- License: MIT + file LICENSE
-
Latest release: 1.2.1
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.4 depends
- cli >= 3.3.0 imports
- glue >= 1.3.0 imports
- rlang >= 1.0.3 imports
- vctrs >= 0.4.1 imports
- covr * suggests
- crayon * suggests
- dplyr * suggests
- knitr * suggests
- magrittr * suggests
- rmarkdown * suggests
- testthat >= 3.1.1 suggests
- tibble >= 2.1.3 suggests
- withr * suggests
- actions/checkout v2 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
- JamesIves/github-pages-deploy-action 4.1.4 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v2 composite
- r-lib/actions/pr-fetch v2 composite
- r-lib/actions/pr-push v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite