-
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.…
-
During initialization, if `reticulate` is a dependency in `renv.lock`, inject a `python` section into the configuration file.
-
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 …
-
Depending on the architecture and installation the following packages have proven difficult to install:
- XML (missing ```libxml2``` library)
- cytolib (missing ```crypto``` library)
- flowWorkspac…
-
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 …
-
Add "units" package to renv, currently it fails on the last line in .Rprofile (`dict
-
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…
-
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).
-
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 …
-
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 …