mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
37 lines
1.6 KiB
Tcl
37 lines
1.6 KiB
Tcl
# -*- 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.4.0
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
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 257ac6e894fb17507368c4097d3f103d967d865f \
|
|
sha256 3d956c68dad7af3642152de1ca86f6460f99ec40906a6e49a7f83600d501bd0d \
|
|
size 504443
|
|
|
|
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
|