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

Last updated: October 05,2024

1. Install "R-assertthat.noarch" package

Learn how to install R-assertthat.noarch on Fedora 34

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

2. Uninstall "R-assertthat.noarch" package

This is a short guide on how to uninstall R-assertthat.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:14:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-assertthat
Version : 0.2.1
Release : 7.fc34
Architecture : noarch
Size : 66 k
Source : R-assertthat-0.2.1-7.fc34.src.rpm
Repository : fedora
Summary : Easy Pre and Post Assertions
URL : https://CRAN.R-project.org/package=assertthat
License : GPLv3
Description : An extension to stopifnot() that makes it easy to declare the pre and post
: conditions that you code should satisfy, while also producing friendly
: error messages so that your users know what's gone wrong.