Package: pysparklyr Title: Provides a 'PySpark' Back-End for the 'sparklyr' Package Version: 0.2.2 Authors@R: c( person("Edgar", "Ruiz", , "edgar@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) 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 URL: https://github.com/mlverse/pysparklyr BugReports: https://github.com/mlverse/pysparklyr/issues Depends: R (>= 4.1) Imports: arrow, cli, DBI, dbplyr (>= 2.6.0), dplyr, fs, glue, httr2, lifecycle, methods, processx, purrr, reticulate (>= 1.44.0), rlang, rstudioapi, sparklyr (>= 1.9.5), tidyr, tidyselect, vctrs, uuid, withr, connectcreds Suggests: vcr, crayon, R6, testthat (>= 3.0.0), tibble, rsconnect, rsample, workflows, tune (>= 2.1.0), parsnip, dials, tailor, recipes Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-11-12 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake make libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev python3 Repository: https://mlverse.r-universe.dev Date/Publication: 2026-07-16 13:43:27 UTC RemoteUrl: https://github.com/mlverse/pysparklyr RemoteRef: HEAD RemoteSha: efa57cf0fe5203e64521d4886b4c5eece2076fee NeedsCompilation: no Packaged: 2026-07-16 15:41:21 UTC; root Author: Edgar Ruiz [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Edgar Ruiz