You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 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 dicook nullabor 0.3.12
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Tools for graphical inference
|
|
long_description {*}${description}
|
|
homepage https://dicook.github.io/nullabor
|
|
checksums rmd160 3ad1988d991ca9fbb305dbc027c03a3f8d5f2d89 \
|
|
sha256 26ed134c82b8fc17fc5e1c8fe3ed99f6f5fa01690534f62d010276d30fe0ad7a \
|
|
size 1180136
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-fpc \
|
|
port:R-ggplot2 \
|
|
port:R-magrittr \
|
|
port:R-moments \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-forecast \
|
|
port:R-knitr \
|
|
port:R-viridis
|
|
|
|
test.run yes
|