-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathDESCRIPTION
More file actions
54 lines (54 loc) · 1.16 KB
/
DESCRIPTION
File metadata and controls
54 lines (54 loc) · 1.16 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: brickster
Title: R Toolkit for 'Databricks'
Version: 0.2.13
Authors@R: c(
person("Zac", "Davies", , "zac@databricks.com", role = c("aut", "cre")),
person("Rafi", "Kurlansik", , "rafi.kurlansik@databricks.com", role = "aut"),
person("Databricks", role = c("cph", "fnd"))
)
Description: Collection of utilities that improve using 'Databricks' from
R. Primarily functions that wrap specific 'Databricks' APIs
(<https://docs.databricks.com/api>), 'RStudio' connection pane
support, quality of life functions to make 'Databricks' simpler to
use.
License: Apache License (>= 2)
URL: https://github.com/databrickslabs/brickster
Depends:
R (>= 4.1.0)
Imports:
base64enc,
cli,
curl,
DBI,
dbplyr,
dplyr,
fs,
glue,
httr2 (>= 1.1.1),
ini,
jsonlite,
lifecycle,
methods,
nanoarrow,
purrr,
R6,
rlang,
tibble,
utils
Suggests:
arrow,
grid,
htmltools,
huxtable,
knitr,
magick,
rmarkdown,
testthat (>= 3.3.0),
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2