Package: ksformat
Type: Package
Title: 'SAS'-Style 'PROC FORMAT' for R
Version: 0.3.5
Author: Vladimir Larchenko [aut, cre]
Maintainer: Vladimir Larchenko <vladimir.larchenko@keystatsolutions.com>
Authors@R: c(
    person(
      "Vladimir", "Larchenko",
      email = "vladimir.larchenko@keystatsolutions.com",
      role = c("aut", "cre")
    )
  )
Description: Provides 'SAS' 'PROC FORMAT'-like functionality for creating and applying
    value formats in R. Supports mapping values to labels, range-based formatting,
    reverse formatting (invalue), and proper handling of missing values (NA, NULL, NaN).
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-21 11:00:11 UTC; meguty
Repository: CRAN
Date/Publication: 2026-03-25 21:00:10 UTC
