Using Azure ML Studio Designer with R script: package not found but I installed it on the compute cluster
Using Azure ML Studio Designer with R script: package not found but I installed it on the compute instance
I created a compute instance and then I installed all the necessary R packages to execute a few scripts. The scripts run without issue when I'm inside an RStudio instance on that compute instance. However, when I try to have those scripts run through the Designer service using the same compute instance, R no longer recognizes the packages as being installed. Is there a way for Designer to recognize the installed R packages without resorting to using a Docker image, or the zip file method from the stackoverflow question linked below?
https://stackoverflow.com/questions/40632047/azure-ml-studio-cannot-load-a-installed-package-in-r