Closed zachary-foster closed 6 years ago
Hi @sckott,
should: install_github("devtools") be install.packages("devtools")?
install_github("devtools")
install.packages("devtools")
yes,
that was from back in the day when the default github user name was hadley
hadley
Hi @sckott,
should:
install_github("devtools")
beinstall.packages("devtools")
?