-
When using `renv` profiles, it would be great if we can retrieve the R version from one of the profiles' renv.lock files with the `setup-r` action. Currently I need to hardcode the R version. There is…
-
### Site-wide .Renviron file
```sh
RENV_PATHS_ROOT=/renv/local
RENV_PATHS_LIBRARY_ROOT=/workspaces/.local/lib/R/library
RENV_PATHS_CACHE=/renv/cache
R_LIBS=/workspaces/.local/lib/R
```
When…
-
Wenn ich R neu installiere und `renv::restore()` ausführe, zeigt er mir eine Liste an Paketen, die er runter laden will, fängt an sie runter zuladen (20min oder so) und bricht dann erst ab.
Dabei di…
-
### Describe the bug, including details regarding any error messages, version, and platform.
I am trying to install the arrow R package on Linux by running the following script (as suggested [here](h…
-
The goal is to have this website contain reports on parameter recovery studies for all models in bmm and as such it will expand over time. The current tech stack I'm trying to implement to ensure repr…
-
Filing this for awareness of https://github.com/r-lib/r-lib.github.io/issues/5
The `r-lib.github.io` page used as the [default installation source](https://github.com/rstudio/renv/blob/bf27fd9935d8f5…
-
(base) juliens-MBP:DATA550_final_peer1 leona$ make report.html
Rscript code/00_clean_data.R
- One or more packages recorded in the lockfile are not installed.
- Use `renv::status()` for more detail…
-
I am on a silicon mac have installed the latest versions of pre-commit (using Homebrew) and precommit. 26 October 2024.
- I had to add an environment variable in .RProfile for R to find pre-commit…
-
Previously I think the `renv.lock` file was useless for anyone not on Posit Cloud because of "URL": "http://rspm/default/latest". Now it seems that it is still useless for anyone not using the same ve…
-
Like `renv:::dependencies()`
Features:
- [ ] UI about auto-scanning and the dependencies found.
Discovery in R code:
- [x] methods
- [x] xfun
- [x] library, require
- [x] requireNamespace, …