mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.3 KiB
Tcl
40 lines
1.3 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 wojtek.kostelecki ezplot 0.7.13
|
|
revision 1
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Functions for common chart types
|
|
long_description {*}${description}
|
|
checksums rmd160 c889870c3fb7a650dbfd3e4ce4d4b45711bada11 \
|
|
sha256 6cdec6e0b588eee43c1a13a9af0be88fff8875df37067cabdf30019d3c64eeaa \
|
|
size 552771
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-forcats \
|
|
port:R-ggplot2 \
|
|
port:R-lubridate \
|
|
port:R-rlang
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-DT \
|
|
port:R-e1071 \
|
|
port:R-knitr \
|
|
port:R-miniUI \
|
|
port:R-rmarkdown \
|
|
port:R-ROCR \
|
|
port:R-shiny \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-tsibble \
|
|
port:R-tsibbledata
|
|
|
|
test.run yes
|