datetoiso: Convert and Impute Dates to ISO 8601 Format and Reconcile Data Sets

Provides tools for converting and imputing date values to the ISO 8601 standard format and for reconciling differences between two versions of a data set. The package automatically detects date patterns within data frame columns and converts them to consistent ISO-formatted dates, with optional imputation of missing day or month components based on user-defined rules. It also includes functionality to identify inserted, deleted, and updated records, as well as column- and value-level changes, when comparing old and new versions of a data frame. Only one date format may be applied within a single column.

Version: 1.2.1
Imports: stringr, lubridate, data.table, dplyr, purrr, glue, magrittr
Suggests: testthat (≥ 3.0.0)
Published: 2025-12-16
DOI: 10.32614/CRAN.package.datetoiso
Author: Lukasz Andrzejewski [aut, cre]
Maintainer: Lukasz Andrzejewski <lukasz.coding at gmail.com>
License: MIT + file LICENSE
URL: https://github.com/andzoluk
NeedsCompilation: no
Language: en-US
Materials: README, NEWS
CRAN checks: datetoiso results

Documentation:

Reference manual: datetoiso.html , datetoiso.pdf

Downloads:

Package source: datetoiso_1.2.1.tar.gz
Windows binaries: r-devel: datetoiso_1.2.0.zip, r-release: datetoiso_1.2.0.zip, r-oldrel: datetoiso_1.2.0.zip
macOS binaries: r-release (arm64): datetoiso_1.2.0.tgz, r-oldrel (arm64): datetoiso_1.2.0.tgz, r-release (x86_64): datetoiso_1.2.0.tgz, r-oldrel (x86_64): datetoiso_1.2.1.tgz
Old sources: datetoiso archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=datetoiso to link to this page.