mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 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 rolkra explore 1.3.3
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Exploratory data analysis simplified
|
|
long_description {*}${description}
|
|
homepage https://rolkra.github.io/explore
|
|
checksums rmd160 94e9b059f933022736edee5629e7536c7871b374 \
|
|
sha256 ff14c1452ce83deee75983f8b35c8050b13e4837b01e1899459926b16d410fdd \
|
|
size 2717849
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-dplyr \
|
|
port:R-DT \
|
|
port:R-forcats \
|
|
port:R-ggplot2 \
|
|
port:R-gridExtra \
|
|
port:R-magrittr \
|
|
port:R-palmerpenguins \
|
|
port:R-plotly \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-rpart.plot \
|
|
port:R-shiny \
|
|
port:R-stringr \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-randomForest \
|
|
port:R-testthat \
|
|
port:R-xgboost
|
|
|
|
test.run yes
|