mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
992 B
Tcl
29 lines
992 B
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 modal-inria RMixtCompUtilities 4.1.6
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license AGPL-3
|
|
description Utility functions for MixtComp outputs
|
|
long_description {*}${description}
|
|
checksums rmd160 b4335bf96e92934100a014b60d53d4ee2cc1ec8a \
|
|
sha256 eba44b7a6ed29e875b108aa4f04d32e36c10dcd7099e1781db5f1dd49c562a29 \
|
|
size 40490
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-plotly \
|
|
port:R-scales
|
|
|
|
depends_test-append port:R-RMixtCompIO \
|
|
port:R-Rmixmod \
|
|
port:R-testthat \
|
|
port:R-xml2
|
|
|
|
test.run yes
|