if (FALSE) {
check_if_installed("inexistent_package")
check_if_installed("insight")
check_if_installed("insight", minimum_version = "99.8.7")
x <- check_if_installed(c("inexistent", "also_not_here"), stop = FALSE)
x
}
Run the code above in your browser using DataLab