error_packageAlreadyLoaded: Throw error because this package is already loaded and not...

View source: R/helper_functions.R

error_packageAlreadyLoadedR Documentation

Throw error because this package is already loaded and not compatible with the requested version.

Description

Throw error because this package is already loaded and not compatible with the requested version.

Usage

error_packageAlreadyLoaded(
  requested_package_name,
  requested_version,
  already_loaded_version
)

Arguments

requested_package_name

A single package name of the package that was desired to be loaded.

requested_version

The version definition (like: ">= 3.2.1") of the package that was tried to be loaded.

already_loaded_version

The version of the package that is already loaded, which causes this error to be fired.


multiversion documentation built on March 22, 2022, 1:07 a.m.