Skip to content

Commit

Permalink
need keep.source for batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Mar 5, 2025
1 parent 800047f commit 84f548d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dev/unused_helpers_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ usages <- subset(usages, !mapply(\(nm, l) grepl(sprintf("\\b%s <-", nm), l), use

# TODO(#2004): can this just come from get_source_expressions(), and/or will
# the above linters "just work" once we're roxygen2-aware?
options(keep.source = TRUE)
roxy_usage <- character()
for (robj in roxygen2::parse_package()) {
for (tag in robj$tags) {
Expand Down

0 comments on commit 84f548d

Please sign in to comment.