How can I install devtools in R/Rstudio?

The normal install.packages() command may give users trouble when trying to install devtools in R / Rstudio.

Try the following command in R / Rstudio instead:

system(command = 'conda install -c conda-forge r-devtools --yes')

Last updated