r-tooling/r4r

Add option that will disable version pinning

Open

#64 aberto em 6 de out. de 2025

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)HTML (0 forks)github user discovery
good first issue

Métricas do repositório

Stars
 (11 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

There should be an option which will disable version pinning and instead installs just the latest versions. It should work for both - ubuntu dependencies and R packages.

In the case of R packages, it no longer needs the external script that installs them, but instead, the packages could be installed using the install.packages directly.

Guia do colaborador