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

Last updated: July 05,2024

1. Install "R-mockery.noarch" package

This guide let you learn how to install R-mockery.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 2:09:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-mockery
Version : 0.4.2
Release : 5.fc34
Architecture : noarch
Size : 52 k
Source : R-mockery-0.4.2-5.fc34.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.