mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
813 B
Tcl
23 lines
813 B
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 omar.ibrahim ggplotlyExtra 0.0.1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Extra convenience functions for R-plotly
|
|
long_description {*}${description}
|
|
checksums rmd160 0cbd56901a7a26865b02f7df108308479913535c \
|
|
sha256 2cdc92af4911939f033f76dc1013e513fc9e0fb9b25350d62323c97fa98759d4 \
|
|
size 4680
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-plotly \
|
|
port:R-rlang
|
|
|
|
test.run yes
|