-
```
> 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…
-
### User Story
**As a** new user of VS code
**I want** to know how best to use it within the AP
**So that** we can ensure we can use it effectively
### Value / Purpose
This story will aim to fulfil…
-
Add "units" package to renv, currently it fails on the last line in .Rprofile (`dict
-
RStudio asked me for this upon creating a project in the r-stringr repo:
** Installing R Packages: 'rmarkdown', 'htmltools', 'knitr', 'readr', 'tidyverse'
-
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 …
-
Renv has now been released (https://blog.rstudio.com/2019/11/06/renv-project-environments-for-r/) which fixes some of the problems with packrat.
We should plan to switch (not urgent).
-
Hi there! I've been encountering namespace conflicts when trying to install packages on the pre-built OpenCPU docker images similar to those reported in #263, #327. I thought that using `renv` would b…
-
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.
-
[renv](https://github.com/rstudio/renv) seems like a great way to handle portability of projects while maintaining current R package versions,
Have people used it in the group, and if so, would the…