Skip to contents

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
)

Arguments

remote_bin_path

(character)
Path to remote binary directory

package_name

(character)
Package name

last_version

(character)
Latest version string from CRAN

is_r_minor_sensitive

(logical)
If TRUE, treats the package to be minor version specific and injects a version identifier into the file path.

Value

Logical indicating if package exists