Skip to content

Instantly share code, notes, and snippets.

@briandk
Created September 1, 2011 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briandk/1185439 to your computer and use it in GitHub Desktop.
Save briandk/1185439 to your computer and use it in GitHub Desktop.
Cycling granovaGG when package help won't load
detach(package:granovaGG) # this may throw an error
remove.packages("granovaGG", lib = .libPaths())
### QUIT AND RESTART R.APP
library(devtools)
install_github(repo = "granovaGG", username = "briandk", branch = "dev")
library(granovaGG)
?granovagg.1w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment