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

Last updated: November 27,2024

1. Install "R-here.noarch" package

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

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

2. Uninstall "R-here.noarch" package

Here is a brief guide to show you how to uninstall R-here.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:55:05 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-here
Version : 1.0.1
Release : 4.fc35
Architecture : noarch
Size : 62 k
Source : R-here-1.0.1-4.fc35.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.