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
3 of 87 committers (3.4%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Low-level API for programming with R
Basic Info
- Host: GitHub
- Owner: r-lib
- License: other
- Language: R
- Default Branch: main
- Homepage: https://rlang.r-lib.org
- Size: 41.7 MB
Statistics
- Stars: 537
- Watchers: 21
- Forks: 144
- Open Issues: 152
- Releases: 39
Topics
Metadata Files
README.md
rlang 
rlang is a collection of frameworks and APIs for programming with R.
Frameworks
Two comprehensive frameworks are implemented in rlang.
tidy eval, a programmable data-masking framework used in tidyverse packages like dplyr and ggplot2. As a user, you will encounter the embracing operator
{{and name injection with the glue operators"{"and"{{".rlang errors, a set of tools to signal and display errors. This includes backtrace capture with
global_entrace()and backtrace display withlast_error()andlast_warnings(). Useabort()to create errors with bullet lists, structured metadata, and error chaining support.The display of error messages is optimised for bullet lists and chained errors and optionally integrates with the cli package (see
local_use_cli()).
Argument intake
A set of tools help you check, validate, and preprocess arguments.
Checking function arguments, e.g.
arg_match(),check_required(), andcheck_exclusive().Checking dots, e.g.
check_dots_used()andcheck_dots_empty().Collecting dynamic dots, e.g.
list2(). These dots support splicing with!!!and name injection with the glue operators"{"and"{{".
Programming interfaces
rlang provides various interfaces for working with R and R objects.
The R session, e.g.
check_installed(),on_load(), andon_package_load().Environments, e.g.
env(),env_has(),env_get(),env_bind(),env_unbind(),env_print(), andlocal_bindings().Evaluation, e.g.
inject()andeval_bare().Calls and symbols, e.g.
call2(),is_call(),is_call_simple(),data_sym(), anddata_syms().Functions, e.g.
new_function()andas_function(). The latter supports the purrr-style formula notation for lambda functions.
Installation
Install the released version of rlang from CRAN:
r
install.packages("rlang")
Or install the development version from GitHub with:
```r
install.packages("pak")
pak::pkg_install("r-lib/rlang") ```
Code of Conduct
Please note that the rlang 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
- Create event: 5
- Release event: 2
- Issues event: 46
- Watch event: 30
- Delete event: 4
- Issue comment event: 82
- Push event: 56
- Pull request review comment event: 7
- Pull request review event: 12
- Pull request event: 39
- Fork event: 13
Last Year
- Create event: 5
- Release event: 2
- Issues event: 46
- Watch event: 30
- Delete event: 4
- Issue comment event: 82
- Push event: 56
- Pull request review comment event: 7
- Pull request review event: 12
- Pull request event: 39
- Fork event: 13
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Lionel Henry | l****y@g****m | 4,829 |
| hadley | h****m@g****m | 292 |
| Davis Vaughan | d****s@r****m | 73 |
| Kirill Müller | k****r@m****g | 57 |
| Romain Francois | r****n@p****t | 9 |
| Jennifer (Jenny) Bryan | j****n@g****m | 9 |
| olivroy | 5****y | 8 |
| Eugene Ha | e****a@p****e | 7 |
| Jim Hester | j****r@g****m | 6 |
| Øystein Sørensen | o****n@h****m | 5 |
| Hiroaki Yutani | y****i@g****m | 4 |
| Maximilian Girlich | m****h@m****m | 4 |
| Kirill Müller | k****r@i****h | 4 |
| Jennifer (Jenny) Bryan | j****y@s****a | 4 |
| Michael Chirico | m****4@g****m | 3 |
| Salim B | s****m@p****e | 3 |
| Kevin Kuo | k****o@g****m | 3 |
| Mikko Marttila | m****t@m****m | 3 |
| Tim Taylor | t****r@h****k | 2 |
| musvaage | 1****e | 2 |
| Gabor Csardi | c****r@g****m | 2 |
| Teun van den Brand | 4****d | 2 |
| Simon P. Couch | s****h@g****m | 2 |
| Neal Richardson | n****n@g****m | 2 |
| Matthieu Gomez | g****u@g****m | 2 |
| Mara Averick | m****k@g****m | 2 |
| Hugo Gruson | B****o | 2 |
| Charlie Gao | 5****o | 2 |
| Barret Schloerke | s****e@g****m | 2 |
| Lionel Henry | l****l@W****l | 2 |
| and 57 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 191
- Total pull requests: 126
- Average time to close issues: 3 months
- Average time to close pull requests: about 1 month
- Total issue authors: 75
- Total pull request authors: 29
- Average comments per issue: 1.38
- Average comments per pull request: 0.94
- Merged pull requests: 79
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 38
- Pull requests: 46
- Average time to close issues: 19 days
- Average time to close pull requests: 6 days
- Issue authors: 23
- Pull request authors: 11
- Average comments per issue: 1.29
- Average comments per pull request: 0.57
- Merged pull requests: 21
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- hadley (30)
- lionel- (24)
- DavisVaughan (19)
- moodymudskipper (9)
- MichaelChirico (6)
- olivroy (5)
- mgirlich (5)
- teunbrand (4)
- DanChaltiel (3)
- mikmart (3)
- t-kalinowski (3)
- krlmlr (3)
- Yunuuuu (2)
- etiennebacher (2)
- JosiahParry (2)
Pull Request Authors
- lionel- (33)
- DavisVaughan (26)
- olivroy (25)
- MichaelChirico (10)
- eitsupi (8)
- shikokuchuo (6)
- mgirlich (5)
- musvaage (4)
- teunbrand (3)
- krlmlr (3)
- jennybc (2)
- jmobrien (2)
- etiennebacher (2)
- wurli (2)
- simonpcouch (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 1,633,246 last-month
- Total docker downloads: 169,527,135
-
Total dependent packages: 2,467
(may contain duplicates) -
Total dependent repositories: 7,762
(may contain duplicates) - Total versions: 81
- Total maintainers: 1
cran.r-project.org: rlang
Functions for Base Types and Core R and 'Tidyverse' Features
- Homepage: https://rlang.r-lib.org
- Documentation: http://cran.r-project.org/web/packages/rlang/rlang.pdf
- License: MIT + file LICENSE
-
Latest release: 1.1.6
published about 1 year ago
Rankings
Maintainers (1)
proxy.golang.org: github.com/r-lib/rlang
- Documentation: https://pkg.go.dev/github.com/r-lib/rlang#section-documentation
- License: other
-
Latest release: v1.1.6
published about 1 year ago
Rankings
Dependencies
- R >= 3.4.0 depends
- winch * enhances
- utils * imports
- cli >= 3.1.0 suggests
- covr * suggests
- crayon * suggests
- fs * suggests
- glue * suggests
- knitr * suggests
- magrittr * suggests
- methods * suggests
- pillar * suggests
- rmarkdown * suggests
- stats * suggests
- testthat >= 3.0.0 suggests
- tibble * suggests
- usethis * suggests
- vctrs >= 0.2.3 suggests
- withr * suggests
- R >= 3.1.0 depends
- rlang * imports