# -*- 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 sevvandi lookout 0.1.4
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3
description         Leave-one-out kernel density estimates for outlier detection
long_description    {*}${description}
homepage            https://sevvandi.github.io/lookout
checksums           rmd160  7a4551786a52923b09e741d27c71abe3417bac1a \
                    sha256  ddd24016302bbb87f8b4aab71f3cc52096173425e39ba601a2aa050309400834 \
                    size    101095
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-evd \
                    port:R-ggplot2 \
                    port:R-RANN \
                    port:R-TDAstats \
                    port:R-tidyr

depends_test-append port:R-knitr \
                    port:R-rmarkdown

test.run            yes