-
out of curiosity :slightly_smiling_face:
-
Not sure how widely valuable this would be, but I was thinking it'd be nice if `renv` could infer a dependency on `lintr` when it encounters a `.lintr` file in a project.
For now, I might just put …
-
Ironically, I ran into a problem with restoring the packages from the lockfile from this very repo and I think finding a solution how to solve this might be relevant for the tutorial itself.
**Prob…
-
I'm not entirely sure what this involves, but if you use pak inside a renv-using project, it would be nice if the packages were installed into the renv global cache, and then symlinked using the using…
-
**Is your feature request related to a problem? Please describe.**
It's fairly common for our team to need to check through certain environment variables that are known to cause issues on DfE machine…
-
The current instructions assume the user has `git` installed, and knows how to clone a project. Worse still, the instructions don't mention that that is what the user is expected to do, causing [confu…
-
I'm using the following R version on Ubuntu 20.02:
```
R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu…
-
Summing up, renv struggles with MASS installation, which can be related to the fact that it is a semi-base R package.
When using renv - The problem may come from the fact that developers, by setting …
-
The default `FROM` argument is `rocker/r-base` which is a debian image. Using the `distro` arg helps find the appropriate system dependencies. the `FROM` argument will _always_ be `rocker/r-base` for …
-
Not sure if this is a feature request, as this might work with current functionality.
My team uses `renv` on a HPC with a shared file system, and have the following settings in each user's `~/.Renv…