Skip to content

Commit

Permalink
Automatially add sysdeps names to topics
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 24, 2024
1 parent 63088bc commit 933d56d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/buildtools.R
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,9 @@ generate_metadata_files <- function(package, repo, subdir, outdir, pkgdir, git_u
contents$golang <- jsonlite::unbox(TRUE)
contents$topics <- unique(c(contents$topics, c("golang")))
}
if(length(sysdeps)){
contents$topics <- unique(c(contents$topics, sysdeps$name))
}
contents$assets <- assets
contents$homeurl <- jsonlite::unbox(homeurl)
contents$realowner <- jsonlite::unbox(realowner)
Expand Down

0 comments on commit 933d56d

Please sign in to comment.