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

Last updated: November 28,2024

1. Install "R-here.noarch" package

This tutorial shows how to install R-here.noarch on Fedora 38

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

2. Uninstall "R-here.noarch" package

This is a short guide on how to uninstall R-here.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:05:05 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : R-here
Version : 1.0.1
Release : 10.fc38
Architecture : noarch
Size : 72 k
Source : R-here-1.0.1-10.fc38.src.rpm
Repository : updates
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.