You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
842 B
Tcl
24 lines
842 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 vmoprojs MTest 1.0.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Procedure for multicollinearity testing using bootstrap
|
|
long_description {*}${description}
|
|
checksums rmd160 a88b0a76d2ccbef94ad5d88c06601ade360af2a4 \
|
|
sha256 d607c85523544d8d0249b24026cebcc9f528da78684352b62475e7058b365fa7 \
|
|
size 314404
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-car \
|
|
port:R-ggplot2 \
|
|
port:R-plotly
|
|
|
|
test.run yes
|