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.4 KiB
Tcl
43 lines
1.4 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 zzawadz DepthProc 2.1.5
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Statistical depth functions for multivariate analysis
|
|
long_description {*}${description}
|
|
checksums rmd160 550fc56ab0f08f7bc09091c5d12deb3dccae44d8 \
|
|
sha256 e6b0afd54bb20e25a6bf5402c771848db20e9c844f0fc990ecc3d1078b9eee44 \
|
|
size 422575
|
|
|
|
depends_lib-append port:R-colorspace \
|
|
port:R-geometry \
|
|
port:R-ggplot2 \
|
|
port:R-np \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-rrcov \
|
|
port:R-sm \
|
|
port:R-zoo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-dplyr \
|
|
port:R-fda \
|
|
port:R-lintr \
|
|
port:R-mvtnorm \
|
|
port:R-pkgbuild \
|
|
port:R-rgl \
|
|
port:R-robustbase \
|
|
port:R-roxygen2 \
|
|
port:R-sn \
|
|
port:R-testthat \
|
|
port:R-xts
|
|
|
|
test.run yes
|