# -*- 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 elies-ramon kerntools 1.2.1
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Kernel functions and tools for machine learning applications
long_description    {*}${description}
homepage            https://elies-ramon.github.io/kerntools
checksums           rmd160  d47a49562e9579f4375261537cc1a008d8709569 \
                    sha256  47b74d5d413a734069f22a72c97372415a66ff9a3f4e2bd871665f8d2e9956bd \
                    size    1130148
supported_archs     noarch

depends_lib-append  port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-kernlab \
                    port:R-reshape2 \
                    port:R-stringi

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

test.run            yes
