From f455727bf8ea63aa74596fbccd71111ab2e6ccf3 Mon Sep 17 00:00:00 2001 From: keesvanbochove Date: Thu, 19 Aug 2021 10:24:22 +0200 Subject: [PATCH] Release version 0.4.3.1 --- README.md | 2 +- codemeta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 340d7b04b..3d3ef2dc6 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Sys.setenv("R_REMOTES_NO_ERRORS_FROM_WARNINGS" = TRUE) # When asked to update packages, select '1' ('update all') (could be multiple times) # When asked whether to install from source, select 'No' (could be multiple times) #install.packages("devtools") -#devtools::install_github("ohdsi-studies/PioneerWatchfulWaiting", ref="v0.4.3") +#devtools::install_github("ohdsi-studies/PioneerWatchfulWaiting", ref="v0.4.3.1") ```` In [`CodeToRun.R`](extras/CodeToRun.R) you will find a function `verifyDependencies()` which you can use to verify that all dependencies installed correctly. diff --git a/codemeta.json b/codemeta.json index b35fe76f9..ded15d337 100644 --- a/codemeta.json +++ b/codemeta.json @@ -309,5 +309,5 @@ "SystemRequirements": null }, "isPartOf": "https://ohdsi.org", - "fileSize": "39822.206KB" + "fileSize": "39822.47KB" }