-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 1.21 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: plotlee
Title: Unofficial Helper Functions around Plotly
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 plotly
package, the R API for the JavaScript graphing library plotly.js.
License: AGPL (>= 3)
URL: https://gitlab.com/rpkg.dev/plotlee
BugReports: https://gitlab.com/rpkg.dev/plotlee/issues
Depends:
R (>= 4.4)
Imports:
checkmate (>= 2.2.0),
cli (>= 3.6.1),
fs (>= 1.6.2),
glue (>= 1.6.2),
magick (>= 2.7.4),
magrittr (>= 2.0.3),
pal (>= 0.0.9101),
plotly (>= 4.10.1),
purrr (>= 1.0.1),
reticulate (>= 1.30),
rlang (>= 1.1.0),
rsvg (>= 2.4.0),
tools,
vctrs (>= 0.6.3),
xml2 (>= 1.3.4)
Suggests:
pkgdown.tpl (>= 0.0.9000),
testthat (>= 3.0.0),
utils (>= 4.2.3)
Remotes:
gitlab::rpkg.dev/pal,
gitlab::rpkg.dev/pkgdown.tpl
Config/reticulate: list(packages = list(list(package = "plotly", pip =
TRUE), list(package = "kaleido", pip = TRUE)))
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000