# -*- 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 JeffreyRacine np 0.60-18
revision            0
categories-append   math
maintainers         nomaintainer
license             GPL
description         Nonparametric kernel smoothing methods \
                    for mixed data types
long_description    {*}${description}
homepage            https://github.com/JeffreyRacine/R-Package-np
checksums           rmd160  4515ea56a2455cdceeabf187c4ba2e54c1888766 \
                    sha256  b21c54c1ac2cb2105087b8af012e0444b2a53b47965f42e776c094b85a7c2a9b \
                    size    1505450

depends_lib-append  port:R-cubature \
                    port:R-quadprog \
                    port:R-quantreg

depends_test-append port:R-ks \
                    port:R-logspline

test.run            yes
