Package: ymd
Title: Parse 'YMD' Format Number or String to Date
Version: 0.1.5
Authors@R: c(
    person("Xianying", "Tan", , "shrektan@126.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-6072-3521")),
    person("Hiroaki", "Yutani", , "yutani.ini@gmail.com", role = c("ctb"),
           comment = c(ORCID = "0000-0002-3385-7233", "configure, configure.win, tools/configure.R")),
    person(given = "The authors of the dependency Rust crates",
           role = c("ctb"),
           comment = "see inst/AUTHORS file for details")
    )
Maintainer: Xianying Tan <shrektan@126.com>
Description: Convert 'YMD' format number or string to Date efficiently, using Rust's
    standard library. It also provides helper functions to handle Date, e.g., quick
    finding the beginning or end of the given period, adding months to Date, etc.
License: MIT + file LICENSE
URL: https://shrektan.github.io/ymd/, https://github.com/shrektan/ymd
BugReports: https://github.com/shrektan/ymd/issues
SystemRequirements: Cargo (Rust's package manager), rustc, xz
Encoding: UTF-8
RoxygenNote: 7.3.2
Biarch: true
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/rextendr/version: 0.3.1.9001
Depends: R (>= 4.2)
NeedsCompilation: yes
Packaged: 2025-04-15 05:28:53 UTC; shrektan
Author: Xianying Tan [aut, cre] (<https://orcid.org/0000-0002-6072-3521>),
  Hiroaki Yutani [ctb] (<https://orcid.org/0000-0002-3385-7233>,
    configure, configure.win, tools/configure.R),
  The authors of the dependency Rust crates [ctb] (see inst/AUTHORS file
    for details)
Repository: CRAN
Date/Publication: 2025-04-15 05:50:03 UTC
Built: R 4.5.1; x86_64-w64-mingw32; 2025-10-06 01:27:02 UTC; windows
Archs: x64
