Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ARD function for table_02 #219

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c49c66e
initial commit - create make_table_02 ARD function.
ayogasekaram May 23, 2024
51a9608
update function name in tests. rework documentation
ayogasekaram May 23, 2024
d622a76
merge main
ayogasekaram Nov 6, 2024
ccb50a0
new table_02 function using gtsummary and ards
ayogasekaram Nov 11, 2024
f0daa13
update tests, update spelling, update quarto page
ayogasekaram Nov 11, 2024
1f4da08
[skip style] [skip vbump] Restyle files
github-actions[bot] Nov 11, 2024
8d0c7af
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] Nov 11, 2024
45de746
update argument convention.
ayogasekaram Nov 11, 2024
64f48d9
Merge branch '218_table2_ard@main' of github.com:pharmaverse/cardinal…
ayogasekaram Nov 11, 2024
68aedad
update for docs check
ayogasekaram Nov 11, 2024
d3798a2
[skip style] [skip vbump] Restyle files
github-actions[bot] Nov 11, 2024
6e1b615
Merge branch 'main' into 218_table2_ard@main
ayogasekaram Dec 4, 2024
b0cec5d
reintroduce rtables function
ayogasekaram Dec 19, 2024
9dfb043
Merge branch 'main' into 218_table2_ard@main
ayogasekaram Feb 7, 2025
be28922
update docs workflow artifact
ayogasekaram Feb 7, 2025
c9d1c44
[skip style] [skip vbump] Restyle files
github-actions[bot] Feb 7, 2025
d6fcfc0
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] Feb 7, 2025
1886e6c
finalize table 2 changes with ARD
ayogasekaram Feb 10, 2025
0fb80c2
update table2 tests
ayogasekaram Feb 10, 2025
9d9a055
[skip style] [skip vbump] Restyle files
github-actions[bot] Feb 10, 2025
25bc93f
address comments from PR review
ayogasekaram Feb 12, 2025
a1df7d0
[skip style] [skip vbump] Restyle files
github-actions[bot] Feb 12, 2025
8551308
add variable label, remove unused arguments
ayogasekaram Feb 20, 2025
16768d9
Merge branch '218_table2_ard@main' of github.com:pharmaverse/cardinal…
ayogasekaram Feb 20, 2025
bb22d90
fix lintr
ayogasekaram Feb 24, 2025
d332d11
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] Feb 24, 2025
346b160
adding baseline temp variable to table examples.
ayogasekaram Feb 26, 2025
ea542fa
assess checks passing
ayogasekaram Mar 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Upload Docs ⬆️
if: github.event_name != 'push'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: site
path: ./_site
Expand Down
3 changes: 1 addition & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ export(make_fig_02)
export(make_fig_03)
export(make_fig_14)
export(make_table_02)
export(make_table_02_gtsum)
export(make_table_02_tplyr)
export(make_table_02_rtables)
export(make_table_03)
export(make_table_04)
export(make_table_05)
Expand Down
Loading
Loading