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
38 lines
1.3 KiB
Tcl
38 lines
1.3 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 bsiepe tsnet 0.1.0
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Fitting, comparing and visualizing networks, \
|
|
based on time series data
|
|
long_description {*}${description}
|
|
homepage https://github.com/bsiepe/tsnet
|
|
checksums rmd160 4db49dfc5d59f69313945bfbf9bc2ff8529b819f \
|
|
sha256 c6d990b8c7ea46de9456e2b8e51ea01d3b16b18ccbbba5466d2fcefe5d259e93 \
|
|
size 700998
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-cowplot \
|
|
port:R-dplyr \
|
|
port:R-ggdist \
|
|
port:R-ggokabeito \
|
|
port:R-ggplot2 \
|
|
port:R-posterior \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RcppParallel \
|
|
port:R-rlang \
|
|
port:R-rstan \
|
|
port:R-rstantools \
|
|
port:R-StanHeaders \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|