Type: Package
Package: salty
Title: Turn Clean Data into Messy Data
Version: 0.1.0
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
LazyData: true
RoxygenNote: 6.1.0
URL: https://github.com/mdlincoln/salty
BugReports: https://github.com/mdlincoln/salty/issues
NeedsCompilation: no
Packaged: 2018-09-10 11:49:31 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: 2018-09-17 11:40:03 UTC
Built: R 4.2.0; ; 2022-04-26 20:41:59 UTC; unix
