-
```
Step 7/15 : RUN bash .renv_install.sh
---> Running in 181ef48e0461
Installing renv
renv.lock file detected
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
…
-
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
-
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 …
-
I saw this when trying to install `renv` locally; not sure if this is something specific to `renv` or something else:
```
> pak::pkg_install("local::.")
→ Will update 1 package.
→ Will downlo…
-
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…
-
- [x] status, restore, snapshot, hydrate
- [x] check that compile tools is setup so that things can be compiled from source
- should have rtools, devtools, etc installed
- [x] Managing Rprofi…
-
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…
-
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
-
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…