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

Last updated: October 05,2024

1. Install "R-RcppDate.noarch" package

Here is a brief guide to show you how to install R-RcppDate.noarch on Fedora 34

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

2. Uninstall "R-RcppDate.noarch" package

Please follow the instructions below to uninstall R-RcppDate.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:09:08 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-RcppDate
Version : 0.0.3
Release : 2.fc34
Architecture : noarch
Size : 19 k
Source : R-RcppDate-0.0.3-2.fc34.src.rpm
Repository : updates
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.