Skip to content

Commit 9992c41

Browse files
committed
small updates
1 parent f25f351 commit 9992c41

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.Rbuildignore

+3
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@
3939
^man-images$
4040
^vignettes/articles$
4141
^_archive$
42+
43+
# reverse dep cehcks
44+
^checked$

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ delete.xlsx
1717
delete.aux
1818
delete.docx
1919
delete.rtf
20+
checked/

vignettes/themes.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The themes control many aspects of how a table is printed.
2222
Function defaults can be controlled with themes, as well as other aspects that are not modifiable with function arguments.
2323

2424
The {gtsummary} package comes with a few themes.
25-
Our focus is tables that are ready for publication and encourage themes that assist in that process; for example, the `theme_gtsummary_journal(journal = "jama")` theme sets defaults that align with the [published guidelines](https://jamanetwork.com/journals/jama/pages/instructions-for-authors#SecTables) from the *Journal of the American Medical Association*---*JAMA*.
25+
Our focus is tables that are ready for publication and encourage themes that assist in that process; for example, the `theme_gtsummary_journal(journal = "jama")` theme sets defaults that align with the [published guidelines](https://jamanetwork.com/journals/jama/pages/instructions-for-authors) from the *Journal of the American Medical Association*---*JAMA*.
2626
The defaults in {gtsummary} were written to align with the reporting guidelines for *European Urology*, *The Journal of Urology*, *Urology*, and the *British Journal of Urology International*.
2727

2828
## Setting Themes

0 commit comments

Comments
 (0)