Skip to content

Commit

Permalink
add command to auto-install kableExtra
Browse files Browse the repository at this point in the history
  • Loading branch information
danilofreire committed Oct 3, 2019
1 parent 0f5b2b9 commit 2fe25b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions article/article.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ output:
r <- getOption("repos")
r["CRAN"] <- "https://cran.rstudio.com/"
options(repos = r)
if (!require("kableExtra")) {
install.packages("kableExtra")
}
```

[^auth01]: You can add author information using footnotes.
Expand Down
Binary file modified article/article.pdf
Binary file not shown.

0 comments on commit 2fe25b7

Please sign in to comment.