-
Add "units" package to renv, currently it fails on the last line in .Rprofile (`dict
-
```
> 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…
-
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…
-
RStudio asked me for this upon creating a project in the r-stringr repo:
** Installing R Packages: 'rmarkdown', 'htmltools', 'knitr', 'readr', 'tidyverse'
-
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).
-
I'm attempting to use {renv} for an analysis project that I am currently handling. Our university policy dictates that the data must be stored on a specific shared drive that is mounted (on my Mac) by…
-
Currently, renv scans the directory and picks up an libraries that appear to be used and attempts to install them.
In some cases, however, packages are installed from non-standard sources like Gith…
-
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…
-
- how to install and setup renv
- combining renv + Docker (@leonardskynyrd will this overlap with what you were going to cover with Docker?)
-
Depending on the architecture and installation the following packages have proven difficult to install:
- XML (missing ```libxml2``` library)
- cytolib (missing ```crypto``` library)
- flowWorkspac…