# NOT RUN {
# Check if library "dummy" is installed. If not, do not break as error.
try_require("dummy", stop = FALSE)
# Check if library base is installed. If not, stop and show error
try_require("base", stop = TRUE)
# }
Run the code above in your browser using DataLab