Created
October 6, 2020 23:34
-
-
Save MonkmanMH/fa18898ebd12de2149d710f5d1b5e798 to your computer and use it in GitHub Desktop.
install {annotater} package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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