dttr2 0.5.2.9002
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
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
- Adding excel to date time function to package
dtt_excel_to_date_time()
dttr2 0.4.2.9001
- Updating
dtt_*_from_ints()functions to handle missing values by setting the whole value to beNAif one part is missing
dttr2 0.4.2.9000
- added
dtt_date_from_ints(),dtt_time_from_ints()anddtt_date_time_from_ints()which create date or time objects from vectors of integers.
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
- 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()anddtt_set_time()to set dates and times. - Add
first = NULLargument todtt_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.
dttr2 0.1.0
CRAN release: 2020-03-04
- Functions now accept whole numerics where previously integers required.
- Added
chk_time()andvld_time()to check and validate that non-missinghms::hmsscalar. - Soft-deprecated
check_tz()forchk::chk_identical(dtt_tz(x), tz)
