Created
June 8, 2016 18:33
-
-
Save benjamin-chan/99438521efcb98257f42b78a70f736d1 to your computer and use it in GitHub Desktop.
Install the prepR package
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
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