-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
51 lines (51 loc) · 1.15 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
47
48
49
50
51
Package: babeldown
Title: Helpers for Automatic Translation of Markdown-based Content
Version: 0.0.0.9000
Authors@R: c(
person("Maëlle", "Salmon", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-2815-0399")),
person("Xavier", "Timbeau", role = "ctb")
)
Description: Provide workflows and guidance for automatic translation of Markdown-based R content
using DeepL API.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/ropensci-review-tools/babeldown
BugReports: https://github.com/ropensci-review-tools/babeldown/issues
Depends: R (>= 4.1)
Imports:
babelquarto (>= 0.0.0.9000),
brio,
cli,
digest,
glue,
httr2,
lifecycle,
memoise,
purrr,
readr,
rlang,
rstudioapi,
snakecase,
tibble,
tinkr (>= 0.2.0.9000),
withr,
xml2,
yaml (>= 2.3.8)
Suggests:
blogdown,
fs,
gert,
httptest2,
knitr,
quarto,
rmarkdown,
rprojroot,
sys,
testthat (>= 3.0.0)
Remotes:
ropensci-review-tools/babelquarto,
ropensci/tinkr
Config/testthat/edition: 3