
Last chance! 50% off unlimited learning
Sale ends in
build_github_devtools(outfile = NULL)
install_github
to install devtools directly, without going
through the separate build-restart-install steps.This function requires a working development environment. On Windows, it
needs
library(devtools)
build_github_devtools()
#### Restart R before continuing ####
install.packages("./devtools.zip", repos = NULL)
# Remove the package after installation
unlink("./devtools.zip")
Run the code above in your browser using DataLab