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

Last updated: September 21,2024

1. Install "R-here.noarch" package

Please follow the instructions below to install R-here.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:30:12 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-here
Version : 1.0.1
Release : 2.fc34
Architecture : noarch
Size : 61 k
Source : R-here-1.0.1-2.fc34.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.