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

Last updated: October 05,2024

1. Install "R-tinytest.noarch" package

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

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

2. Uninstall "R-tinytest.noarch" package

Please follow the step by step instructions below to uninstall R-tinytest.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:14:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-tinytest
Version : 1.2.4
Release : 2.fc34
Architecture : noarch
Size : 516 k
Source : R-tinytest-1.2.4-2.fc34.src.rpm
Repository : fedora
Summary : Lightweight and Feature Complete Unit Testing Framework
URL : https://CRAN.R-project.org/package=tinytest
License : GPLv3
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.