-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.18 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.18 KB
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
Package: ggsql
Title: A SQL extension for declarative data visualization based on the Grammar of Graphics
Version: 0.1.9
Authors@R: c(
person("George", "Stagg", , "george.stagg@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0009-0006-3173-9846")),
person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", role = "aut",
comment = c(ORCID = "0000-0002-5147-4711")),
person("Teun", "van den Brand", , "teun.vandenbrand@posit.co", role = "aut",
comment = c(ORCID = "0000-0002-9335-7468")),
person("Posit, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
)
Description: ggsql allows you to write queries that combine SQL data retrieval
with visualization specifications in a single, composable syntax.
License: MIT + file LICENSE
Encoding: UTF-8
SystemRequirements: Cargo (Rust's package manager), rustc
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
cli,
jsonlite,
knitr,
nanoarrow,
R6,
rlang
Suggests:
png,
reticulate,
vegawidget,
rsvg,
testthat (>= 3.0.0),
V8,
withr
Config/testthat/edition: 3
Config/rextendr/version: 0.4.2.9000
Depends:
R (>= 4.2)