Problem in installing devtools

Why i'm getting error " failed to install 'devtools' from github" while installing it.

Hi, and welcome!

The github version is the development version, and if for some reason you need to use it, first install the CRAN version

install.packages("devtools")

and then install the development version

devtools::install_github("hadley/devtools")

unless you are on Windows, in which case see the instructions

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.