# -*- 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 jacobkap fastDummies 1.7.5
revision            2
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Fast creation of dummy (binary) columns and rows \
                    from categorical variables
long_description    {*}${description}
homepage            https://jacobkap.github.io/fastDummies
checksums           rmd160  07e366ae4786d82c0a3cbfe8e14374940973fcab \
                    sha256  b87a1986af37ed10016cef267650e01f518836c427a5e39c2d987b46645abb4a \
                    size    27137
supported_archs     noarch

depends_lib-append  port:R-data.table \
                    port:R-stringr \
                    port:R-tibble

depends_test-append port:R-covr \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-spelling \
                    port:R-testthat

test.run            yes
