Set the default ohvbd cache location
Note
To permanently set a path to use, add the following to your .Rprofile file:
Where path/to/directory is the directory in which you wish to cache ohvbd files.
You can find a good default path by running set_default_ohvbd_cache() with no arguments.
Examples
set_default_ohvbd_cache()
#> ✔ Set `ohvbd_cache` option to /home/runner/.cache/R/ohvbd.
#>
#> ────────────────────────────────────────────────────────────────────────────────
#> ℹ To set this permanently, add the following code to your .Rprofile file:
#>
#> options(ohvbd_cache = "/home/runner/.cache/R/ohvbd")