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

Last updated: October 06,2024

1. Install "R-here.noarch" package

This guide let you learn how to install R-here.noarch on Fedora 36

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

2. Uninstall "R-here.noarch" package

Please follow the instructions below to uninstall R-here.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:51:13 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-here
Version : 1.0.1
Release : 5.fc36
Architecture : noarch
Size : 62 k
Source : R-here-1.0.1-5.fc36.src.rpm
Repository : fedora
Summary : A Simpler Way to Find Your Files
URL : https://CRAN.R-project.org/package=here
License : MIT
Description : Constructs paths to your project's files. Declare the relative path of a
: file within your project with 'i_am()'. Use the 'here()' function as a
: drop-in replacement for 'file.path()', it will always locate the files
: relative to your project root.