Skip to content

Commit 589e11c

Browse files
Merge pull request #14 from oxford-pharmacoepi/dev_cc
v1.0.4
2 parents b6cdb2d + ba98e17 commit 589e11c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CharacterisationCode/RunCharacterisation.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ log_message <- function(message) {
1111
cli::cli_inform(paste(Sys.time(), "-", message, "\n"))
1212
}
1313

14-
log_message("Start time recorded.")
14+
log_message("Start time recorded. Code version: 1.0.4")
1515

1616
tableName <- c("observation_period", "visit_occurrence", "condition_occurrence", "drug_exposure", "procedure_occurrence",
1717
"device_exposure", "measurement" , "observation", "death")

CharacterisationCode/renv.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"RemoteHost": "api.github.com",
109109
"RemoteRepo": "OmopSketch",
110110
"RemoteUsername": "OHDSI",
111-
"RemoteSha": "9192df20ab93f0709e7011162e2213b294904c57",
111+
"RemoteSha": "4aa895b2f59694a85d11035e42213e47c8a54900",
112112
"Requirements": [
113113
"CDMConnector",
114114
"CohortConstructor",
@@ -126,7 +126,7 @@
126126
"tibble",
127127
"tidyr"
128128
],
129-
"Hash": "5661fd8bcc9765e1d4f13f6d976595b1"
129+
"Hash": "f3b649e75939531d809f2395d0b872bd"
130130
},
131131
"PatientProfiles": {
132132
"Package": "PatientProfiles",

0 commit comments

Comments
 (0)