-
```
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)
…
-
- [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…
-
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 …
-
Surfaced in our private beta here: https://github.com/posit-dev/positron-beta/discussions/153
The renv R package not only can manage R environments (version of R, R package versions) but also Pytho…
-
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 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…
-
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
-
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 {…
-
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…
-
In [`computePackageDependencies`](https://github.com/rstudio/rsconnect/blob/ece7cfcf22995c385e980ad134d006b6268a881c/R/bundlePackage.R#L55) the check for whether an `renv.lock` file exists only checks…