Skip to content

List all R versions supported by Posit Package Manager (PPM)

Usage

ppm_r_versions()

Value

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.

See also

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()

Examples

ppm_r_versions()
#> # A data frame: 5 × 1
#>   r_version
#>   <chr>    
#> 1 4.3      
#> 2 4.2      
#> 3 4.1      
#> 4 4.0      
#> 5 3.6