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
34 lines
1.1 KiB
Tcl
34 lines
1.1 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 clbustos dominanceanalysis 2.1.0
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Dominance Analysis
|
|
long_description {*}${description}
|
|
checksums rmd160 be9a08f225445f9f415043cc4de4241151bc3ae3 \
|
|
sha256 50d93b718db9edda6661b47c8cb23758080d80b7c21d735f2f530121cfe9e8ce \
|
|
size 255792
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2
|
|
|
|
depends_test-append port:R-betareg \
|
|
port:R-car \
|
|
port:R-covr \
|
|
port:R-dynlm \
|
|
port:R-knitr \
|
|
port:R-lme4 \
|
|
port:R-performance \
|
|
port:R-pscl \
|
|
port:R-reshape2 \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|