r-tooling/r4r

Add option that will disable version pinning

Open

#64 geöffnet am 6. Okt. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (0 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (11 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide