dev-R/broom: Add broom 1.0.0

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-01 17:14:41 +01:00
parent c05cec0c28
commit ff35eaf357
3 changed files with 127 additions and 0 deletions

1
dev-R/broom/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST broom_1.0.0.tar.gz 641539 BLAKE2B 94fefc79a6bd23f05a19d7e986ff6777f25e74af7136a727317f2aed05cbbbe724ae4972da74b9707fe0dab0ad9738fdfcd2f6cf6b1b14394cd74cb40e9ce911 SHA512 41909e36178aae4d9ccddba2e72a5bd5245e9143e88151231dd47ae9a647d29126c22c4adc25cdd0046c3850d1a1ad41478af9bbc60c41adbd607cd4bfffe118

View File

@@ -0,0 +1,109 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Convert Statistical Objects into Tidy Tibbles'
KEYWORDS="~amd64"
LICENSE='MIT'
DEPEND="
dev-R/backports
>=dev-R/dplyr-1.0.0
dev-R/ellipsis
>=dev-R/generics-0.0.2
dev-R/glue
dev-R/purrr
dev-R/rlang
dev-R/stringr
>=dev-R/tibble-3.0.0
>=dev-R/tidyr-1.0.0
dev-R/ggplot2
"
SUGGESTED_PACKAGES="
dev-R/AER
dev-R/AUC
dev-R/bbmle
dev-R/betareg
dev-R/biglm
dev-R/binGroup
dev-R/boot
>=dev-R/btergm-1.10.6
dev-R/car
dev-R/caret
dev-R/cluster
dev-R/cmprsk
dev-R/coda
dev-R/covr
dev-R/drc
dev-R/e1071
dev-R/emmeans
dev-R/epiR
>=dev-R/ergm-3.10.4
>=dev-R/fixest-0.9.0
>=dev-R/gam-1.15
dev-R/gee
dev-R/geepack
dev-R/glmnet
dev-R/glmnetUtils
dev-R/gmm
dev-R/Hmisc
dev-R/irlba
dev-R/interp
dev-R/joineRML
dev-R/Kendall
dev-R/knitr
dev-R/ks
dev-R/Lahman
dev-R/lavaan
dev-R/leaps
dev-R/lfe
dev-R/lm-beta
dev-R/lme4
dev-R/lmodel2
>=dev-R/lmtest-0.9.38
dev-R/lsmeans
dev-R/maps
dev-R/maptools
dev-R/margins
dev-R/MASS
dev-R/Matrix
dev-R/mclust
dev-R/mediation
dev-R/metafor
dev-R/mfx
dev-R/mgcv
dev-R/mlogit
dev-R/modeldata
dev-R/modeltests
dev-R/muhaz
dev-R/multcomp
dev-R/network
dev-R/nnet
>=dev-R/orcutt-2.2
dev-R/ordinal
dev-R/plm
dev-R/poLCA
dev-R/psych
dev-R/quantreg
dev-R/rgeos
dev-R/rmarkdown
dev-R/robust
dev-R/robustbase
dev-R/rsample
dev-R/sandwich
dev-R/sp
>=dev-R/spdep-1.1
dev-R/spatialreg
dev-R/speedglm
dev-R/spelling
dev-R/survey
dev-R/survival
dev-R/systemfit
>=dev-R/testthat-2.1.0
dev-R/tseries
dev-R/vars
dev-R/zoo
"

17
dev-R/broom/metadata.xml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">Summarizes key information about statistical objects in tidy tibbles. This makes it easy to report results, create plots and consistently work with large numbers of models at once. Broom provides three verbs that each provide different types of information about a model. tidy() summarizes information about model components such as coefficients of a regression. glance() reports information about an entire model, such as goodness of fit measures like AIC and BIC. augment() adds information about individual observations to a dataset, such as fitted values or influence measures.</longdescription>
<upstream>
<maintainer>
<name>Simon Couch</name>
<email>simonpatrickcouch@gmail.com</email>
</maintainer>
<bugs-to>https://github.com/tidymodels/broom/issues</bugs-to>
<remote-id type="github">tidymodels/broom</remote-id>
</upstream>
</pkgmetadata>