Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edward-burn committed Oct 18, 2023
1 parent 2296598 commit 248fad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: IncidencePrevalence
Title: Estimate Incidence and Prevalence using the OMOP Common Data Model
Version: 0.5.0
Version: 0.5.1
Authors@R: c(
person("Edward", "Burn", email = "[email protected]",
role = c("aut", "cre"),
Expand Down
2 changes: 1 addition & 1 deletion R/generateDenominatorCohortSet.R
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ generateSingleTargetDenominatorCohortSet <- function(cdm,
} else {
targetCohortName <- attr(cdm[[unique(popSpecs$targetCohortTable)]], "cohort_set") %>%
dplyr::filter(.data$cohort_definition_id ==
unique(popSpecs$targetCohortId)) %>%
!! unique(popSpecs$targetCohortId)) %>%
dplyr::pull("cohort_name")
}

Expand Down

0 comments on commit 248fad1

Please sign in to comment.