namedcapture
An R package for named capture regular expressions
Science Score: 23.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
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.4%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
An R package for named capture regular expressions
Statistics
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 11 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Changelog
Contributing
README.org
DEPRECATED: An R package for named capture regular expressions For named capture regex in R, please use [[https://github.com/tdhock/nc][nc]], which provides functions similar to =namedCapture::*_variable= but with additional support for the ICU regex engine. ** Related work See my [[https://github.com/tdhock/namedCapture-article][journal paper about namedCapture]] for a detailed discussion of R regex packages. - [[https://github.com/tdhock/revector][revector]] provides fast C code for a *vector* of named capture regular expressions (namedCapture and base R and only provide functions for a single regular expression).
Owner
- Name: Toby Dylan Hocking
- Login: tdhock
- Kind: user
- Location: Flagstaff, AZ
- Company: Northern Arizona University
- Website: http://tdhock.github.io
- Repositories: 88
- Profile: https://github.com/tdhock
GitHub Events
Total
Last Year
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 149
- Total Committers: 2
- Avg Commits per committer: 74.5
- Development Distribution Score (DDS): 0.134
Top Committers
| Name | Commits | |
|---|---|---|
| Toby Dylan Hocking | t****5@g****m | 129 |
| Toby Dylan Hocking | T****g@n****u | 20 |
Committer Domains (Top 20 + Academic)
nau.edu: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 1
- Total pull requests: 14
- Average time to close issues: 13 days
- Average time to close pull requests: 29 days
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 8.0
- Average comments per pull request: 0.36
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- lucazav (1)
Pull Request Authors
- tdhock (14)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 909 last-month
- Total dependent packages: 0
- Total dependent repositories: 2
- Total versions: 6
- Total maintainers: 1
cran.r-project.org: namedCapture
Named Capture Regular Expressions
- Homepage: https://github.com/tdhock/namedCapture
- Documentation: http://cran.r-project.org/web/packages/namedCapture/namedCapture.pdf
- License: GPL-3
- Status: removed
-
Latest release: 2020.4.1
published over 6 years ago
Rankings
Downloads: 14.0%
Dependent repos count: 19.3%
Stargazers count: 19.3%
Average: 21.8%
Forks count: 27.8%
Dependent packages count: 28.8%
Maintainers (1)
Last synced:
over 1 year ago
Dependencies
DESCRIPTION
cran
- R >= 2.14 depends
- data.table * suggests
- dplyr * suggests
- knitr * suggests
- re2r * suggests
- rematch2 * suggests
- rex * suggests
- rmarkdown * suggests
- testthat * suggests
- tidyr * suggests