-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
33 lines (33 loc) · 932 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
31
32
33
Package: pandoc
Title: Manage and Run Universal Converter 'Pandoc' from 'R'
Version: 0.2.0.9001
Authors@R: c(
person("Christophe", "Dervieux", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4474-2498")),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provides a set of tools to install, manage and run several
'Pandoc' versions.
License: MIT + file LICENSE
URL: https://github.com/cderv/pandoc, https://cderv.github.io/pandoc/
BugReports: https://github.com/cderv/pandoc/issues
Depends:
R (>= 3.5.0)
Imports:
fs,
rappdirs,
rlang (>= 1.0.1)
Suggests:
covr,
gh,
curl,
rmarkdown (>= 2.14),
testthat (>= 3.0.0),
tibble,
withr
Remotes: jeroen/curl
Config/Needs/website: tidyverse/tidytemplate, dplyr, tidyr, purrr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3