Package: ducklake
Title: Interact with 'DuckLake' from R
Version: 0.6.0
Authors@R: c(
    person("Travis", "Gerke", , "travisgerke@gmail.com", role = c("aut", "cre")),
    person("Stefan", "Linner", role = "ctb"),
    person("Javier", "Orraca-Deatcu", role = "ctb")
  )
Description: A 'tidyverse'-friendly interface to 'DuckLake'
    <https://ducklake.select/>, the 'DuckDB' lakehouse format. Attach
    versioned data lakes from R and work with them using familiar 'dplyr'
    verbs, with support for ACID transactions, time travel queries,
    snapshot audit trails, data inlining, encrypted storage, multiple
    catalog backends ('DuckDB', 'PostgreSQL', 'SQLite', 'MySQL'), and
    remote access over the 'Quack' protocol from 'DuckDB'.
License: MIT + file LICENSE
URL: https://tgerke.github.io/ducklake-r/,
        https://github.com/tgerke/ducklake-r
BugReports: https://github.com/tgerke/ducklake-r/issues
Encoding: UTF-8
Depends: R (>= 4.1)
Imports: cli, DBI, dbplyr (>= 2.5.0), dplyr, duckdb (>= 1.5.1)
Suggests: admiral, DiagrammeR, fs, ggplot2, jsonlite, knitr, lubridate,
        pharmaversesdtm, purrr, rmarkdown, spelling, stringr, testthat
        (>= 3.0.0), tidyr
Config/testthat/edition: 3
VignetteBuilder: knitr
Config/roxygen2/version: 8.1.0
Language: en-US
NeedsCompilation: no
Packaged: 2026-08-27 14:26:06 UTC; tgerke
Author: Travis Gerke [aut, cre],
  Stefan Linner [ctb],
  Javier Orraca-Deatcu [ctb]
Maintainer: Travis Gerke <travisgerke@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-09 14:50:02 UTC
