-
The current instructions assume the user has `git` installed, and knows how to clone a project. Worse still, the instructions don't mention that that is what the user is expected to do, causing [confu…
-
We decided to make the manuscript repository a research compendium using [`rrtools`](https://github.com/benmarwick/rrtools) based on some suggestions. From what I understand, this means that our code …
-
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…
-
Kia ora,
I have projects where I run R in a nix environment (on MacOS 14.6.1 AMD64) but manage my packages with renv. I only recently learned that [not all R installations are equal](https://github.…
shriv updated
2 months ago
-
This issue is part of an effort to implement substantive improvements to the lab template, as discussed in https://github.com/gentzkow/GentzkowLabTemplate/issues/16.
In this issue, the goal is to e…
-
Proposition
- C'est quoi {renv} ? Et pourquoi je devrais m'intéresser à figer mon environnement de développement ?
- Ça marche comment ?
- Comment je collabore avec {renv}
- Quand {…
-
In [`computePackageDependencies`](https://github.com/rstudio/rsconnect/blob/ece7cfcf22995c385e980ad134d006b6268a881c/R/bundlePackage.R#L55) the check for whether an `renv.lock` file exists only checks…
-
Hi,
renv uses only the `.` version instead of `..` to assemble the `RENV_PATHS_CACHE` value (see documentation https://rstudio.github.io/renv/reference/paths.html). By using only `.` the following…
kmpf updated
3 months ago
-
out of curiosity :slightly_smiling_face:
-
```
> 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…