Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (5.8k points)
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?

1 Answer

0 votes
by (9.6k points)

You can save that folder as a Zip file and upload it to Azure ML Studio.

Now you can refer to that folder using the path in R.

Browse Categories

...