Skip to content

Instantly share code, notes, and snippets.

@Jeet1994
Last active November 8, 2016 06:15
Show Gist options
  • Save Jeet1994/6e2a234bacde0ace248c44e00f82a970 to your computer and use it in GitHub Desktop.
Save Jeet1994/6e2a234bacde0ace248c44e00f82a970 to your computer and use it in GitHub Desktop.
Necessary packages for making an R package.
options(download.file.method="libcurl") #I do this line to handle any internet related errors.
install.packages("devtools")
#wait till it gets installed
#Now, run the line below
install.packages("roxygen2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment