Skip to content

Commit

Permalink
fixes missing n_contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed Apr 8, 2024
1 parent f809918 commit 268b223
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ Number of repositories: `r nrow(repo_info)`
# check if data/n_contributors.rds exists
if(file.exists("data/n_contributors.rds")) {
n_contributors <- readRDS("data/n_contributors.rds")
} else {
n_contributors <- NULL
}
# get contributors info only from github repos
Expand Down

0 comments on commit 268b223

Please sign in to comment.