Type: Package
Package: salty
Title: Turn Clean Data into Messy Data
Version: 0.1.1
Authors@R: c(
    person("Matthew", "Lincoln", email = "matthew.d.lincoln@gmail.com",
      role = c("aut", "cre"),
      comment = c(ORCID = "0000-0002-4387-3384")))
Description: Take real or simulated data and salt it with errors commonly 
    found in the wild, such as pseudo-OCR errors, Unicode problems, numeric 
    fields with nonsensical punctuation, bad dates, etc.
License: MIT + file LICENSE
Depends: R (>= 2.10)
Imports: assertthat, purrr, stringr
Suggests: charlatan, testthat (>= 2.0.0), tibble, covr
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/mdlincoln/salty
BugReports: https://github.com/mdlincoln/salty/issues
NeedsCompilation: no
Packaged: 2024-08-31 04:04:06 UTC; mlincoln
Author: Matthew Lincoln [aut, cre] (<https://orcid.org/0000-0002-4387-3384>)
Maintainer: Matthew Lincoln <matthew.d.lincoln@gmail.com>
Repository: CRAN
Date/Publication: 2024-08-31 04:20:02 UTC
Built: R 4.6.0; ; 2025-08-18 09:09:21 UTC; unix
