How To Install R-doMC on Fedora 36

In this tutorial we learn how to install R-doMC in Fedora 36. R-doMC is Foreach Parallel Adaptor for ‘parallel’

Introduction

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

What is R-doMC

Provides a parallel backend for the %dopar% function using the multicore functionality of the parallel package.

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

Install R-doMC 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-doMC using dnf by running the following command:

sudo dnf -y install R-doMC

Install R-doMC 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-doMC using yum by running the following command:

sudo yum -y install R-doMC

How To Uninstall R-doMC on Fedora 36

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

sudo dnf remove R-doMC

R-doMC Package Contents on Fedora 36

/usr/share/R/library/doMC
/usr/share/R/library/doMC/DESCRIPTION
/usr/share/R/library/doMC/INDEX
/usr/share/R/library/doMC/Meta
/usr/share/R/library/doMC/Meta/Rd.rds
/usr/share/R/library/doMC/Meta/demo.rds
/usr/share/R/library/doMC/Meta/features.rds
/usr/share/R/library/doMC/Meta/hsearch.rds
/usr/share/R/library/doMC/Meta/links.rds
/usr/share/R/library/doMC/Meta/nsInfo.rds
/usr/share/R/library/doMC/Meta/package.rds
/usr/share/R/library/doMC/Meta/vignette.rds
/usr/share/R/library/doMC/NAMESPACE
/usr/share/R/library/doMC/NEWS
/usr/share/R/library/doMC/R
/usr/share/R/library/doMC/R/doMC
/usr/share/R/library/doMC/R/doMC.rdb
/usr/share/R/library/doMC/R/doMC.rdx
/usr/share/R/library/doMC/demo
/usr/share/R/library/doMC/demo/sincMC.R
/usr/share/R/library/doMC/doc
/usr/share/R/library/doMC/doc/gettingstartedMC.R
/usr/share/R/library/doMC/doc/gettingstartedMC.Rnw
/usr/share/R/library/doMC/doc/gettingstartedMC.pdf
/usr/share/R/library/doMC/doc/index.html
/usr/share/R/library/doMC/examples
/usr/share/R/library/doMC/examples/bootMC.R
/usr/share/R/library/doMC/help
/usr/share/R/library/doMC/help/AnIndex
/usr/share/R/library/doMC/help/aliases.rds
/usr/share/R/library/doMC/help/doMC-package.html
/usr/share/R/library/doMC/help/doMC.html
/usr/share/R/library/doMC/help/doMC.rdb
/usr/share/R/library/doMC/help/doMC.rdx
/usr/share/R/library/doMC/help/paths.rds
/usr/share/R/library/doMC/help/registerDoMC.html
/usr/share/R/library/doMC/html
/usr/share/R/library/doMC/html/00Index.html
/usr/share/R/library/doMC/html/R.css
/usr/share/R/library/doMC/html/doMC-package.html
/usr/share/R/library/doMC/html/registerDoMC.html
/usr/share/R/library/doMC/unitTests
/usr/share/R/library/doMC/unitTests/options.R
/usr/share/R/library/doMC/unitTests/runTestSuite.sh

References

Summary

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