The normal install.packages() command may give users trouble when trying to install devtools in R / Rstudio.
install.packages()
Try the following command in R / Rstudio instead:
system(command = 'conda install -c conda-forge r-devtools --yes')
Last updated 1 year ago