# -*- 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 davidbolin MetricGraph 1.5.0
revision            1
categories-append   math
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-2+
description         Random fields on metric graphs
long_description    Facilitates creation and manipulation of metric graphs, such as street or river networks. \
                    Further facilitates operations and visualizations of data on metric graphs and the creation \
                    of a large class of random fields and stochastic partial differential equations on such spaces. \
                    These random fields can be used for simulation, prediction and inference.
homepage            https://davidbolin.github.io/MetricGraph
checksums           rmd160  9baa791e889bdba4064c7f6bb8a0ec9240c248f0 \
                    sha256  23d9bc1e8e7602213af9d8782193c8b617d741adf2f4541ce1d9a40fd8f5ec12 \
                    size    531708

depends_lib-append  port:R-broom \
                    port:R-dplyr \
                    port:R-ggnewscale \
                    port:R-ggplot2 \
                    port:R-igraph \
                    port:R-lifecycle \
                    port:R-magrittr \
                    port:R-R6 \
                    port:R-RANN \
                    port:R-Rcpp \
                    port:R-RcppEigen \
                    port:R-rSPDE \
                    port:R-sf \
                    port:R-sp \
                    port:R-tidyr \
                    port:R-zoo
