List all R versions supported by Posit Package Manager (PPM)
ppm_r_versions()
Data frame with columns:
r_version
: minor R versions, i.e. version numbers containing the
first two components of R versions supported by this PPM instance.
The 'pkgcache and Posit Package Manager on Linux' article at https://r-lib.github.io/pkgcache/dev/.
Other PPM functions:
ppm_has_binaries()
,
ppm_platforms()
,
ppm_repo_url()
,
ppm_snapshots()
ppm_r_versions()
#> # A data frame: 6 × 1
#> r_version
#> <chr>
#> 1 4.5
#> 2 4.4
#> 3 4.3
#> 4 4.2
#> 5 4.1
#> 6 3.6