In R, the traditional way to load packages can sometimes lead to situations
where several lines of code need to be written just to load packages. These
lines can cause errors if the packages are not installed, and can also be hard
to maintain, particularly during deployment.
Fortunately, there is