Skip to content

Does PPM build binary packages for the current platform?

Usage

ppm_has_binaries()

Value

TRUE or FALSE.

See also

The 'pkgcache and Posit Package Manager on Linux' article at https://r-lib.github.io/pkgcache/dev/.

Other PPM functions: ppm_platforms(), ppm_r_versions(), ppm_repo_url(), ppm_snapshots()

Examples

current_r_platform()
#> [1] "x86_64-pc-linux-gnu-ubuntu-22.04"
ppm_has_binaries()
#> [1] TRUE