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
36 lines
1.2 KiB
Tcl
36 lines
1.2 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 atlas-aai dcm2 1.0.2
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Calculate the M2 statistic for DCMs
|
|
long_description {*}${description}
|
|
checksums rmd160 9256ca844ff17d26debf432c030eef7178da5d1f \
|
|
sha256 1adbb2c98f0cf0016c5588872caf5423e5f23733204087bbb3c06b6328aebeb7 \
|
|
size 35990
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-glue \
|
|
port:R-magrittr \
|
|
port:R-modelr \
|
|
port:R-purrr \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-rlang \
|
|
port:R-stringr \
|
|
port:R-tibble \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-GDINA \
|
|
port:R-roxygen2 \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|