Skip to content

Commit

Permalink
Merge branch 'main' into ard_proportion_ci_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz2101 authored May 29, 2024
2 parents b766a28 + ce47f50 commit c0695aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
person("Abinaya", "Yogasekaram", , "[email protected]", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cardx 0.1.0.9048
# cardx 0.1.0.9049

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion R/construction_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down

0 comments on commit c0695aa

Please sign in to comment.