Skip to content

Commit

Permalink
Merge pull request #52 from HTAhackathon2024/i51
Browse files Browse the repository at this point in the history
Update to variable name for prior processing in fnc cran_metadata.
  • Loading branch information
bisacciamd authored Aug 28, 2024
2 parents eaa8761 + d32dd07 commit 6f43272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ compile_metadata <- function(gh_data, cran_data = NULL, description_contents = N
license <- cran_data$license
authors <- paste(unlist(cran_data$author), collapse = ", ")
maintainer <- cran_data$maintainer
date_published <- cran_data[["date/publication"]]
date_published <- cran_data$date_published
}
ret <- list(name = gh_data$name,
title = title,
Expand Down

0 comments on commit 6f43272

Please sign in to comment.