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

Last updated: May 18,2024

1. Install "R-RcppDate.noarch" package

This guide let you learn how to install R-RcppDate.noarch on Fedora 35

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

2. Uninstall "R-RcppDate.noarch" package

Learn how to uninstall R-RcppDate.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:16:58 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-RcppDate
Version : 0.0.3
Release : 2.fc35
Architecture : noarch
Size : 19 k
Source : R-RcppDate-0.0.3-2.fc35.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.