forked from databrickslabs/brickster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 954 Bytes
/
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
Package: brickster
Title: R interface to Databricks REST 2.0 APIs
Version: 0.1.1
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: R interface to Databricks REST 2.0 APIs.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
base64enc,
cli,
curl,
data.table,
dplyr,
glue,
httr2,
ini,
jsonlite,
magrittr,
purrr,
rlang
Suggests:
testthat (>= 3.0.0),
DT,
htmltools,
knitr,
magick,
rmarkdown,
rstudioapi,
rvest
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
VignetteBuilder: knitr
URL: https://github.com/zacdav-db/brickster
Config/testthat/edition: 3