I am creating a custom module in Azure ML studio which will use the kNN the function of the VIM package for missing data imputation. However, the VIM package is not supported under CRAN3.1 in azure ML or in other words this package is not available by default in ML studio. So the newly created custom module gives an error in loading VIM package when I run the experiment using the custom module.
Is there any way in which I can make VIM available within the context of the custom module?