Package: ksformat
Type: Package
Title: 'SAS'-Style 'PROC FORMAT' for R
Version: 0.7.1
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
Depends: R (>= 4.1.0)
Imports: cli
Suggests: knitr, rmarkdown, shiny, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-05-21 07:59:17 UTC; meguty
Repository: CRAN
Date/Publication: 2026-05-21 08:10:02 UTC
Built: R 4.7.0; ; 2026-05-21 23:52:46 UTC; windows
