mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
931 B
Tcl
27 lines
931 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 jessica.weiss swimplot 1.2.0
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Tools for creating swimmers plots
|
|
long_description {*}${description} using R-ggplot2.
|
|
checksums rmd160 1cd6ea66ad55e4540fa442e72c2ffbfb1bfbf202 \
|
|
sha256 f73e8df0cee99633073487ef656c8b5f898732dbac63f690820ffd0d8fa1810b \
|
|
size 885179
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|