# -*- 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 jlmelville rnndescent 0.1.6
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3+
description         Nearest neighbor descent method \
                    for approximate nearest neighbors
long_description    {*}${description}
homepage            https://jlmelville.github.io/rnndescent
checksums           rmd160  d6646100904cc75396df002f1eb64659eca3f979 \
                    sha256  6e54eae47a48e282aa224dd31595d210ccde8db78a995ac35e9f048d35f1f5e1 \
                    size    346573

depends_lib-append  port:R-BH \
                    port:R-dqrng \
                    port:R-Rcpp \
                    port:R-sitmo

compiler.cxx_standard 2017

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

test.run            yes
