here icon indicating copy to clipboard operation
here copied to clipboard

A simpler way to find your files

Results 27 here issues
Sort by recently updated
recently updated
newest added

The following link in first para of [README.md](https://github.com/r-lib/here/blob/main/README.Rmd) is broken: "The goal of the here package is to enable easy file referencing in [project-oriented workflows](https://rstats.wtf/project-oriented-workflow.html)." Is it supposed to be...

Hi When you use `here()` it starts in the wrong working directory when a **RECURRING** cronjob is set using the [cronr ](https://github.com/bnosac/cronR)package. With a **ONCE** executed cronjob it does work...

here::here() used to work to solve package conflicts, but with the recent R and RStudio updates, the following error is received with every run... Error in here(): argument "f" is...

I am using the here package for my project, and I set a .here file in the root directory (for example, X:/root) where contains the folder of my code (for...

Hi, with `list.files()` we can retrieve a list of all file names including their extensions from a specified folder. Adding `all.files = TRUE` extends this to the complete file path....

How can I use here() in different R sessions for different projects? Thank you so much

I faced this issue while playing around with `here::i_am()` and found https://github.com/r-lib/here/issues/73#issue-947905396 which is very related but does point the exact same problem. **Problem: `here::i_am()` returns default RStudio working directory...