-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.11 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
Package: quappo
Title: Unofficial Helper Functions around Quarto
Version: 0.0.9000
Authors@R:
person("Salim", "Brüggemann", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5329-5987"))
Description: Provides unofficial helper functions around the quarto
package, the R interface to the Quarto CLI.
License: AGPL (>= 3)
URL: https://quappo.rpkg.dev, https://gitlab.com/rpkg.dev/quappo
BugReports: https://gitlab.com/rpkg.dev/quappo/issues
Depends:
R (>= 4.4)
Imports:
checkmate (>= 2.3.1),
cli (>= 3.6.3),
dplyr (>= 1.1.4),
fs (>= 1.6.4),
glue (>= 1.7.0),
httpuv (>= 1.6.15),
magrittr (>= 2.0.3),
methods,
pal (>= 0.0.9101),
purrr (>= 1.0.2),
quarto (>= 1.4.1),
rlang (>= 1.1.4),
stringr (>= 1.5.1),
tibble (>= 3.2.1),
utils,
xopen (>= 1.0.1),
yaml (>= 2.3.8)
Suggests:
clock (>= 0.7.0),
fontawesome (>= 0.5.2),
rstudioapi (>= 0.16.0),
testthat (>= 3.0.0)
Remotes:
gitlab::rpkg.dev/pal
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000