Package: parcr
Title: Construct Parsers for Structured Text Files
Version: 0.5.3
Authors@R: 
    person(given = "Douwe",
           family = "Molenaar",
           role = c("aut", "cre", "cph"),
           email = "d.molenaar@vu.nl",
           comment = c(ORCID = "0000-0001-7108-4545"))
Description: Construct parser combinator functions, higher order functions that
  parse input. Construction of such parsers is transparent and easy. Their main
  application is the parsing of structured text files like those generated by
  laboratory instruments. Based on a paper by Hutton (1992)
  <doi:10.1017/S0956796800000411>. 
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, stringr, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends: R (>= 4.1)
LazyData: true
URL: https://github.com/SystemsBioinformatics/parcr
BugReports: https://github.com/SystemsBioinformatics/parcr/issues
NeedsCompilation: no
Packaged: 2025-07-18 08:50:35 UTC; douwe
Author: Douwe Molenaar [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0001-7108-4545>)
Maintainer: Douwe Molenaar <d.molenaar@vu.nl>
Repository: CRAN
Date/Publication: 2025-07-18 09:10:03 UTC
Built: R 4.4.1; ; 2025-07-18 11:01:45 UTC; unix
