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
43 lines
1.5 KiB
Tcl
43 lines
1.5 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
|
|
|
|
# Upstream is late with publishing updates on R-forge.
|
|
R.setup cran r-project robustbase 0.99-4-1
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Basic robust statistics
|
|
long_description {*}${description}
|
|
homepage https://robustbase.R-forge.R-project.org
|
|
checksums rmd160 c50af6ba1f64d54c000c2d34e006d57d8bd380e6 \
|
|
sha256 481edee7614f66a39d31d930e58ff02b1c4282e0daad51a106c6b7aa8011ff91 \
|
|
size 2289218
|
|
|
|
depends_lib-append port:R-DEoptimR
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-catdata \
|
|
port:R-doParallel \
|
|
port:R-fit.models \
|
|
port:R-foreach \
|
|
port:R-GGally \
|
|
port:R-ggplot2 \
|
|
port:R-Hmisc \
|
|
port:R-matrixStats \
|
|
port:R-MPV \
|
|
port:R-quantreg \
|
|
port:R-RColorBrewer \
|
|
port:R-reshape2 \
|
|
port:R-robust \
|
|
port:R-robustX \
|
|
port:R-rrcov \
|
|
port:R-sfsmisc \
|
|
port:R-skewt \
|
|
port:R-xtable
|
|
|
|
test.run yes
|