...
A: In our experience it is very easy to package and install an R package. Other software packages, like python, tend to have more issues with package dependencies and non-flexible memory issues (as opposed to for instance a python module with all its conflicting dependencieslazy loading in R). We wanted to prevent the need of containerization because this would also increase the required level of programming skills needed to run the package.
...