Skip to content

Commit

Permalink
Update README #24 #21
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinak committed Jul 3, 2018
1 parent b6fb48e commit 5b7aa1c
Show file tree
Hide file tree
Showing 6 changed files with 629 additions and 393 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Expand Up @@ -8,4 +8,5 @@ README.html
^\.travis\.yml$
^CODE_OF_CONDUCT\.md$
^appveyor\.yml$
NEWS.md
NEWS.md
bibliography.bib
1 change: 1 addition & 0 deletions R/processData.R
Expand Up @@ -482,6 +482,7 @@ DataPackageR <- function(arg = NULL) {
pkg$set_dep("knitr", "Suggests")
pkg$set_dep("rmarkdown", "Suggests")
pkg$set("VignetteBuilder" = "knitr")
pkg$write()
usethis::use_directory("vignettes")
usethis::use_directory("inst/doc")
# TODO maybe copy only the files that have both html and Rmd.
Expand Down

0 comments on commit 5b7aa1c

Please sign in to comment.