How to Install and Uninstall R-mockery.noarch Package on Fedora 36

Last updated: November 25,2024

1. Install "R-mockery.noarch" package

This is a short guide on how to install R-mockery.noarch on Fedora 36

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

2. Uninstall "R-mockery.noarch" package

This guide covers the steps necessary to uninstall R-mockery.noarch on Fedora 36:

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

3. Information about the R-mockery.noarch package on Fedora 36

Last metadata expiration check: 0:34:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-mockery
Version : 0.4.2
Release : 8.fc36
Architecture : noarch
Size : 53 k
Source : R-mockery-0.4.2-8.fc36.src.rpm
Repository : fedora
Summary : Mocking Library for R
URL : https://CRAN.R-project.org/package=mockery
License : MIT
Description : The two main functionalities of this package are creating mock objects
: (functions) and selectively intercepting calls to a given function that
: originate in some other function. It can be used with any testing framework
: available for R. Mock objects can be injected with either this package's own
: stub() function or a similar with_mock() facility present in the testthat
: package.