Share the package on Github

  1. Run use_github() to update the DESCRIPTION file and creating a new repo on Github.
use_github()

# ℹ Defaulting to 'https' Git protocol
# There are uncommitted changes and we're about to create and push to a new GitHub repo
# Do you want to proceed anyway?
# 
# 1: For sure
# 2: No way
# 3: Nope
# 
Selection: 1
# ✔ Creating GitHub repository 'AngelFelizR/regexcite'
# ✔ Setting remote 'origin' to 'https://github.com/AngelFelizR/regexcite.git'
# ✔ Setting URL field in DESCRIPTION to 'https://github.com/AngelFelizR/regexcite'
# ✔ Setting BugReports field in DESCRIPTION to 'https://github.com/AngelFelizR/regexcite/issues'
# There is 1 uncommitted file:
# * 'DESCRIPTION'
# Is it ok to commit it?
# 
# 1: Absolutely
# 2: Absolutely not
# 3: No way
# 
Selection: 1
# ✔ Adding files
# ✔ Making a commit with message 'Add GitHub links to DESCRIPTION'
# ✔ Pushing 'master' branch to GitHub and setting 'origin/master' as upstream branch
# ✔ Opening URL 'https://github.com/AngelFelizR/regexcite'