Aliases: is_installed check_installed
Keywords:
### ** Examples is_installed("utils")
[1] TRUE
is_installed(c("base", "ggplot5"))
[1] FALSE
is_installed(c("base", "ggplot5"), version = c(NA, "5.1.0"))