Skip to content

Commit

Permalink
Store buildversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 11, 2025
1 parent 1daee13 commit 87618e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/buildtools.R
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ generate_metadata_files <- function(package, repo, subdir, outdir, pkgdir, git_u
contents$topics <- unique(c(contents$topics, sysdeps$name))
contents$topics <- sub('c++', 'cpp', contents$topics, fixed = TRUE)
}
contents$buildversion <- jsonlite::unbox(as.character(getRversion()))
contents$assets <- assets
contents$homeurl <- jsonlite::unbox(homeurl)
contents$realowner <- jsonlite::unbox(realowner)
Expand Down

0 comments on commit 87618e2

Please sign in to comment.