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

Last updated: January 17,2025

1. Install "R-mockery.noarch" package

Please follow the step by step instructions below to install R-mockery.noarch on Fedora 38

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

2. Uninstall "R-mockery.noarch" package

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

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

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

Last metadata expiration check: 1:08:37 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-mockery
Version : 0.4.3
Release : 3.fc38
Architecture : noarch
Size : 62 k
Source : R-mockery-0.4.3-3.fc38.src.rpm
Repository : updates
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.