Skip to content

Commit

Permalink
fix: cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Nov 21, 2024
1 parent d093ff9 commit e348e6c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion R/tt_afun_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,11 @@ non_ref_rcell <- function(x, is_ref, format = NULL, colspan = 1L,
#' in_rows(1, 2, 3, .names = c("a", "b", "c"))
#' in_rows(1, 2, 3, .labels = c("a", "b", "c"))
#' in_rows(1, 2, 3, .names = c("a", "b", "c"), .labels = c("AAA", "BBB", "CCC"))
#' in_rows(.list = list(a = c(NA, NA)), .formats = "xx - xx", .format_na_strs = list(c("asda", "lkjklj")))
#' in_rows(
#' .list = list(a = c(NA, NA)),

Check warning on line 144 in R/tt_afun_utils.R

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=R/tt_afun_utils.R,line=144,col=34,[trailing_whitespace_linter] Trailing whitespace is superfluous.
#' .formats = "xx - xx",

Check warning on line 145 in R/tt_afun_utils.R

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=R/tt_afun_utils.R,line=145,col=27,[trailing_whitespace_linter] Trailing whitespace is superfluous.
#' .format_na_strs = list(c("asda", "lkjklj"))
#' )
#' in_rows(.list = list(a = c(NA, NA)), .format_na_strs = c("asda", "lkjklj"))
#'
#' in_rows(.list = list(a = 1, b = 2, c = 3))
Expand Down
6 changes: 5 additions & 1 deletion man/in_rows.Rd

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

0 comments on commit e348e6c

Please sign in to comment.