# -*- 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             github eliocamp metR 0.15.0 v
revision            1
maintainers         nomaintainer
license             GPL-3
description         Tools for easier analysis of meteorological fields
long_description    {*}${description}
homepage            https://eliocamp.github.io/metR
checksums           rmd160  30c22e98fd4825666b13d240afcb14e4c88b5325 \
                    sha256  38940582571eb3a3843032a01ad95fddcc964d775386a57314d0113b29f87c26 \
                    size    18942752
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-checkmate \
                    port:R-data.table \
                    port:R-digest \
                    port:R-Formula \
                    port:R-formula.tools \
                    port:R-ggplot2 \
                    port:R-gtable \
                    port:R-isoband \
                    port:R-lubridate \
                    port:R-memoise \
                    port:R-plyr \
                    port:R-purrr \
                    port:R-scales \
                    port:R-sf \
                    port:R-stringr

depends_test-append port:R-covr \
                    port:R-gridExtra \
                    port:R-gsignal \
                    port:R-here \
                    port:R-irlba \
                    port:R-knitr \
                    port:R-kriging \
                    port:R-maps \
                    port:R-ncdf4 \
                    port:R-PCICt \
                    port:R-pkgdown \
                    port:R-proj4 \
                    port:R-reshape2 \
                    port:R-rgdal \
                    port:R-rmarkdown \
                    port:R-rnaturalearth \
                    port:R-terra \
                    port:R-testthat \
                    port:R-vdiffr \
                    port:R-viridis

test.run            yes
