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

Last updated: November 27,2024

1. Install "R-broom.noarch" package

In this section, we are going to explain the necessary steps to install R-broom.noarch on Fedora 39

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

2. Uninstall "R-broom.noarch" package

In this section, we are going to explain the necessary steps to uninstall R-broom.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:41:08 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : R-broom
Version : 1.0.5
Release : 1.fc39
Architecture : noarch
Size : 2.0 M
Source : R-broom-1.0.5-1.fc39.src.rpm
Repository : fedora
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.