From a41283d84710c1c6285c18dc9ce3e3e0b2e66b8b Mon Sep 17 00:00:00 2001 From: Adam Black Date: Fri, 20 Oct 2023 15:33:24 -0400 Subject: [PATCH] update --- CRAN-SUBMISSION | 6 +++--- NEWS.md | 8 ++++---- R/cdm.R | 1 - 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 609ac319..86f253d3 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 1.1.3 -Date: 2023-10-13 12:28:51 UTC -SHA: 02e0da6a4dd914d728b3552f3603e573e051e935 +Version: 1.1.4 +Date: 2023-10-17 16:36:01 UTC +SHA: e9b0da4823d750c97ae7f388d26373dda122de7d diff --git a/NEWS.md b/NEWS.md index 825b490d..b46404b3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,10 @@ -# CDMConnector 1.1.3 +# CDMConnector 1.1.4 -- Fix recursive reference [issue](https://github.com/darwin-eu-dev/CDMConnector/issues/312). +- Fix recursive edge cases with cdm reference issue. -# CDMConnector 1.1.2 +# CDMConnector 1.1.3 -- Fix recursive reference [issue](https://github.com/darwin-eu-dev/CDMConnector/issues/312). Thanks to @catalamarti! +- Fix recursive cdm reference issue. Thanks @catalamarti! # CDMConnector 1.1.2 diff --git a/R/cdm.R b/R/cdm.R index 6aae9372..a3d8f325 100644 --- a/R/cdm.R +++ b/R/cdm.R @@ -910,4 +910,3 @@ cdm_select_tbl <- function(cdm, ...) { return(obj) } -