This package checks the availability of packages in Pkg.jl and asks you to install if it is available.
First, you must import Pkg:
using PkgThen, you add IsAvailable.jl:
Pkg.clone("https://github.com/Leticia-maria/IsAvailable.jl")And, finally:
using IsAvailable