Skip to contents
sqlhelper (development version)
sqlhelper 0.2.1
CRAN release: 2024-01-21
submission fixes
- quote ‘SQL’ in title and description
- removed output via print()/cat(). Now only message()/warning()/stop() are used
- removed if(FALSE) from examples
- fixed codecov badge
sqlhelper 0.2.0
Bug fixes
- read/prep functions now pass dots instead of duplicating default values (#6)
-
not_connected()
no longer errors when passed a missing connection name (#10)
sqlhelper 0.1.1
- Added a
NEWS.md
file to track changes to the package.