Connect to GitHub
usethis::use_git()
usethis::use_github()
#TODO: how to deal with errors
If use_github gets an authentication error, then switch to terminal and use git directly: git push origin master
https://community.rstudio.com/t/difficulty-using-usethis-use-github/5579
Connect to GitHub
usethis::use_git()usethis::use_github()#TODO: how to deal with errors
If
use_githubgets an authentication error, then switch to terminal and use git directly:git push origin masterhttps://community.rstudio.com/t/difficulty-using-usethis-use-github/5579