Skip to content

Commit

Permalink
surprised I didn't have a devtools::release() function already.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMShea committed Sep 5, 2017
1 parent 95c70f7 commit 6a45bae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data-raw/Final-items.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ unlink(data_folder, recursive = TRUE)

# Render .pdf and .html vignettes
library(rmarkdown)
rmarkdown::render("vignettes/wooldridge-vignette.Rmd", "all")
rmarkdown::render("vignettes/wooldridge-vignette.Rmd", "all")

# submit to CRAN
devtools::release()

0 comments on commit 6a45bae

Please sign in to comment.