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

Last updated: October 06,2024

1. Install "R-tinytest.noarch" package

Please follow the guidance below to install R-tinytest.noarch on Fedora 38

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

2. Uninstall "R-tinytest.noarch" package

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

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

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

Last metadata expiration check: 1:42:03 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-tinytest
Version : 1.4.1
Release : 2.fc38
Architecture : noarch
Size : 710 k
Source : R-tinytest-1.4.1-2.fc38.src.rpm
Repository : updates
Summary : Lightweight and Feature Complete Unit Testing Framework
URL : https://CRAN.R-project.org/package=tinytest
License : GPL-3.0-only
Description : Provides a lightweight (zero-dependency) and easy to use unit testing
: framework. Main features: install tests with the package. Test results are
: treated as data that can be stored and manipulated. Test files are R scripts
: interspersed with test commands, that can be programmed over. Fully automated
: build-install-test sequence for packages. Skip tests when not run locally (e.g.
: on CRAN). Flexible and configurable output printing. Compare computed output
: with output stored with the package. Run tests in parallel. Extensible by
: other packages. Report side effects.