# -*- 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

# GitHub version lags behind.
R.setup             cran bcallaway11 BMisc 1.4.8
revision            2
categories-append   math
maintainers         nomaintainer
license             GPL-2
description         Miscellaneous functions for panel data, quantiles \
                    and printing results
long_description    {*}${description}
homepage            https://bcallaway11.github.io/BMisc
checksums           rmd160  d3ca7cd3d043ac64deec3343f39af4e54a1a008e \
                    sha256  0c1a2c068cd5a46d8769ae84108c0b14744d6e45475b2328f0d1f4dfb61885d2 \
                    size    81748

depends_lib-append  port:R-caret \
                    port:R-data.table \
                    port:R-dplyr \
                    port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-tidyr

depends_test-append port:R-plm \
                    port:R-testthat \
                    port:R-tibble

test.run            yes
