r-tooling/r4r

Add option that will disable version pinning

Open

#64 ouverte le 6 oct. 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)HTML (0 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (11 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur