Skip to content

Instantly share code, notes, and snippets.

@suellenstringer-hye
Created November 4, 2016 15:13
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 suellenstringer-hye/1ce8bd4b644555fd16516d423a2f999b to your computer and use it in GitHub Desktop.
Save suellenstringer-hye/1ce8bd4b644555fd16516d423a2f999b to your computer and use it in GitHub Desktop.
install r packages for stylometry
install.packages("ape")
library(ape)
install.packages("tcltk")
library(tcltk)
install.packages("tcltk2")
library(tcltk2)
install.packages("stylo")
library(stylo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment