-
I wonder if it would be useful to have some sort of setup wizard (which would maybe live in usethis) that allowed you to pick:
1. How to install R packages (e.g. DESCRIPTION, manifest, or renv)
2.…
-
Depending on the architecture and installation the following packages have proven difficult to install:
- XML (missing ```libxml2``` library)
- cytolib (missing ```crypto``` library)
- flowWorkspac…
-
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).
-
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…
-
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 …
-
- how to install and setup renv
- combining renv + Docker (@leonardskynyrd will this overlap with what you were going to cover with Docker?)
-
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 …
-
### 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…