Skip to content

Commit

Permalink
Merge pull request #217 from OHDSI/issure_216
Browse files Browse the repository at this point in the history
capital letter in package name
  • Loading branch information
martaalcalde authored Oct 25, 2024
2 parents 342e99f + 20101e3 commit c0cc718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/summariseOmopSnapshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ summariseOmopSnapshot <- function(cdm) {
internalTibble() |>
omopgenerics::newSummarisedResult(settings = dplyr::tibble(
result_id = unique(summaryTable$result_id),
package_name = "omopSketch",
package_name = "OmopSketch",
package_version = as.character(utils::packageVersion("OmopSketch")),
result_type = "summarise_omop_snapshot"
))
Expand Down

0 comments on commit c0cc718

Please sign in to comment.