Package: datetoiso
Type: Package
Title: Convert and Impute Dates to ISO Standard ("International
        Organization for Standardization")
Version: 1.1.1
Authors@R: person("Lukasz", "Andrzejewski", email = "lukasz.coding@gmail.com",
  role = c("aut", "cre"))
URL: https://github.com/andzoluk
Language: en-US
Description: Provides functions to convert and impute date values to the ISO 8601
    standard format. The package automatically recognizes date patterns within a 
    data frame and transforms them into consistent ISO-formatted dates. It also 
    supports imputing missing month or day components in partial date strings 
    using user-defined rules. Only one date format can be applied within a single 
    data frame column.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: stringr, lubridate, data.table, dplyr
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2025-11-18 11:18:31 UTC; Andrzejewski
Author: Lukasz Andrzejewski [aut, cre]
Maintainer: Lukasz Andrzejewski <lukasz.coding@gmail.com>
Repository: CRAN
Date/Publication: 2025-11-18 12:30:02 UTC
Built: R 4.6.0; ; 2025-11-18 15:49:58 UTC; unix
