Skip to content

Commit

Permalink
Add debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
angelina-momin committed Sep 6, 2024
1 parent 086a99d commit 321a5c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/utils_render_table_codecheckers.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ create_all_codecheckers_table <- function(register_table){
select(Codechecker) %>%
distinct()

# Temporary debugging
print("Register table Codechecker column:")
print(head(new_table$Codechecker))

print("CONFIG$DICT_ORCID_ID_NAME:")
print(CONFIG$DICT_ORCID_ID_NAME)

# Adding the codechecker name column
new_table <- new_table %>%
mutate(`codechecker_name` = recode(Codechecker, !!!CONFIG$DICT_ORCID_ID_NAME))
Expand Down

0 comments on commit 321a5c2

Please sign in to comment.