-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1004 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: parcr
Title: Construct Parsers for Structured Text Files
Version: 0.5.2.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)
<doi:10.1017/S0956796800000411>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
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