mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
51 lines
1.8 KiB
Tcl
51 lines
1.8 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 animint animint2 2024.1.24
|
|
revision 0
|
|
categories-append graphics
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Animated interactive grammar of graphics
|
|
long_description {*}${description}
|
|
homepage https://animint.github.io/animint2
|
|
checksums rmd160 7aeead20dd52ece33ac1ae443aadbf35e0a1209d \
|
|
sha256 93e5638e06fe10d0fe3221cab6b0d3115bb7e618ddce58b44c01fd781870ee0f \
|
|
size 4068059
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-digest \
|
|
port:R-gtable \
|
|
port:R-knitr \
|
|
port:R-plyr \
|
|
port:R-reshape2 \
|
|
port:R-RJSONIO \
|
|
port:R-scales \
|
|
port:R-servr
|
|
|
|
# Some optional test deps are omitted.
|
|
depends_test-append port:R-devtools \
|
|
port:R-gert \
|
|
port:R-ggplot2 \
|
|
port:R-gh \
|
|
port:R-gistr \
|
|
port:R-gitcreds \
|
|
port:R-hexbin \
|
|
port:R-Hmisc \
|
|
port:R-htmltools \
|
|
port:R-httr \
|
|
port:R-maps \
|
|
port:R-mapproj \
|
|
port:R-RColorBrewer \
|
|
port:R-rmarkdown \
|
|
port:R-shiny \
|
|
port:R-sp \
|
|
port:R-svglite \
|
|
port:R-testthat
|
|
|
|
test.run yes
|