Skip to content

Commit

Permalink
Moved tables.png to make it permanent in source package
Browse files Browse the repository at this point in the history
  • Loading branch information
hofnerb committed Apr 8, 2016
1 parent d3ed83d commit dc7101d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ copy_Rout_to_Routsave.R
tests/.*\.Rout\.save$
tests/testthat/bib.bib
vignettes/auto
vignettes/graphics/papeR.*
vignettes/graphics
2 changes: 1 addition & 1 deletion vignettes/papeR_introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ xtable(summarize(Orthodont, type = "numeric", group = "Sex"))
```
to get the following PDF output

![LaTeX Output](graphics/tables.png)
![LaTeX Output](tables.png)

Note that per default, `booktabs` is set to `TRUE` in `print.xtable.summary`, and
thus `\usepackage{booktabs}` is needed in the header of the LaTeX report. For details
Expand Down
File renamed without changes

0 comments on commit dc7101d

Please sign in to comment.