Package: fastymd
Title: Fast Utilities for Year Month Day Objects
Version: 0.1.4
Authors@R: 
    c(
        person(
            given   = "Tim",
            family  = "Taylor",
            role    = c("aut", "cre"),
            email   = "tim.taylor@hiddenelephants.co.uk",
            comment = c(ORCID = "0000-0002-8587-7113")
        ),
        person(
            given   = "Howard",
            family  = "Hinnant",
            role    = "aut",
            comment = "Author of underlying algorithms for calculating Epoch days to Calendar days and vice versa"
        ),
        person(
        	"jerichaux",
        	role    = "aut",
            comment = "Author of included branchless leap year calculation"
        )
    )
Description: A collection of utility functions for working with
  Year Month Day objects. Includes functions for fast parsing of numeric
  and character input based on algorithms described in Hinnant, H. (2021) 
  <https://howardhinnant.github.io/date_algorithms.html> as well as a branchless
  calculation of leap years by Jerichaux (2025) <https://stackoverflow.com/a/79564914>.
License: GPL-3
URL: https://timtaylor.codeberg.page/fastymd/
BugReports: https://codeberg.org/TimTaylor/fastymd/issues
Encoding: UTF-8
Suggests: fasttime, lubridate, microbenchmark, tinytest, ymd, litedown
Depends: R (>= 4.2.0)
VignetteBuilder: litedown
RoxygenNote: 7.3.3
Config/testthat/load-all: list(export_all = FALSE, helpers = FALSE)
NeedsCompilation: yes
Packaged: 2025-10-03 08:50:22 UTC; tim
Author: Tim Taylor [aut, cre] (ORCID: <https://orcid.org/0000-0002-8587-7113>),
  Howard Hinnant [aut] (Author of underlying algorithms for calculating
    Epoch days to Calendar days and vice versa),
  jerichaux [aut] (Author of included branchless leap year calculation)
Maintainer: Tim Taylor <tim.taylor@hiddenelephants.co.uk>
Repository: CRAN
Date/Publication: 2025-10-03 09:10:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-13 09:18:45 UTC; windows
Archs: x64
