Skip to content

Instantly share code, notes, and snippets.

@MonkmanMH
Created October 6, 2020 23:34
Show Gist options
  • Save MonkmanMH/fa18898ebd12de2149d710f5d1b5e798 to your computer and use it in GitHub Desktop.
Save MonkmanMH/fa18898ebd12de2149d710f5d1b5e798 to your computer and use it in GitHub Desktop.
install {annotater} package
# short script to install the {annotater} package
# reference: https://github.com/luisDVA/annotater
# Step 1: install the {remotes} package
install.packages("remotes")
# Step 2: install {annotater} from the GitHub source
remotes::install_github("luisDVA/annotater")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment