From a9cb11054f183b85be56ef02aa8873266e330d8f Mon Sep 17 00:00:00 2001 From: Daniel Sjoberg Date: Tue, 28 May 2024 15:13:50 -0700 Subject: [PATCH 1/2] small update --- R/construction_helpers.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/construction_helpers.R b/R/construction_helpers.R index 40c9179c..6672b1e1 100644 --- a/R/construction_helpers.R +++ b/R/construction_helpers.R @@ -110,7 +110,7 @@ construct_model.survey.design <- function(data, formula, method, method.args = l check_not_missing(method) check_string_or_function(method) - check_not_namespaced(method) + if (is_string(method)) check_not_namespaced(method) # convert method.args to list of expressions (to account for NSE inputs) ----- method.args <- .as_list_of_exprs({{ method.args }}) From ce47f5054982d6be6e096a2e2f6727951fd0c1ef Mon Sep 17 00:00:00 2001 From: ddsjoberg Date: Tue, 28 May 2024 22:14:58 +0000 Subject: [PATCH 2/2] [skip actions] Bump version to 0.1.0.9049 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 00ef99d2..543d223b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cardx Title: Extra Analysis Results Data Utilities -Version: 0.1.0.9048 +Version: 0.1.0.9049 Authors@R: c( person("Daniel", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre")), person("Abinaya", "Yogasekaram", , "abinaya.yogasekaram@contractors.roche.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 221e991c..913d16e5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# cardx 0.1.0.9048 +# cardx 0.1.0.9049 ### Breaking Changes