You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
107 lines
3.7 KiB
Tcl
107 lines
3.7 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran tidymodels broom 1.0.7
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Convert statistical objects into tidy tibbles
|
|
long_description {*}${description}
|
|
homepage https://broom.tidymodels.org
|
|
checksums rmd160 9ec7e5e779af9c6d78fdb4db1773f0d5d7761068 \
|
|
sha256 ddf88b44a69b91a3f9679ace528f34faefb11d9c62c34458afbc567524a22c21 \
|
|
size 644384
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-backports \
|
|
port:R-dplyr \
|
|
port:R-generics \
|
|
port:R-glue \
|
|
port:R-lifecycle \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-stringr \
|
|
port:R-tibble \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-AER \
|
|
port:R-AUC \
|
|
port:R-bbmle \
|
|
port:R-betareg \
|
|
port:R-biglm \
|
|
port:R-binGroup \
|
|
port:R-btergm \
|
|
port:R-car \
|
|
port:R-carData \
|
|
port:R-caret \
|
|
port:R-cmprsk \
|
|
port:R-coda \
|
|
port:R-covr \
|
|
port:R-drc \
|
|
port:R-e1071 \
|
|
port:R-emmeans \
|
|
port:R-epiR \
|
|
port:R-ergm \
|
|
port:R-fixest \
|
|
port:R-gam \
|
|
port:R-gee \
|
|
port:R-geepack \
|
|
port:R-ggplot2 \
|
|
port:R-glmnet \
|
|
port:R-glmnetUtils \
|
|
port:R-gmm \
|
|
port:R-Hmisc \
|
|
port:R-irlba \
|
|
port:R-interp \
|
|
port:R-joineRML \
|
|
port:R-Kendall \
|
|
port:R-knitr \
|
|
port:R-ks \
|
|
port:R-Lahman \
|
|
port:R-lavaan \
|
|
port:R-leaps \
|
|
port:R-lfe \
|
|
port:R-lm.beta \
|
|
port:R-lme4 \
|
|
port:R-lmodel2 \
|
|
port:R-lmtest \
|
|
port:R-lsmeans \
|
|
port:R-maps \
|
|
port:R-mclust \
|
|
port:R-mediation \
|
|
port:R-metafor \
|
|
port:R-mfx \
|
|
port:R-mlogit \
|
|
port:R-modeldata \
|
|
port:R-modeltests \
|
|
port:R-muhaz \
|
|
port:R-multcomp \
|
|
port:R-network \
|
|
port:R-orcutt \
|
|
port:R-ordinal \
|
|
port:R-plm \
|
|
port:R-poLCA \
|
|
port:R-psych \
|
|
port:R-quantreg \
|
|
port:R-rmarkdown \
|
|
port:R-robust \
|
|
port:R-robustbase \
|
|
port:R-rsample \
|
|
port:R-sandwich \
|
|
port:R-spdep \
|
|
port:R-spatialreg \
|
|
port:R-speedglm \
|
|
port:R-spelling \
|
|
port:R-survey \
|
|
port:R-systemfit \
|
|
port:R-testthat \
|
|
port:R-tseries \
|
|
port:R-vars \
|
|
port:R-zoo
|
|
|
|
test.run yes
|