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
40 lines
1.4 KiB
Tcl
40 lines
1.4 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 James.Thorson dsem 1.3.0
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Fit dynamic structural equation models
|
|
long_description {*}${description}
|
|
homepage https://james-thorson-noaa.github.io/dsem
|
|
checksums rmd160 7781759b0e6313ffaaeeb68fd36b50d1c7c0467e \
|
|
sha256 5e721a6404f2f703f4bf45fc331c770fc64c5fa0b587b9fedd88dc2894e61eff \
|
|
size 271586
|
|
|
|
depends_lib-append port:R-igraph \
|
|
port:R-RcppEigen \
|
|
port:R-sem \
|
|
port:R-TMB
|
|
|
|
depends_test-append port:R-AER \
|
|
port:R-dynlm \
|
|
port:R-gridExtra \
|
|
port:R-knitr \
|
|
port:R-ggplot2 \
|
|
port:R-ggpubr \
|
|
port:R-ggraph \
|
|
port:R-MARSS \
|
|
port:R-phylopath \
|
|
port:R-reshape \
|
|
port:R-rmarkdown \
|
|
port:R-rstan \
|
|
port:R-tmbstan \
|
|
port:R-testthat \
|
|
port:R-vars
|
|
|
|
test.run yes
|