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

Last updated: October 06,2024

1. Install "R-assertthat.noarch" package

Please follow the instructions below to install R-assertthat.noarch on Fedora 35

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

2. Uninstall "R-assertthat.noarch" package

Please follow the guidance below to uninstall R-assertthat.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:06:34 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : R-assertthat
Version : 0.2.1
Release : 9.fc35
Architecture : noarch
Size : 70 k
Source : R-assertthat-0.2.1-9.fc35.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.