Package: nc
Maintainer: Toby Dylan Hocking <toby.hocking@r-project.org>
Author: Toby Dylan Hocking
Version: 2020.5.13
License: GPL-3
Title: Named Capture to Data Tables
Description: User-friendly functions for extracting a data
 table (row for each match, column for each group)
 from non-tabular text data using regular expressions,
 and for melting columns that match a regular expression.
 Patterns are defined using a readable syntax
 that makes it easy to build complex patterns
 in terms of simpler, re-usable sub-patterns.
 Named R arguments are translated to column names
 in the output; capture groups without names are used
 internally in order to provide a standard interface
 to three regular expression C libraries (PCRE, RE2, ICU).
 Output can also include numeric columns via
 user-specified type conversion functions.
 RE2 engine (re2r package) was removed from CRAN in Mar 2020
 so must be installed from github.
Depends: R (>= 2.14)
Imports: data.table
Suggests: testthat, re2r, stringi, ggplot2, tidyr (>= 1.0.0), cdata,
        reshape2, knitr, R.utils
VignetteBuilder: knitr
URL: https://github.com/tdhock/nc
BugReports: https://github.com/tdhock/nc/issues
Additional_repositories: https://tdhock.github.io/drat
NeedsCompilation: no
Packaged: 2020-05-13 18:19:20 UTC; tdhock
Repository: CRAN
Date/Publication: 2020-05-14 17:10:26 UTC
