R - install_github fails R - install_github fails r r

R - install_github fails


Does this work? I had to change this bit of code recently from ssl.verifypeer to ssl_verifypeer

library(httr)set_config(config(ssl_verifypeer = 0L))

see here devtools::install_github() - Ignore SSL cert verification failure