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
29 lines
974 B
Tcl
29 lines
974 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 dan.grose anomaly 4.3.3
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Detect anomalies in data
|
|
long_description {*}${description}
|
|
checksums rmd160 4a9c1a67428ab94c4c67aa2cd5ab1e5c6e658f67 \
|
|
sha256 44ec39c7c9320f82020d8090c5d62301582f1d566adb9d788986bd653101b58b \
|
|
size 1049371
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-cowplot \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-Rcpp \
|
|
port:R-Rdpack \
|
|
port:R-tidyr \
|
|
port:R-xts \
|
|
port:R-zoo
|
|
|
|
depends_test-append port:R-robustbase
|
|
|
|
test.run yes
|