Skip to main content

Hello all,

 

is there a way to install the R package tidyvers in the ML Workbench. I have tried two possibilities which unfortunately run into an error (see screenshots).

 

Thanks for your answers in advance.

 

With kind regards 

 

Christoph

 

In R on ML WorkbenchScreenshot 

In Py on ML Workbench

 

imageimage

Hi Christoph,

 

Thank you for sharing the details of the steps you have already tried.

 

Please note, tidyverse is pre installed on all workbenches. Can you double check if you have opened the R notebook?

 

The following command can be used to list the installed packages. Can you check if tidyverse is in the list by you too?

 

installed.packages()

 

If that doesn’t work can you either:

  • Upgrade the workbench if it is not on the latest version
  • Install tidyverse manually with conda: conda install r-tidyverse

 

I hope this will helps to continue working on your project.

 

Best regards

Levente Harmos

 


Hi Christoph,

 

Thank you for sharing the details of the steps you have already tried.

 

Please note, tidyverse is pre installed on all workbenches. Can you double check if you have opened the R notebook?

 

The following command can be used to list the installed packages. Can you check if tidyverse is in the list by you too?

 

installed.packages()

 

If that doesn’t work can you either:

  • Upgrade the workbench if it is not on the latest version
  • Install tidyverse manually with conda: conda install r-tidyverse

 

I hope this will helps to continue working on your project.

 

Best regards

Levente Harmos

 

Hello Levente,

it seems that all R packages are now installed.
Thanks a lot for your help and have a nice weekend.

Best regards
Christoph

Reply