Changes in version 0.2.0.9032 Continuous integration - Update ccache-action reference. - Bump action version. Changes in version 0.2.0.9031 - Ci: Unify fledge.yaml across cynkratemplate and fledge (#86). Changes in version 0.2.0.9030 Chore - Add ccache to .gitignore and .Rbuildignore. Continuous integration - Create snapshot update PR against correct branch. - Add reference to /apply-patch workflow in commit message. - Clarify rationale for not deploying on schedule. Changes in version 0.2.0.9029 Continuous integration - Only run fledge on pushes to main. Changes in version 0.2.0.9028 Continuous integration - Tweak fledge workflow and ccache action. Changes in version 0.2.0.9027 Continuous integration - Cosmetics. - Bump action versions. - Install clang-format-21. - Align fledge workflow. - Harmonize. Changes in version 0.2.0.9026 Chore - Auto-update from GitHub Actions. Run: https://github.com/poissonconsulting/readwritesqlite/actions/runs/25267044076 Changes in version 0.2.0.9025 - Merge pull request #68 from poissonconsulting/rm-cran-badges. Remove CRAN badges from README from md and Rmd Changes in version 0.2.0.9024 Chore - Auto-update from GitHub Actions. Run: https://github.com/poissonconsulting/readwritesqlite/actions/runs/23032491497 Changes in version 0.2.0.9023 Chore - Auto-update from GitHub Actions. Run: https://github.com/poissonconsulting/readwritesqlite/actions/runs/22789311423 Changes in version 0.2.0.9022 Chore - Auto-update from GitHub Actions. Run: https://github.com/poissonconsulting/readwritesqlite/actions/runs/22745285849 Changes in version 0.2.0.9021 Continuous integration - Fix comment (#67). - Tweaks (#66). - Test all R versions on branches that start with cran- (#65). Changes in version 0.2.0.9020 Continuous integration - Install binaries from r-universe for dev workflow (#64). Changes in version 0.2.0.9019 Continuous integration - Fix reviewdog and add commenting workflow (#63). Changes in version 0.2.0.9018 Continuous integration - Use workflows for fledge (#62). Changes in version 0.2.0.9017 Continuous integration - Sync (#61). Changes in version 0.2.0.9016 Continuous integration - Use reviewdog for external PRs (#60). Changes in version 0.2.0.9015 Chore - Auto-update from GitHub Actions. Run: https://github.com/poissonconsulting/readwritesqlite/actions/runs/17450832054 Changes in version 0.2.0.9014 Continuous integration - Cleanup and fix macOS (#59). Changes in version 0.2.0.9013 Continuous integration - Format with air, check detritus, better handling of extra-packages (#58). Changes in version 0.2.0.9012 Testing - Skip if pool is not installed (#57). Changes in version 0.2.0.9011 Continuous integration - Enhance permissions for workflow (#56). Changes in version 0.2.0.9010 Continuous integration - Permissions, better tests for missing suggests, lints (#55). Changes in version 0.2.0.9009 Continuous integration - Only fail covr builds if token is given (#54). - Always use _R_CHECK_FORCE_SUGGESTS_=false (#53). Changes in version 0.2.0.9008 Continuous integration - Correct installation of xml2 (#52). Changes in version 0.2.0.9007 Chore - Auto-update from GitHub Actions. Run: https://github.com/poissonconsulting/readwritesqlite/actions/runs/14636202234 Continuous integration - Explain (#51). - Add xml2 for covr, print testthat results (#50). - Fix (#49). - Sync (#48). Changes in version 0.2.0.9006 Continuous integration - Avoid failure in fledge workflow if no changes (#46). Changes in version 0.2.0.9005 Continuous integration - Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#45). Changes in version 0.2.0.9004 Continuous integration - Use larger retry count for lock-threads workflow (#44). Changes in version 0.2.0.9003 Continuous integration - Ignore errors when removing pkg-config on macOS (#43). Changes in version 0.2.0.9002 Continuous integration - Overwrite from actions-sync (#42). Changes in version 0.2.0.9001 - Internal changes. Changes in version 0.2.0.9000 - Same as previous version. Changes in version 0.2.0 (2022-10-16) - Added rws_export_gpkg(). - Now R >= 4.0 - Switched to testthat 3. - Previously soft deprecated functions now warn unconditionally. Changes in version 0.1.2 (2020-07-13) New Features - Extended to also work with pool objects. Deprecated - Removed geometry sfc column from rws_data. Internal - Removed trailing spaces on sf (>= 0.9-1) projections which are causing write error. Changes in version 0.1.1 (2020-04-07) - Fix failing CRAN tests with sf (>= 0.9-1) Changes in version 0.1.0 (2020-01-29) New Features - Added rws_drop_table(). - Added rws_rename_table() and rws_rename_column(). - Updated error messages to tidyverse style. Deprecated Functions - Deprecated check_sqlite_connection() for chk_sqlite_conn(). Dependencies - Moved sf and units packages to Suggests. - Replaced dependency on err and checkr with chk. Changes in version 0.0.2 (2019-07-23) - Update for release hms 0.5.0 - Replace hms::is.hms with hms::is_hms - Replace hms::as.hms with hms::as_hms - Fix tests for release RSQLite 2.1.1.9003 Changes in version 0.0.1 (2019-07-11) - Initial release