-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
44 lines (44 loc) · 997 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
Package: pysparklyr
Title: Provides a 'PySpark' Back-End for the 'sparklyr' Package
Version: 0.1.5.9002
Authors@R: c(
person("Edgar", "Ruiz", , "[email protected]", role = c("aut", "cre")),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: It enables 'sparklyr' to integrate with 'Spark Connect', and
'Databricks Connect' by providing a wrapper over the 'PySpark' 'python'
library.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
arrow,
cli,
DBI,
dplyr,
dbplyr,
glue,
purrr,
reticulate (>= 1.38),
methods,
rlang,
sparklyr (>= 1.8.5),
tidyselect,
fs,
magrittr,
tidyr,
vctrs,
processx,
httr2,
rstudioapi,
rsconnect
URL: https://github.com/mlverse/pysparklyr
BugReports: https://github.com/mlverse/pysparklyr/issues
Suggests:
crayon,
R6,
testthat (>= 3.0.0),
tibble,
withr
Config/testthat/edition: 3