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
34 lines
1.1 KiB
Tcl
34 lines
1.1 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 schloerke autocogs 0.1.4
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Automatic Cognostic Summaries
|
|
long_description {*}${description}
|
|
checksums rmd160 dded7f25975f61ffae2ed353a0ba739b2607eaf2 \
|
|
sha256 1d7e4d253f0019950a0f9751d6e8afbde68457a032a82979ea476a0f54a2476c \
|
|
size 755383
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-broom \
|
|
port:R-checkmate \
|
|
port:R-diptest \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-hexbin \
|
|
port:R-mclust \
|
|
port:R-moments \
|
|
port:R-progress \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|