# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           R 1.0

R.setup             cran mdlincoln salty 0.1.1
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Turn clean data into messy data
long_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.
homepage            https://github.com/mdlincoln/salty
checksums           rmd160  a32dd1645a9393de977c5a159ea4b94fb2e5b7cf \
                    sha256  3dae87dcee8d45d359436452fd4732942e7a4829c9f7796d308661d058f41f16 \
                    size    25800
supported_archs     noarch

depends_lib-append  port:R-assertthat \
                    port:R-purrr \
                    port:R-stringr

depends_test-append port:R-charlatan \
                    port:R-covr \
                    port:R-testthat \
                    port:R-tibble

test.run            yes
