Skip to contents

readwritesqlite 0.2.0.9031

  • Ci: Unify fledge.yaml across cynkratemplate and fledge (#86).

readwritesqlite 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.

readwritesqlite 0.2.0.9029

Continuous integration

  • Only run fledge on pushes to main.

readwritesqlite 0.2.0.9028

Continuous integration

  • Tweak fledge workflow and ccache action.

readwritesqlite 0.2.0.9027

Continuous integration

  • Cosmetics.

  • Bump action versions.

  • Install clang-format-21.

  • Align fledge workflow.

  • Harmonize.

readwritesqlite 0.2.0.9026

readwritesqlite 0.2.0.9025

  • Merge pull request #68 from poissonconsulting/rm-cran-badges.

    Remove CRAN badges from README from md and Rmd

readwritesqlite 0.2.0.9024

readwritesqlite 0.2.0.9023

readwritesqlite 0.2.0.9022

readwritesqlite 0.2.0.9021

Continuous integration

  • Fix comment (#67).

  • Tweaks (#66).

  • Test all R versions on branches that start with cran- (#65).

readwritesqlite 0.2.0.9020

Continuous integration

  • Install binaries from r-universe for dev workflow (#64).

readwritesqlite 0.2.0.9019

Continuous integration

  • Fix reviewdog and add commenting workflow (#63).

readwritesqlite 0.2.0.9018

Continuous integration

  • Use workflows for fledge (#62).

readwritesqlite 0.2.0.9017

Continuous integration

readwritesqlite 0.2.0.9016

Continuous integration

  • Use reviewdog for external PRs (#60).

readwritesqlite 0.2.0.9015

readwritesqlite 0.2.0.9014

Continuous integration

  • Cleanup and fix macOS (#59).

readwritesqlite 0.2.0.9013

Continuous integration

  • Format with air, check detritus, better handling of extra-packages (#58).

readwritesqlite 0.2.0.9012

Testing

  • Skip if pool is not installed (#57).

readwritesqlite 0.2.0.9011

Continuous integration

  • Enhance permissions for workflow (#56).

readwritesqlite 0.2.0.9010

Continuous integration

  • Permissions, better tests for missing suggests, lints (#55).

readwritesqlite 0.2.0.9009

Continuous integration

  • Only fail covr builds if token is given (#54).

  • Always use _R_CHECK_FORCE_SUGGESTS_=false (#53).

readwritesqlite 0.2.0.9008

Continuous integration

  • Correct installation of xml2 (#52).

readwritesqlite 0.2.0.9007

Continuous integration

  • Explain (#51).

  • Add xml2 for covr, print testthat results (#50).

  • Fix (#49).

  • Sync (#48).

readwritesqlite 0.2.0.9006

Continuous integration

  • Avoid failure in fledge workflow if no changes (#46).

readwritesqlite 0.2.0.9005

Continuous integration

  • Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#45).

readwritesqlite 0.2.0.9004

Continuous integration

  • Use larger retry count for lock-threads workflow (#44).

readwritesqlite 0.2.0.9003

Continuous integration

  • Ignore errors when removing pkg-config on macOS (#43).

readwritesqlite 0.2.0.9002

Continuous integration

  • Overwrite from actions-sync (#42).

readwritesqlite 0.2.0.9001

  • Internal changes.

readwritesqlite 0.2.0.9000

  • Same as previous version.

readwritesqlite 0.2.0

CRAN release: 2022-10-16

  • Added rws_export_gpkg().
  • Now R >= 4.0
  • Switched to testthat 3.
  • Previously soft deprecated functions now warn unconditionally.

readwritesqlite 0.1.2

CRAN release: 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.

readwritesqlite 0.1.1

CRAN release: 2020-04-07

  • Fix failing CRAN tests with sf (>= 0.9-1)

readwritesqlite 0.1.0

CRAN release: 2020-01-29

New Features

Deprecated Functions

Dependencies

  • Moved sf and units packages to Suggests.
  • Replaced dependency on err and checkr with chk.

readwritesqlite 0.0.2

CRAN release: 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

readwritesqlite 0.0.1

CRAN release: 2019-07-11

  • Initial release