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

Last updated: June 26,2024

1. Install "R-mockery.noarch" package

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

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

2. Uninstall "R-mockery.noarch" package

Please follow the guidance below to uninstall R-mockery.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:18:51 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : R-mockery
Version : 0.4.2
Release : 7.fc35
Architecture : noarch
Size : 53 k
Source : R-mockery-0.4.2-7.fc35.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.