forked from databrickslabs/brickster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 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
44
45
46
47
48
49
50
51
52
53
54
Package: brickster
Title: R Toolkit for 'Databricks'
Version: 0.2.5
Authors@R:
c(
person(given = "Zac",
family = "Davies",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Rafi",
family = "Kurlansik",
role = c("aut"),
email = "[email protected]"),
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)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1.0)
Imports:
arrow,
base64enc,
cli,
curl,
dplyr,
glue,
httr2,
ini,
jsonlite,
purrr,
reticulate,
R6 (>= 2.4.0),
rlang,
tibble,
utils
Suggests:
testthat (>= 3.0.0),
huxtable,
htmltools,
knitr,
magick,
rmarkdown,
rstudioapi,
withr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://github.com/databrickslabs/brickster
Config/testthat/edition: 3