# -*- 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 vincentarelbundock marginaleffects 0.24.0
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3+
description         Predictions, comparisons, slopes, marginal means \
                    and hypothesis tests
long_description    {*}${description}
homepage            https://vincentarelbundock.github.io/marginaleffects
checksums           rmd160  8b65f9d013bbaf6247214e8a9915c0906e8ae3e6 \
                    sha256  f764ac30d3a5aa3fae9cede7578db0f3041803212619e3cac113f9591b83fc10 \
                    size    1519640

depends_lib-append  port:R-checkmate \
                    port:R-data.table \
                    port:R-generics \
                    port:R-insight \
                    port:R-Rcpp \
                    port:R-RcppEigen \
                    port:R-rlang
