Skip to content

Instantly share code, notes, and snippets.

@benjamin-chan
Created June 8, 2016 18:33
Show Gist options
  • Save benjamin-chan/99438521efcb98257f42b78a70f736d1 to your computer and use it in GitHub Desktop.
Save benjamin-chan/99438521efcb98257f42b78a70f736d1 to your computer and use it in GitHub Desktop.
Install the prepR package
install.packages("devtools")
library("devtools")
devtools::install_github("klutometis/roxygen")
library(roxygen2)
setwd("C:/Users/chanb/Documents/GitHub Repositories")
create("prepR")
setwd("./prepR")
document()
setwd("..")
install("prepR")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment