-
**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…
-
out of curiosity :slightly_smiling_face:
-
```
> renv::install("Sage-Bionetworks/dcamodules")
Error in vapply(x, f, ..., FUN.VALUE = character(1)) :
values must be length 1,
but FUN(X[[1]]) result is length 0
In addition: Warning mess…
-
RStudio asked me for this upon creating a project in the r-stringr repo:
** Installing R Packages: 'rmarkdown', 'htmltools', 'knitr', 'readr', 'tidyverse'
-
Surfaced in our private beta here: https://github.com/posit-dev/positron-beta/discussions/153
The renv R package not only can manage R environments (version of R, R package versions) but also Pytho…
-
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…
-
targeted learning outcomes:
- code needs to be managed
- git is the tool you need
- new research project -> new git repository (project consist of the code and data)
- packages you dont want to …
-
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 …
-
During initialization, if `reticulate` is a dependency in `renv.lock`, inject a `python` section into the configuration file.
-
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…