How to Install and Uninstall R-covr.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "R-covr.x86_64" package

Please follow the instructions below to install R-covr.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install R-covr.x86_64

2. Uninstall "R-covr.x86_64" package

This tutorial shows how to uninstall R-covr.x86_64 on Fedora 34:

$ sudo dnf remove R-covr.x86_64 $ sudo dnf autoremove

3. Information about the R-covr.x86_64 package on Fedora 34

Last metadata expiration check: 3:51:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-covr
Version : 3.5.1
Release : 2.fc34
Architecture : x86_64
Size : 295 k
Source : R-covr-3.5.1-2.fc34.src.rpm
Repository : fedora
Summary : Test Coverage for Packages
URL : https://CRAN.R-project.org/package=covr
License : GPLv3 and MIT
Description : Track and report code coverage for your package and (optionally) upload the
: results to a coverage service like 'Codecov' or
: 'Coveralls' . Code coverage is a measure of the amount of
: code being exercised by a set of tests. It is an indirect measure of test
: quality and completeness. This package is compatible with any testing
: methodology or framework and tracks coverage of both R code and compiled
: C/C++/FORTRAN code.