Skip to content

Releases: imanuelcostigan/fmdates

Version 0.1.4

06 Jan 03:22
Compare
Choose a tag to compare
Version 0.1.4 Pre-release
Pre-release
  • is_good() no longer relies on lubridate::wday() abbreviations (#9)
  • Package website is now available. See the DESCRIPTION file for URL (#11)
  • Added specific developer documentation to CONTRIBUTING.md (#12)

Version 0.1.3

08 Oct 22:26
Compare
Choose a tag to compare

is_good() methods work when dates are bad and they occur on Tuesdays or Thursdays following changes to lubridate::wday() return values (#7)

Version 0.1.2

11 Feb 20:48
Compare
Choose a tag to compare

Exported is_valid_day_basis() and is_valid_bdc() (#5)

Version 0.1.1

05 Feb 07:38
Compare
Choose a tag to compare

BUG FIXES:

  • Fixed error when subsetting a JointCalendar with a logical vector (#3)
  • Removed unnecessary dependency on stats package

Version 0.1.0

14 Jan 04:10
Compare
Choose a tag to compare
  • Initial release
  • Introduces Calendar classes (S3) and associated convenience constructors for
    key locales
  • Introduces is_good(), adjust(), shift() and generate_schedule() as
    key calendar related methods
  • Introduces year_frac() function for time length calculations.