Created
December 9, 2013 16:41
-
-
Save emhart/7875509 to your computer and use it in GitHub Desktop.
Fix for RMendeley for Zopim question
This file contains hidden or 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
# Clean up old installs, removing old RMendeley and old ROAuth | |
install.packages("devtools") | |
library(devtools) | |
install_github("ROAuth","duncantl") | |
install_github("RMendeley","ropensci") | |
mc <- mendeley_auth() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment