Changes in version 0.5.2.9006 Chore - Add ccache to .gitignore and .Rbuildignore. - Auto-update from GitHub Actions (#78). Continuous integration - Update ccache-action reference. - Bump action version. - 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. - Cosmetics. - Bump action versions. - Install clang-format-21. - Align fledge workflow. - Harmonize. fledge - Bump version to 0.5.2.9006 (#86). Changes in version 0.5.2.9005 Chore - Auto-update from GitHub Actions (#74). Changes in version 0.5.2.9004 - Merge pull request #67 from poissonconsulting/add-hex-logo. Add hex logo Changes in version 0.5.2.9003 Continuous integration - Test all R versions on branches that start with cran- (#64). Changes in version 0.5.2.9002 Chore - Auto-update from GitHub Actions (#57). - Check if spelling is installed rather than checking unconditionally (#50). Continuous integration - Install binaries from r-universe for dev workflow (#62). - Fix reviewdog and add commenting workflow (#61). - Use workflows for fledge (#60). - Sync (#59). - Use reviewdog for external PRs (#58). - Cleanup and fix macOS (#56). - Format with air, check detritus, better handling of extra-packages (#55). - Enhance permissions for workflow (#53). - Permissions, better tests for missing suggests, lints (#52). - Always use _R_CHECK_FORCE_SUGGESTS_=false (#51). - Correct installation of xml2 (#49). - Sync (#48). Uncategorized - Merge pull request #54 from poissonconsulting/duncan-ctb. added myself as ctb to DESCRIPTION - Merge branch 'main' of github.com:poissonconsulting/dttr2. Changes in version 0.5.2.9001 - Added dtt_excel_to_time() to convert excel times encoded as a fraction of a day to hms class. - Fixed S3 internal methods exporting. Changes in version 0.5.2.9000 - Internal changes. Changes in version 0.5.2 (2024-09-25) - Updated how S3 methods are registered so internal methods do not overwrite S3 methods. Changes in version 0.5.1 (2024-09-13) - Housekeeping tasks. - Updated how S3 methods are registered. - Update set operators code due to failures on development version of R. Changes in version 0.5.0 (2023-11-14) - Adding excel to date time function to package dtt_excel_to_date_time() Changes in version 0.4.2.9002 - Updating tests due POSIXct bug fix Changes in version 0.4.2.9001 - Updating dtt_*_from_ints() functions to handle missing values by setting the whole value to be NA if one part is missing Changes in version 0.4.2.9000 - added dtt_date_from_ints(), dtt_time_from_ints() and dtt_date_time_from_ints() which create date or time objects from vectors of integers. Changes in version 0.4.2 (2022-09-26) - Same as previous version. Changes in version 0.4.1.9001 - Ayla Pearson now co-author and maintainer. Changes in version 0.4.1.9000 - Same as previous version. Changes in version 0.4.1 (2022-08-26) - Fix HTML attribute. - Increase minimum compatible R version to 3.4. Changes in version 0.4.0 (2021-09-19) - Added - dtt_decade() - dtt_days_in_month() - dtt_days_in_year() - dtt_month_decimal(), - dtt_year_decimal.Date() - dtt_day_decimal(), - dtt_doy_decimal(), - dtt_hour_decimal() - dtt_minute_decimal() - dtt_leap_year() - Fixed - dtt_adjust_units() so accepts fractional values. Changes in version 0.3.0 (2020-07-10) Added test functions - is_date() - is_date_time() - is_time() Added get functions for default time zone. - dtt_sys_date() - dtt_sys_date_time() - dtt_sys_time() - Added to get POSIXct object with year set to 1972. - dtt_dayte_time(). Changes in version 0.2.0 (2020-05-01) - Bug fix for c.Date which in development version coerces all arguments to Date. - Added dtt_date_add_time() to add times to Dates vectors. - Added dtt_diff() to get time differences. - Added dtt_set_date() and dtt_set_time() to set dates and times. - Add first = NULL argument to dtt_season() to allow setting of first season in year. - dtt_season() now returns factor as opposed to ordered factor. - Added dtt_wday() to get weekday as a character vector. Changes in version 0.1.0 (2020-03-04) - Functions now accept whole numerics where previously integers required. - Added chk_time() and vld_time() to check and validate that non-missing hms::hms scalar. - Soft-deprecated check_tz() for chk::chk_identical(dtt_tz(x), tz) Changes in version 0.0.2 (2020-02-05) - Removed reference to missing ...parameters. Changes in version 0.0.1 (2019-06-28) - Added a NEWS.md file to track changes to the package.