Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Nov 21, 2024
1 parent ed0ec81 commit cd62f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/shiny2screenshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ roxy_tag_rd.roxy_tag_crowInsertSnaps <- function(x, base_path, env) {
if (length(args) >= 2) args[[3]] <- as.logical(args[[3]])
possible_names <- c("test_file", "name", "auto_numbered", "variant", "fps")
# this is fine because the order of arguments for tags is always the same
names(args) <- possible_names[1:length(args)]
names(args) <- possible_names[seq_along(args)]
roxygen2::rd_section(
type = "crowInsertSnaps",
value = rlang::exec(snaps2rd, !!!args)
Expand Down

0 comments on commit cd62f33

Please sign in to comment.