namedCapture: Named Capture Regular Expressions

User-friendly wrappers for named capture regular expressions. Introduction and comparison in research paper by Hocking (2019), R Journal. <doi:10.32614/RJ-2019-050> RE2 engine ('re2r' package) <https://github.com/qinwf/re2r> was removed from CRAN in Mar 2020 so must be installed from github.

Version: 2020.4.1
Depends: R (≥ 2.14)
Suggests: testthat, data.table, re2r, knitr, rmarkdown, rex, dplyr, tidyr, rematch2
Published: 2020-04-01
Author: Toby Dylan Hocking
Maintainer: Toby Dylan Hocking <toby.hocking at r-project.org>
BugReports: https://github.com/tdhock/namedCapture/issues
License: GPL-3
URL: https://github.com/tdhock/namedCapture
NeedsCompilation: no
Additional_repositories: https://tdhock.github.io/drat
Materials: NEWS
CRAN checks: namedCapture results

Documentation:

Reference manual: namedCapture.pdf
Vignettes: vignette 1: old three argument syntax
vignette 2: recommended variable argument syntax
vignette 3: comparing verbose regex syntax
vignette 4: comparing regex functions for data frames

Downloads:

Package source: namedCapture_2020.4.1.tar.gz
Windows binaries: r-devel: namedCapture_2020.4.1.zip, r-release: namedCapture_2020.4.1.zip, r-oldrel: namedCapture_2020.4.1.zip
macOS binaries: r-release (arm64): namedCapture_2020.4.1.tgz, r-oldrel (arm64): namedCapture_2020.4.1.tgz, r-release (x86_64): namedCapture_2020.4.1.tgz, r-oldrel (x86_64): namedCapture_2020.4.1.tgz
Old sources: namedCapture archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=namedCapture to link to this page.