-
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…
-
- [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
-
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…
-
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.…
-
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 {…
-
Currently, [the r-packages repository](https://github.com/stan-dev/r-packages) has a list of instructions for installing non-CRAN Stan packages like {cmdstanr} ([see here for the live version](http://…
-
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 …