Package: parcr Title: Construct Parsers for Structured Text Files Version: 0.6.1.9000 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) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 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 Repository: https://systemsbioinformatics.r-universe.dev Date/Publication: 2026-02-17 09:54:28 UTC RemoteUrl: https://github.com/systemsbioinformatics/parcr RemoteRef: HEAD RemoteSha: 2e583a197ac22aed5c7b2008c974621a4104a60f NeedsCompilation: no Packaged: 2026-06-17 08:28:40 UTC; root Author: Douwe Molenaar [aut, cre, cph] (ORCID: ) Maintainer: Douwe Molenaar