How to Install and Uninstall R-RcppDate.noarch Package on Fedora 36

Last updated: October 08,2024

1. Install "R-RcppDate.noarch" package

This is a short guide on how to install R-RcppDate.noarch on Fedora 36

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

2. Uninstall "R-RcppDate.noarch" package

This guide covers the steps necessary to uninstall R-RcppDate.noarch on Fedora 36:

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

3. Information about the R-RcppDate.noarch package on Fedora 36

Last metadata expiration check: 3:14:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-RcppDate
Version : 0.0.3
Release : 3.fc36
Architecture : noarch
Size : 20 k
Source : R-RcppDate-0.0.3-3.fc36.src.rpm
Repository : fedora
Summary : 'date' C++ Header Library for Date and Time Functionality
URL : https://CRAN.R-project.org/package=RcppDate
License : GPLv2+
Description : A header-only C++ library is provided with support for dates, time zones,
: ISO weeks, Julian dates, and Islamic dates. 'date' offers extensive date
: and time functionality for the C++11, C++14 and C++17 standards and was
: written by Howard Hinnant and released under the MIT license. A slightly
: modified version has been accepted (along with 'tz.h') as part of C++20.
: This package regroups all header files from the upstream repository by
: Howard Hinnant so that other R packages can use them in their C++ code. At
: present, few of the types have explicit 'Rcpp' wrappers though these may be
: added as needed.