-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
55 lines (55 loc) · 1 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
52
53
54
55
Package: g2r
Title: Interactive Grammar of Graphics
Version: 1.0.1
Authors@R:
c(
person(given = "John",
family = "Coene",
role = c("aut", "cre"),
email = "jcoenep@gmail.com"),
person(family = "Opifex",
role = c("cph", "fnd"),
email = "john@opifex.org")
)
Description: Interactive grammar of graphics.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
R6,
purrr,
rlang,
tibble,
magrittr,
jsonlite,
crosstalk,
htmltools,
htmlwidgets
Suggests:
sf,
zoo,
covr,
maps,
Rtsne,
alter,
broom,
shiny,
packer,
igraph,
pkgdown,
survival,
quantmod,
forecast,
contoureR,
geojsonio,
yardstick,
tidyquant,
rmapshaper,
testthat (>= 3.0.0)
Remotes:
devOpifex/alter
Config/testthat/edition: 3
URL: https://g2r.opifex.org/, https://github.com/devOpifex/g2r/
BugReports: https://github.com/devOpifex/g2r/issues/