# -*- 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 fstpackage fst 0.9.8
revision            2
categories-append   devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             AGPL-3
description         Lightning-fast serialization of data frames
long_description    {*}${description}
checksums           rmd160  c189b6c3cdcbd6b10f72ba8f340209a704355230 \
                    sha256  44c7e889879c2a3a704b70152196e27b6fc1d700062056f9a9c0a49cb98d2665 \
                    size    274495

# Remove this with the next update. It is a one-time fix.
if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} eq "libc++"} {
    incr revision
}

depends_lib-append  port:R-fstcore \
                    port:R-Rcpp

depends_test-append port:R-bit64 \
                    port:R-crayon \
                    port:R-data.table \
                    port:R-lintr \
                    port:R-nanotime \
                    port:R-testthat

test.run            yes
