-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 921 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
32 lines (32 loc) · 921 Bytes
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
31
32
Package: parseLatex
Type: Package
Title: Parse 'LaTeX' Code
Version: 0.4.4
Authors@R: c(
person(
"Duncan", "Murdoch",
email = "murdoch.duncan@gmail.com",
role = c("aut", "cre")
),
person("The R Core Team", role = c("ctb", "cph"))
)
Description: Exports an enhanced version of the tools::parseLatex()
function to handle 'LaTeX' syntax more accurately. Also
includes numerous functions for searching and modifying
'LaTeX' source.
License: GPL (>= 2)
Encoding: UTF-8
URL: https://github.com/dmurdoch/parseLatex, https://dmurdoch.github.io/parseLatex/
BugReports: https://github.com/dmurdoch/parseLatex/issues
Suggests:
kableExtra,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Imports: utils
Depends: R (>= 4.1.0)
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
SystemRequirements: gettext, bison (>= 3.0)
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0