Skip to content

Commit

Permalink
update: pkgdown helperfunction
Browse files Browse the repository at this point in the history
  • Loading branch information
tin900 committed Aug 29, 2024
1 parent ed0aa6d commit 6411b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helperfunctions/data_reference_index_missing.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data_reference_index_missing <- function(pkg = ".", depth = 1L) {

# Cross-reference complete list of topics vs. topics found in index page
all_topics <- meta %>%
map(~ pkgdown:::select_topics(.$contents, pkg$topics)) %>%
map(~ pkgdown:::select_topics(.$contents, pkg$topics, error_path = ".")) %>%
reduce(union)
in_index <- seq_along(pkg$topics$name) %in% all_topics

Expand Down

0 comments on commit 6411b23

Please sign in to comment.