Skip to content

Commit

Permalink
fix warnings from CMD check
Browse files Browse the repository at this point in the history
  • Loading branch information
elong0527 committed Dec 2, 2023
1 parent 8d69017 commit 086b75f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Imports:
metalite,
reactable,
htmltools,
r2rtf
r2rtf,
jsonlite
Suggests:
knitr,
table1,
Expand Down
2 changes: 1 addition & 1 deletion R/metalite_table1_to_rtf.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metalite_table1_to_rtf <- function(
x,
file,
title = "Baseline Characteristics",
rel_width = NULL){
col_rel_width = NULL){

# prepare input
tbl <- lapply(tbl[[1]], reactable_to_df)
Expand Down
5 changes: 4 additions & 1 deletion man/metalite_table1_to_rtf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 086b75f

Please sign in to comment.