Skip to contents

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

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

dttr2 0.5.2.9000

  • Internal changes.

dttr2 0.5.2

CRAN release: 2024-09-25

  • Updated how S3 methods are registered so internal methods do not overwrite S3 methods.

dttr2 0.5.1

CRAN release: 2024-09-13

  • Housekeeping tasks.
  • Updated how S3 methods are registered.
  • Update set operators code due to failures on development version of R.

dttr2 0.5.0

CRAN release: 2023-11-14

dttr2 0.4.2.9002

  • Updating tests due POSIXct bug fix

dttr2 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

dttr2 0.4.2.9000

dttr2 0.4.2

CRAN release: 2022-09-26

  • Same as previous version.

dttr2 0.4.1.9001

  • Ayla Pearson now co-author and maintainer.

dttr2 0.4.1.9000

  • Same as previous version.

dttr2 0.4.1

CRAN release: 2022-08-26

  • Fix HTML attribute.
  • Increase minimum compatible R version to 3.4.

dttr2 0.3.0

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

dttr2 0.2.0

CRAN release: 2020-05-01

dttr2 0.1.0

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

dttr2 0.0.2

CRAN release: 2020-02-05

  • Removed reference to missing …parameters.

dttr2 0.0.1

CRAN release: 2019-06-28

  • Added a NEWS.md file to track changes to the package.