# -*- 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 mlampros KernelKnn 1.1.6
revision            1
categories-append   math
maintainers         nomaintainer
license             MIT
description         Kernel k-nearest neighbors
long_description    {*}${description}
homepage            https://mlampros.github.io/KernelKnn
checksums           rmd160  4c241d5006648d6aac0d47ca4018018f61c61b73 \
                    sha256  faed5c523cf9cb2f2476b268a9bd701af852d715a1dd257b1fce0345af3f764e \
                    size    121480

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

compilers.setup     require_fortran

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

test.run            yes
