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
36 lines
1.2 KiB
Tcl
36 lines
1.2 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 bcm-uga pcadapt 4.4.0
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Fast principal component analysis for outlier detection
|
|
long_description {*}${description}
|
|
homepage https://github.com/bcm-uga/pcadapt
|
|
checksums rmd160 f7b99d1d6377b0b5de71f6880cd0cc9c9b9992df \
|
|
sha256 5abd61bd9fb91bb3adaf8df9cee9f1334e1a62f0cc7b6c922d8684e29b99baac \
|
|
size 1716088
|
|
|
|
depends_lib-append port:R-bigutilsr \
|
|
port:R-data.table \
|
|
port:R-ggplot2 \
|
|
port:R-magrittr \
|
|
port:R-mmapcharr \
|
|
port:R-Rcpp \
|
|
port:R-rmio \
|
|
port:R-RSpectra
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-plotly \
|
|
port:R-shiny \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-vcfR
|
|
|
|
test.run yes
|