Package: fmtr Type: Package Title: Easily Apply Formats to Data Version: 1.7.3 Maintainer: David Bosak Authors@R: c(person(given = "David", family = "Bosak", role = c("aut", "cre"), email = "dbosak01@gmail.com"), person(given = "Chen", family = "Ling", role = c("aut"), email = "chen.lingcpu@gmail.com") ) Description: Contains a set of functions that can be used to apply formats to data frames or vectors. The package aims to provide functionality similar to that of SASĀ® formats. Formats are assigned to the format attribute on data frame columns. Then when the fdata() function is called, a new data frame is created with the column data formatted as specified. The package also contains a value() function to create a user-defined format, similar to a SASĀ® user-defined format. License: CC0 Encoding: UTF-8 URL: https://fmtr.r-sassy.org, https://github.com/dbosak01/fmtr BugReports: https://github.com/dbosak01/fmtr/issues Depends: R (>= 4.0.0), common Suggests: testthat, knitr, rmarkdown, covr, logr, utils, dplyr, libr, hms Imports: tibble, stats, crayon, Rcpp RoxygenNote: 7.3.3 VignetteBuilder: knitr LinkingTo: Rcpp Repository: https://dbosak01.r-universe.dev Date/Publication: 2026-03-15 10:13:28 UTC RemoteUrl: https://github.com/dbosak01/fmtr RemoteRef: HEAD RemoteSha: a097142d820eb0aa57d90752909b0f4a3b332b53 NeedsCompilation: yes Packaged: 2026-06-24 03:45:01 UTC; root Author: David Bosak [aut, cre], Chen Ling [aut]