
Check if root package exists in S3
check_root_package_exists.Rd
Verifies if the latest version of a package exists in the S3 repository, accounting for R minor version sensitivity.
Usage
check_root_package_exists(
remote_bin_path,
package_name,
last_version,
is_r_minor_sensitive
)