-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.39 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: tocr
Title: TOC Generation for (R) Markdown Documents
Version: 0.1.9001
Authors@R:
person(given = "Salim",
family = "Brüggemann",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5329-5987"))
Description: tocr allows to automatically add/update/remove
a table of contents (TOC) to/from an (R) Markdown document. Internal
links are compatible with HTML "anchors", commonly referred to as "#
links" pointing to HTML fragment identifiers generated by sites like
GitHub or GitLab when rendering the Markdown. tocr supports backlinks
to ease navigation within large documents as well as other options to
tailor the TOC to specific needs. It can also convert a wide range of
similar auto-generated TOC formats to its own one.
License: AGPL (>= 3)
URL: https://tocr.rpkg.dev, https://gitlab.com/rpkg.dev/tocr
BugReports: https://gitlab.com/rpkg.dev/tocr/issues
Depends:
R (>= 4.1)
Imports:
checkmate (>= 1.8.5),
curl (>= 4.3),
dplyr (>= 1.0.0),
glue (>= 1.4.1),
magrittr (>= 2.0),
pal (>= 0.0.9093),
readr (>= 1.1.1),
rlang (>= 0.4.7),
stringr (>= 1.5.0),
tibble (>= 3.0.3)
Suggests:
httr,
knitr,
rmarkdown,
utils
VignetteBuilder:
knitr
Remotes:
gitlab::rpkg.dev/pal
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3