Changes in version 0.0.0.9033 - Merge pull request #82 from poissonconsulting/add-codeowners. Add CODEOWNERS assigning @joethorley Changes in version 0.0.0.9032 Continuous integration - Update ccache-action reference. - Bump action version. Changes in version 0.0.0.9031 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. - Only run fledge on pushes to main. - Tweak fledge workflow and ccache action. Uncategorized - Ci: Unify fledge.yaml across cynkratemplate and fledge (#86). Changes in version 0.0.0.9030 Continuous integration - Cosmetics. - Bump action versions. - Install clang-format-21. - Align fledge workflow. - Harmonize. Changes in version 0.0.0.9029 Chore - Auto-update from GitHub Actions (#64). Changes in version 0.0.0.9028 Chore - Auto-update from GitHub Actions (#62). Changes in version 0.0.0.9027 Continuous integration - Test all R versions on branches that start with cran- (#60). Changes in version 0.0.0.9026 Continuous integration - Install binaries from r-universe for dev workflow (#58). Changes in version 0.0.0.9025 Chore - Auto-update from GitHub Actions (#52). Continuous integration - Fix reviewdog and add commenting workflow (#56). - Use workflows for fledge (#55). - Sync (#54). - Use reviewdog for external PRs (#53). - Cleanup and fix macOS (#51). - Format with air, check detritus, better handling of extra-packages (#50). - Enhance permissions for workflow (#49). - Permissions, better tests for missing suggests, lints (#48). - Always use _R_CHECK_FORCE_SUGGESTS_=false (#47). - Correct installation of xml2 (#46). - Sync (#45). Changes in version 0.0.0.9024 - Closes #40. Changes in version 0.0.0.9023 - Start calling xnew_data issue #40. - Closes #39. - Warn if in seq and ref closes #7. - Test xcast. - Obs_data to old_data. - Merge branch 'main' of github.com:poissonconsulting/newdata. Changes in version 0.0.0.9022 Continuous integration - Sync workflows (#36). Changes in version 0.0.0.9021 Chore - Auto-update from GitHub Actions (#24). Continuous integration - Use Ubuntu 24.04 and styler PR (#33). - Correctly detect branch protection (#30). - Use stable pak (#29). - Latest changes (#27). - Use pkgdown branch (#26). - Install via R CMD INSTALL ., not pak (#25). - Install local package for pkgdown builds. - Improve support for protected branches with fledge. - Improve support for protected branches, without fledge. - Sync with latest developments. - Fix edge case of no suggested packages. - Use workflows from actions-sync. - Sync rcc workflows. - Sync codecov workflows. Draft - Xcoerce() (#18). Uncategorized - Merge pull request #23 from poissonconsulting/f-snapshots. - Merge pull request #21 from poissonconsulting/upkeep-2024-08. - Soft-deprecate all arguments to new_data() except data and seq. Changes in version 0.0.0.9020 - Same as previous version. Changes in version 0.0.0.9019 Chore - Use standalone purrr (#14). Uncategorized - Fix bug in new_data() not returning all levels of factor. - Update authors. - Adding obs_only = FALSE argument to new_seq. - Merge pull request #13 from poissonconsulting/f-new-style-fun. - Set character vectors to be all by default. - Drop new_seq default. - Character new value now uses most common min value. - Ordered behaves like integer. - Factor and character now takes first to last. - New seq character now has length out argument. - New_value.Date() returns integer date. - Switch to testthat 3. - Adding examples new_seq() and new_value(). - Added examples new_value(). Changes in version 0.0.0.9018 - Add new_value.ordered(). - Replaced error() with chk::err() - Switch to Rmarkdown for roxygen - check R >= 3.6 - Removed dependency on magrittr. - Edited news file. - Added new_value().hms - Replace deprecated tibble::as_data_frame() with tibble::as_tibble(). Changes in version 0.0.0.9017 - Edited news file. Changes in version 0.0.0.9016 - Same as previous version. Changes in version 0.0.0.9015 - Added new_value().hms Changes in version 0.0.0.9014 - Replace deprecated tibble::as_data_frame() with tibble::as_tibble().