You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug in dev_help() that prevented it from working when not using
Rstudio.
source_gist() respects new github policy by sending user agent
(hadley/devtools)
install_github() now takes repo names of the form [username/]repo[/subdir][@ref|#pull] -
this is now the recommended form to specify username, subdir, ref and/or
pull for install_github. (Thanks to Kirill Müller, #376)