You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 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 jared-fowler prettyglm 1.0.1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Pretty summaries of generalized linear model coefficients
|
|
long_description {*}${description}
|
|
homepage https://jared-fowler.github.io/prettyglm
|
|
checksums rmd160 fd1829895f0874324ed09989b3a6c51a734129a3 \
|
|
sha256 3de2b5b3d524f4b1287780b8d42820fe62b498d56a1ed9a0fe47c7abed953bde \
|
|
size 2167703
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-broom \
|
|
port:R-car \
|
|
port:R-dplyr \
|
|
port:R-forcats \
|
|
port:R-kableExtra \
|
|
port:R-knitr \
|
|
port:R-plotly \
|
|
port:R-RColorBrewer \
|
|
port:R-stringr \
|
|
port:R-tibble \
|
|
port:R-tidycat \
|
|
port:R-tidyr \
|
|
port:R-tidyselect \
|
|
port:R-vip
|
|
|
|
depends_test-append port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|