-
I can't seem to install a newer version of Bioconductor. Is this an `renv` issue or something I'm misunderstanding about Bioconductor versions?
```
> renv::init(bioconductor="3.18")
- Using Bioco…
-
```
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…
-
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…
-
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…
-
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,
I have some RDS files containing Seurat objects, and they were made by different Seurat versions (4 and 5). I know the version of the object could be accessed by object@version but it needs Seur…
-
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 …
-
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://…
-
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 {…