mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 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 stlane gimmeTools 0.1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Supplemental tools for R-gimme
|
|
long_description {*}${description}
|
|
checksums rmd160 20e757b6305f07b3502ede3681609a4b72113c3c \
|
|
sha256 d4e7044c53f076f799669353bed7baa0ce4796eac71de3fd111d0f367e0627bc \
|
|
size 10477
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-easycsv \
|
|
port:R-magrittr \
|
|
port:R-rhandsontable \
|
|
port:R-rintrojs \
|
|
port:R-rstudioapi \
|
|
port:R-miniUI \
|
|
port:R-shiny \
|
|
port:R-shinyjs \
|
|
port:R-shinyWidgets
|
|
|
|
depends_test-append port:R-gimme
|
|
|
|
test.run yes
|