Type: Package Package: salty Title: Turn Clean Data into Messy Data Version: 0.1.2 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/mdlincoln/salty BugReports: https://github.com/mdlincoln/salty/issues Config/pak/sysreqs: libicu-dev Repository: https://mdlincoln.r-universe.dev Date/Publication: 2025-11-28 18:44:51 UTC RemoteUrl: https://github.com/mdlincoln/salty RemoteRef: HEAD RemoteSha: e03ae1cf196cc70e50220a5a3f0e829a0030ab35 NeedsCompilation: no Packaged: 2026-07-03 18:14:03 UTC; root Author: Matthew Lincoln [aut, cre] (ORCID: ) Maintainer: Matthew Lincoln