How To Install R-qcc on Fedora 36

In this tutorial we learn how to install R-qcc in Fedora 36. R-qcc is SQC package for R

Introduction

In this tutorial we learn how to install R-qcc on Fedora 36.

What is R-qcc

An R package for quality control charting and statistical process control. The qcc package for the R statistical environment provides - Plot Shewhart quality control charts - Plot Cusum and EMWA charts for continuous data - Draw operating characteristic curves - Perform process capability analysis - Draw Pareto charts and cause-and-effect diagrams

We can use yum or dnf to install R-qcc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-qcc.

Install R-qcc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install R-qcc using dnf by running the following command:

sudo dnf -y install R-qcc

Install R-qcc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install R-qcc using yum by running the following command:

sudo yum -y install R-qcc

How To Uninstall R-qcc on Fedora 36

To uninstall only the R-qcc package we can use the following command:

sudo dnf remove R-qcc

R-qcc Package Contents on Fedora 36

/usr/share/R/library/qcc
/usr/share/R/library/qcc/CITATION
/usr/share/R/library/qcc/DESCRIPTION
/usr/share/R/library/qcc/INDEX
/usr/share/R/library/qcc/Meta
/usr/share/R/library/qcc/Meta/Rd.rds
/usr/share/R/library/qcc/Meta/data.rds
/usr/share/R/library/qcc/Meta/features.rds
/usr/share/R/library/qcc/Meta/hsearch.rds
/usr/share/R/library/qcc/Meta/links.rds
/usr/share/R/library/qcc/Meta/nsInfo.rds
/usr/share/R/library/qcc/Meta/package.rds
/usr/share/R/library/qcc/Meta/vignette.rds
/usr/share/R/library/qcc/NAMESPACE
/usr/share/R/library/qcc/NEWS
/usr/share/R/library/qcc/R
/usr/share/R/library/qcc/R/qcc
/usr/share/R/library/qcc/R/qcc.rdb
/usr/share/R/library/qcc/R/qcc.rdx
/usr/share/R/library/qcc/data
/usr/share/R/library/qcc/data/boiler.txt.gz
/usr/share/R/library/qcc/data/circuit.txt.gz
/usr/share/R/library/qcc/data/dyedcloth.txt.gz
/usr/share/R/library/qcc/data/orangejuice.txt.gz
/usr/share/R/library/qcc/data/orangejuice2.txt.gz
/usr/share/R/library/qcc/data/pcmanufact.txt.gz
/usr/share/R/library/qcc/data/pistonrings.txt.gz
/usr/share/R/library/qcc/doc
/usr/share/R/library/qcc/doc/index.html
/usr/share/R/library/qcc/doc/qcc.pdf
/usr/share/R/library/qcc/doc/qcc_a_quick_tour.R
/usr/share/R/library/qcc/doc/qcc_a_quick_tour.Rmd
/usr/share/R/library/qcc/doc/qcc_a_quick_tour.html
/usr/share/R/library/qcc/help
/usr/share/R/library/qcc/help/.printShortMatrix.html
/usr/share/R/library/qcc/help/.qcc.options.html
/usr/share/R/library/qcc/help/AnIndex
/usr/share/R/library/qcc/help/aliases.rds
/usr/share/R/library/qcc/help/beyond.limits.html
/usr/share/R/library/qcc/help/blues.colors.html
/usr/share/R/library/qcc/help/boiler.html
/usr/share/R/library/qcc/help/cause.and.effect.html
/usr/share/R/library/qcc/help/circuit.html
/usr/share/R/library/qcc/help/cusum.html
/usr/share/R/library/qcc/help/cusum.qcc.html
/usr/share/R/library/qcc/help/dyedcloth.html
/usr/share/R/library/qcc/help/ellipseChart.html
/usr/share/R/library/qcc/help/ewma.html
/usr/share/R/library/qcc/help/ewma.qcc.html
/usr/share/R/library/qcc/help/ewmaSmooth.html
/usr/share/R/library/qcc/help/limits.R.html
/usr/share/R/library/qcc/help/limits.S.html
/usr/share/R/library/qcc/help/limits.T2.html
/usr/share/R/library/qcc/help/limits.T2.single.html
/usr/share/R/library/qcc/help/limits.c.html
/usr/share/R/library/qcc/help/limits.g.html
/usr/share/R/library/qcc/help/limits.np.html
/usr/share/R/library/qcc/help/limits.p.html
/usr/share/R/library/qcc/help/limits.u.html
/usr/share/R/library/qcc/help/limits.xbar.html
/usr/share/R/library/qcc/help/limits.xbar.one.html
/usr/share/R/library/qcc/help/mqcc.html
/usr/share/R/library/qcc/help/oc.curves.R.html
/usr/share/R/library/qcc/help/oc.curves.S.html
/usr/share/R/library/qcc/help/oc.curves.c.html
/usr/share/R/library/qcc/help/oc.curves.html
/usr/share/R/library/qcc/help/oc.curves.p.html
/usr/share/R/library/qcc/help/oc.curves.xbar.html
/usr/share/R/library/qcc/help/orangejuice.html
/usr/share/R/library/qcc/help/orangejuice2.html
/usr/share/R/library/qcc/help/pareto.chart.html
/usr/share/R/library/qcc/help/paths.rds
/usr/share/R/library/qcc/help/pcmanufact.html
/usr/share/R/library/qcc/help/pistonrings.html
/usr/share/R/library/qcc/help/plot.cusum.qcc.html
/usr/share/R/library/qcc/help/plot.ewma.qcc.html
/usr/share/R/library/qcc/help/plot.mqcc.html
/usr/share/R/library/qcc/help/plot.pareto.chart.html
/usr/share/R/library/qcc/help/plot.qcc.html
/usr/share/R/library/qcc/help/print.cusum.qcc.html
/usr/share/R/library/qcc/help/print.ewma.qcc.html
/usr/share/R/library/qcc/help/print.mqcc.html
/usr/share/R/library/qcc/help/print.pareto.chart.html
/usr/share/R/library/qcc/help/print.qcc.html
/usr/share/R/library/qcc/help/process.capability.html
/usr/share/R/library/qcc/help/qcc-internal.html
/usr/share/R/library/qcc/help/qcc-package.html
/usr/share/R/library/qcc/help/qcc.groups.html
/usr/share/R/library/qcc/help/qcc.html
/usr/share/R/library/qcc/help/qcc.options.html
/usr/share/R/library/qcc/help/qcc.overdispersion.test.html
/usr/share/R/library/qcc/help/qcc.rdb
/usr/share/R/library/qcc/help/qcc.rdx
/usr/share/R/library/qcc/help/sd.R.html
/usr/share/R/library/qcc/help/sd.S.html
/usr/share/R/library/qcc/help/sd.c.html
/usr/share/R/library/qcc/help/sd.g.html
/usr/share/R/library/qcc/help/sd.np.html
/usr/share/R/library/qcc/help/sd.p.html
/usr/share/R/library/qcc/help/sd.u.html
/usr/share/R/library/qcc/help/sd.xbar.html
/usr/share/R/library/qcc/help/sd.xbar.one.html
/usr/share/R/library/qcc/help/shewhart.rules.html
/usr/share/R/library/qcc/help/stats.R.html
/usr/share/R/library/qcc/help/stats.S.html
/usr/share/R/library/qcc/help/stats.T2.html
/usr/share/R/library/qcc/help/stats.T2.single.html
/usr/share/R/library/qcc/help/stats.c.html
/usr/share/R/library/qcc/help/stats.g.html
/usr/share/R/library/qcc/help/stats.np.html
/usr/share/R/library/qcc/help/stats.p.html
/usr/share/R/library/qcc/help/stats.u.html
/usr/share/R/library/qcc/help/stats.xbar.html
/usr/share/R/library/qcc/help/stats.xbar.one.html
/usr/share/R/library/qcc/help/summary.cusum.qcc.html
/usr/share/R/library/qcc/help/summary.ewma.qcc.html
/usr/share/R/library/qcc/help/summary.mqcc.html
/usr/share/R/library/qcc/help/summary.qcc.html
/usr/share/R/library/qcc/help/violating.runs.html
/usr/share/R/library/qcc/html
/usr/share/R/library/qcc/html/00Index.html
/usr/share/R/library/qcc/html/R.css
/usr/share/R/library/qcc/html/boiler.html
/usr/share/R/library/qcc/html/cause.and.effect.html
/usr/share/R/library/qcc/html/circuit.html
/usr/share/R/library/qcc/html/cusum.html
/usr/share/R/library/qcc/html/dyedcloth.html
/usr/share/R/library/qcc/html/ellipseChart.html
/usr/share/R/library/qcc/html/ewma.html
/usr/share/R/library/qcc/html/ewmaSmooth.html
/usr/share/R/library/qcc/html/mqcc.html
/usr/share/R/library/qcc/html/oc.curves.html
/usr/share/R/library/qcc/html/orangejuice.html
/usr/share/R/library/qcc/html/orangejuice2.html
/usr/share/R/library/qcc/html/pareto.chart.html
/usr/share/R/library/qcc/html/pcmanufact.html
/usr/share/R/library/qcc/html/pistonrings.html
/usr/share/R/library/qcc/html/process.capability.html
/usr/share/R/library/qcc/html/qcc-internal.html
/usr/share/R/library/qcc/html/qcc-package.html
/usr/share/R/library/qcc/html/qcc.groups.html
/usr/share/R/library/qcc/html/qcc.html
/usr/share/R/library/qcc/html/qcc.options.html
/usr/share/R/library/qcc/html/qcc.overdispersion.test.html
/usr/share/R/library/qcc/html/shewhart.rules.html
/usr/share/R/library/qcc/html/stats.R.html
/usr/share/R/library/qcc/html/stats.S.html
/usr/share/R/library/qcc/html/stats.T2.html
/usr/share/R/library/qcc/html/stats.T2.single.html
/usr/share/R/library/qcc/html/stats.c.html
/usr/share/R/library/qcc/html/stats.g.html
/usr/share/R/library/qcc/html/stats.np.html
/usr/share/R/library/qcc/html/stats.p.html
/usr/share/R/library/qcc/html/stats.u.html
/usr/share/R/library/qcc/html/stats.xbar.html
/usr/share/R/library/qcc/html/stats.xbar.one.html

References

Summary

In this tutorial we learn how to install R-qcc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).