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

Last updated: November 29,2024

1. Install "R-assertthat.noarch" package

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

$ 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 39:

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

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

Last metadata expiration check: 0:49:51 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : R-assertthat
Version : 0.2.1
Release : 15.fc39
Architecture : noarch
Size : 81 k
Source : R-assertthat-0.2.1-15.fc39.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.