How to Install and Uninstall R-broom.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "R-broom.noarch" package

Please follow the instructions below to install R-broom.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install R-broom.noarch

2. Uninstall "R-broom.noarch" package

Please follow the guidance below to uninstall R-broom.noarch on Fedora 34:

$ sudo dnf remove R-broom.noarch $ sudo dnf autoremove

3. Information about the R-broom.noarch package on Fedora 34

Last metadata expiration check: 2:59:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-broom
Version : 0.7.6
Release : 1.fc34
Architecture : noarch
Size : 1.7 M
Source : R-broom-0.7.6-1.fc34.src.rpm
Repository : updates
Summary : Convert Statistical Objects into Tidy Tibbles
URL : https://CRAN.R-project.org/package=broom
License : MIT
Description : 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.