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

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>