You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
48 lines
1.7 KiB
Tcl
48 lines
1.7 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 privefl bigstatsr 1.6.1
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Statistical tools for filebacked big matrices
|
|
long_description {*}${description}
|
|
homepage https://privefl.github.io/bigstatsr
|
|
checksums rmd160 bf507d211f3114577fbcf57b4a9eba62b50c2f46 \
|
|
sha256 9135e29484afdf092b023f0f1b16dfa690d1c28b74e58ab5d05bbf106a2d84b0 \
|
|
size 812032
|
|
|
|
depends_lib-append port:R-bigassertr \
|
|
port:R-bigparallelr \
|
|
port:R-cowplot \
|
|
port:R-foreach \
|
|
port:R-ggplot2 \
|
|
port:R-ps \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-rmio \
|
|
port:R-RSpectra \
|
|
port:R-tibble
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-bigmemory \
|
|
port:R-bigreadr \
|
|
port:R-covr \
|
|
port:R-data.table \
|
|
port:R-dplyr \
|
|
port:R-glmnet \
|
|
port:R-hexbin \
|
|
port:R-memuse \
|
|
port:R-ModelMetrics \
|
|
port:R-plotly \
|
|
port:R-ppcor \
|
|
port:R-RhpcBLASctl \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|