etl 0.4.2 (2025-07-24)
- Switched to base pipe
- Replaced RMySQL with RMariaDB
- Converted documentation to Markdown
etl 0.4.1 (2023-10-12)
- Added call to dbplyr::src_dbi()inverify_con()to workaround newdplyrbehavior;
#60
- Complete transition to GitHub Actions
etl 0.4.0 (2020-06-02)
- Removed stringrdependency
- Remove LazyData: TRUEsince there is no data
- Don’t run examples that use the Internet
etl 0.3.9 (2020-06-01)
- Fixed issue with new version of usethis; #59
- Cleaned up NAMESPACE
- Removed macleishdependency
- Removed airlinesmentions in vignettes
MINOR IMPROVEMENTS
etl 0.3.8 (2019-12-18)
MINOR IMPROVEMENTS
- Added create_etl_packagefunction for rapid
prototyping
- dbRunScriptis robust to comments generated by- mysqldump
etl 0.3.7 (2017-09-25)
MINOR IMPROVEMENTS
- Added etl_citiesmethods
- Added defaultmethods for any package
- Added “Extending ETL” vignette
etl 0.3.6 (2017-07-20)
MINOR IMPROVEMENTS
- Added clobberoption tosmart_download
- Added db_typefor easy typing of connection
objects
- Added smart_uploadfor pushing files to database
- Added dbplyrto Suggests
- Fixed broken link to dplyr::src_sqlin
documentation
etl 0.3.5 (2016-11-28)
MINOR IMPROVEMENTS
- Fixed CRAN failures on Solaris (thanks Brian Ripley)
etl 0.3.4 (2016-11-07)
MINOR IMPROVEMENTS
- Added src_mysql_cnfas shorthand for connecting to
MySQL
- Fixed CRAN failures on Solaris (thanks Brian Ripley)
- Moved to file.pathuniformly (#7)
- Moved smart_downloadtodownloaderfor
HTTPS
etl 0.3.3 (2016-07-27)
MINOR IMPROVEMENTS
- Moved is.etlto main documentation foretl(30dee378)
- Fixed typo in DESCRIPTION (4e77fba2)
- Fixed bug in etl_load.etl_mtcarsby makingetl_transformsafer
- Made verify_conmessages easier to read
- Added new functions for help with computing dates and matching
filenames to dates
- Added several tests
- Added new_filenamesargument tosmart_download
- Re-implemented etl_init(#7)
- Renamed get_schematofind_schema(1c0a4e3)
etl 0.3.1 (2016-06-07)
NEW FEATURES
- released to CRAN
- Added a NEWS.mdfile to track changes to the
package.