Skip to content

Commit

Permalink
Merge branch 'main' into print-condition-with-curly-brace-in-it
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg authored Sep 2, 2024
2 parents 4875e84 + 9992c41 commit a3c339e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@
^man-images$
^vignettes/articles$
^_archive$

# reverse dep cehcks
^checked$
19 changes: 19 additions & 0 deletions .github/workflows/recheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
workflow_dispatch:
inputs:
which:
type: choice
description: Which dependents to check
options:
- strong
- most

name: Reverse dependency check

jobs:
revdep_check:
name: Reverse check ${{ inputs.which }} dependents
uses: r-devel/recheck/.github/workflows/recheck.yml@v1
with:
which: ${{ inputs.which }}
subdirectory: '' #if your package is in a git subdir
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ delete.xlsx
delete.aux
delete.docx
delete.rtf
checked/
2 changes: 1 addition & 1 deletion vignettes/themes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The themes control many aspects of how a table is printed.
Function defaults can be controlled with themes, as well as other aspects that are not modifiable with function arguments.

The {gtsummary} package comes with a few themes.
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*.
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*.
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*.

## Setting Themes
Expand Down

0 comments on commit a3c339e

Please sign in to comment.