Package: etl Type: Package Title: Extract-Transform-Load Framework for Medium Data Version: 0.4.3 Authors@R: c( person("Benjamin S.", "Baumer", email = "ben.baumer@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3279-0516")), person("Carson", "Sievert", email = "cpsievert1@gmail.com", role = "ctb"), person("Natalia", "Iannucci", role = "ctb") ) Maintainer: Benjamin S. Baumer Description: A predictable and pipeable framework for performing ETL (extract-transform-load) operations on publicly-accessible medium-sized data set. This package sets up the method structure and implements generic functions. Packages that depend on this package download specific data sets from the Internet, clean them up, and import them into a local or remote relational database management system. License: CC0 Imports: DBI, dbplyr, datasets, downloader, fs, janitor, lubridate, methods, readr, rlang, rvest, tibble, usethis, utils, xml2 Depends: R (>= 4.2), dplyr Suggests: knitr, RSQLite, RPostgres, RMariaDB, ggplot2, testthat, rmarkdown URL: https://github.com/beanumber/etl BugReports: https://github.com/beanumber/etl/issues RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Encoding: UTF-8 VignetteBuilder: knitr, rmarkdown, ggplot2, dplyr, dbplyr Config/pak/sysreqs: cmake git make libgit2-dev libicu-dev libuv1-dev libxml2-dev libssl-dev libx11-dev Repository: https://beanumber.r-universe.dev Date/Publication: 2026-02-16 20:11:20 UTC RemoteUrl: https://github.com/beanumber/etl RemoteRef: HEAD RemoteSha: a6f568e81d41a065ae3779394614b7b82ccd9062 NeedsCompilation: no Packaged: 2026-06-16 08:36:42 UTC; root Author: Benjamin S. Baumer [aut, cre] (ORCID: ), Carson Sievert [ctb], Natalia Iannucci [ctb]