I can't install devtools:
if (!require("devtools")) install.packages("devtools")
devtools::install_github("rstudio/httpuv")
produces:
ERROR: dependency 'pkgload' is not available for package 'devtools' * removing 'C:/Users/R/win-library/3.3/devtools'
install.packages('pkgload')
creates:
Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘pkgload’ These will not be installed –