-
Sometimes, some R packages are necessary for some code to work but not explicitly loaded in any notebook/scripts (for instance packages listed as dependency in `Suggests` field).
Example:
- `yam…
-
### User Story
**As a** user of VS code in a cross language team
**I want** assistance on the correct extensions to use
**So that** team members can work in both R and Python together
### Value / P…
-
I have encountered an error when trying to reproduce an environment from a colleague using `renv::init()` and an R installation in a conda environment. This is the prompt generated after my attempt:
…
-
### Bug description
I'm trying to create a quarto document and render it to pdf via typst. I have source notes for my gt tables which don't accept any line break via \ or \. It works fine if just run…
-
Hi! `renv::restore()` is no longer working in any of our projects because Matrix gets in the way. I can install Matrix when running `renv::install('Matrix@')` or `renv::restore(packages='Matrix')`,…
-
Because `renv` does not see packages declared in `box::use()`, we use a `dependencies.R` file for `renv` to parse.
Does it make sense to check if the packages are sorted alphabetically in `dependen…
-
## Description
When trying to install historical binaries using PPM on macOS using R 4.4, packages are installed from source rather than binaries. I believe this is because the database mapping pac…
-
-
When Saras recreated the project (#35) she came across the issues:
- `tar_make` error for `in_data_wpp` object because `socialmixr` was not loaded
- Failed to install `conmat` automatically using …
-
Since the update to the newest version of R we have been unable to deploy our apps and are getting this error:
```
Unhandled Exception: Unsupported R version 4.4.2 for operating system jammy.
```
He…