Package: ksformat
Type: Package
Title: 'SAS'-Style 'PROC FORMAT' for R
Version: 0.4.2
Author: Vladimir Larchenko [aut, cre],
  Igor Aleschenkov [aut]
Maintainer: Vladimir Larchenko <vladimir.larchenko@keystatsolutions.com>
Authors@R: c(
    person(
      "Vladimir", "Larchenko",
      email = "vladimir.larchenko@keystatsolutions.com",
      role = c("aut", "cre")
    ),
    person(
      "Igor", "Aleschenkov",
      email = "igor.aleschenkov@keystatsolutions.com",
      role = "aut"
    )
  )
Description: Provides 'SAS' 'PROC FORMAT'-like functionality for creating and applying
    value formats in R. Supports discrete and range-based mapping of values to labels,
    reverse formatting (invalue), date/time/datetime formatting with built-in 'SAS' format
  names, multi-label formats, expression labels evaluated at apply-time,
    case-insensitive matching, import/export of format definitions, and proper handling
    of missing values (NA, NULL, NaN).
URL: https://github.com/crow16384/ksformat
BugReports: https://github.com/crow16384/ksformat/issues
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: cli
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-03-28 10:58:44 UTC; meguty
Repository: CRAN
Date/Publication: 2026-03-28 15:50:02 UTC
