Skip to content

Commit

Permalink
Update Module-Characterization.R
Browse files Browse the repository at this point in the history
Characterization 2.0.1 was released to fix a issue where readr was loading settingId and converting it to a bigint and doing weird things.
  • Loading branch information
jreps committed Aug 22, 2024
1 parent eeeb913 commit 8e261b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Module-Characterization.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @export
#' @description
#' Computes cohort characterization information against the OMOP CDM
#' package version 2.0.0
#' package version 2.0.1
CharacterizationModule <- R6::R6Class(
classname = "CharacterizationModule",
inherit = StrategusModule,
Expand Down

0 comments on commit 8e261b3

Please sign in to comment.