Skip to content
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d082c16
feat: adds tm_rmarkdown module
averissimo Nov 5, 2025
6d064e1
docs: update roxygen
averissimo Nov 5, 2025
2c6b90e
docs: update roxygen
averissimo Nov 5, 2025
b326567
chore: fix some comments
averissimo Nov 5, 2025
2e690ff
fix: minor typo
averissimo Nov 5, 2025
2b17cde
chore: enforce srv protection against allow_download = FALSE
averissimo Nov 5, 2025
157c194
feat: add extra inputs
averissimo Nov 6, 2025
a279ec0
fix: minor fix in names
averissimo Nov 6, 2025
611acf5
[skip style] [skip vbump] Restyle files
github-actions[bot] Nov 6, 2025
1fa0d8b
chore: remove extra parameter
averissimo Nov 6, 2025
309c5ac
docs: update documentation
averissimo Nov 6, 2025
3640c41
pr: copy rmd and setup tempdir only once
averissimo Nov 6, 2025
3b0c5d4
chore: use the output of render (file path) instead of explicit name
averissimo Nov 6, 2025
14cdf42
pr: rename rmd_data to params for consistency
averissimo Nov 6, 2025
c563c71
pr: address main points of review from @gogonzo
averissimo Nov 7, 2025
8c1acaa
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] Nov 7, 2025
d05971a
fix: adds baseenc for now in description
averissimo Nov 7, 2025
59736a7
pr: apply feedback from meeting with @gogonzo
averissimo Nov 12, 2025
5dc5747
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] Nov 12, 2025
6da1e04
docs: improve documentation
averissimo Nov 14, 2025
198a462
[skip style] [skip vbump] Restyle files
github-actions[bot] Nov 14, 2025
4b6d7df
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] Nov 14, 2025
161ed6e
Merge branch 'main' into 675-rmarkdown_module
llrs-roche Nov 18, 2025
35fabaf
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] Nov 18, 2025
d8514cc
docs: improve documentation
averissimo Nov 20, 2025
3762e4e
Merge branch 'main' into 675-rmarkdown_module
averissimo Nov 20, 2025
1212d26
docs: adds experimental tag to module
averissimo Nov 20, 2025
9868454
docs: improve rmd example to be meaningful
averissimo Nov 20, 2025
74f70e3
docs: use shinyApp instead of pipe and runApp
averissimo Nov 20, 2025
f4490b4
fix: linter errors
averissimo Nov 20, 2025
66717d3
fix: remove unused dependency and use reexport in shiny
averissimo Nov 20, 2025
32c124d
fix: issue with parent.env of qenv
averissimo Nov 20, 2025
df4322a
pr: suffix date and time as suggested by @osenan
averissimo Nov 21, 2025
178a022
tests: adds test for tm_rmarkdown using testServer
averissimo Nov 21, 2025
e16884f
[skip style] [skip vbump] Restyle files
github-actions[bot] Nov 21, 2025
49e95c5
Merge branch 'main' into 675-rmarkdown_module
averissimo Nov 25, 2025
d2df067
Update tests/testthat/test-tm_rmarkdown.R
averissimo Nov 25, 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 DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Imports:
lattice (>= 0.18-4),
lifecycle (>= 0.2.0),
MASS (>= 7.3-60),
rmarkdown (>= 2.23),
rtables (>= 0.6.11),
scales (>= 1.3.0),
shinyjs (>= 2.1.0),
Expand All @@ -73,7 +74,6 @@ Suggests:
nestcolor (>= 0.1.0),
pkgload,
rlang (>= 1.0.0),
rmarkdown (>= 2.23),
roxy.shinylive,
rvest,
shinytest2,
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ S3method(create_sparklines,default)
S3method(create_sparklines,factor)
S3method(create_sparklines,logical)
S3method(create_sparklines,numeric)
S3method(teal.reporter::to_rmd,markdown_internal)
S3method(tools::toHTML,markdown_internal)
export(add_facet_labels)
export(get_scatterplotmatrix_stats)
export(tm_a_pca)
Expand All @@ -23,6 +25,7 @@ export(tm_g_scatterplot)
export(tm_g_scatterplotmatrix)
export(tm_missing_data)
export(tm_outliers)
export(tm_rmarkdown)
export(tm_t_crosstable)
export(tm_variable_browser)
import(ggplot2)
Expand Down
Loading
Loading