Reputation: 1702
I am trying to install a package in azure ML studio using the command below.
install.packages("src/DMwR.zip", lib = ".", repos = NULL, verbose = TRUE)
library(DMwR, lib.loc=".", verbose=TRUE)
DMwR.zip was upload as a dataset in azure. The error I get is below.
Error 0063: The following error occurred during evaluation of R script:
---------- Start of error message from R ----------
zip file 'src/DMwR.zip' not found
How can I resolve this?
Upvotes: 2
Views: 716
Reputation: 876
Upvotes: 6