mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 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 cran matman 1.1.3
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Material Management
|
|
long_description {*}${description}
|
|
checksums rmd160 b1d59544006c7e3237dfcb2fec86d481b2e54829 \
|
|
sha256 1b6b82beffb74edebb02e497587810da20e36999586668006bde9b4731ee9d57 \
|
|
size 142294
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-DT \
|
|
port:R-dplyr \
|
|
port:R-forecast \
|
|
port:R-lubridate \
|
|
port:R-parsedate \
|
|
port:R-plotly \
|
|
port:R-shiny \
|
|
port:R-shinydashboard \
|
|
port:R-shinyWidgets \
|
|
port:R-tidyr \
|
|
port:R-tidyselect
|
|
|
|
test.run yes
|