Changelog
Source:NEWS.md
RKazam 0.0.0.9020 (2024-11-18)
Continuous integration
- Use stable pak (#27).
RKazam 0.0.0.9019 (2024-11-11)
Continuous integration
-
Trigger run (#26).
ci: Trigger run
ci: Latest changes
RKazam 0.0.0.9018 (2024-10-28)
Continuous integration
-
Use pkgdown branch (#25).
ci: Use pkgdown branch
ci: Updates from duckdb
ci: Trigger run
RKazam 0.0.0.9017 (2024-09-15)
Continuous integration
-
Install via R CMD INSTALL ., not pak (#24).
ci: Install via R CMD INSTALL ., not pak
ci: Bump version of upload-artifact action
RKazam 0.0.0.9016 (2024-08-31)
Chore
-
Auto-update from GitHub Actions.
Run: https://github.com/r-dbi/RKazam/actions/runs/10425482924
-
Auto-update from GitHub Actions.
Run: https://github.com/r-dbi/RKazam/actions/runs/10200160548
-
Auto-update from GitHub Actions.
Run: https://github.com/r-dbi/RKazam/actions/runs/9728443838
-
Auto-update from GitHub Actions.
Run: https://github.com/r-dbi/RKazam/actions/runs/9691616931
Continuous integration
Install local package for pkgdown builds.
Improve support for protected branches with fledge.
Improve support for protected branches, without fledge.
Sync with latest developments.
Use v2 instead of master.
Inline action.
Use dev roxygen2 and decor.
Fix on Windows, tweak lock workflow.
Avoid checking bashisms on Windows.
Better commit message.
Bump versions, better default, consume custom matrix.
Recent updates.
RKazam 0.0.0.9010 (2023-11-10)
Testing
- Skip helper if DBItest is not installed (#21).
RKazam 0.0.0.9009 (2023-11-06)
Testing
- Only run if DBItest is installed (#20).
RKazam 0.0.0.9008 (2023-10-09)
Features
- Bring back improvements from adbc package (#19).
RKazam 0.0.0.9002 (2020-12-22)
- Converted to template repository on GitHub (#8).
RKazam 0.0.0.9001 (2020-12-05)
- Switch to GitHub Actions (#9).
- Prefer
testthat::skip()
overskip()
so that tests run cleanly (#5). - Add ellipsis
...
to the signature of all DBI methods. - Travis tests pass.
- Enable Travis CI.
- Compatibility with current DBI: Use default method for
dbGetInfo(DBIResult)
.