Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 9, 2023
1 parent 22b5a81 commit f831a2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generators/generate-cran-versions.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ extract_packages_with_versions <- function(osvs) {
for (affected in osv$affected) {
package <- affected$package$name

print(package)
print(result)
if (!(package %in% names(result))) {
result[[package]] <- list()
}
Expand Down

0 comments on commit f831a2b

Please sign in to comment.