Skip to content

Conversation

@graemeblair
Copy link
Member

No description provided.


se_type <- eval_tidy(quos(...)$se_type)

alpha <- ifelse(is.null(eval_tidy(quos(...)$alpha)), 0.05, eval_tidy(quos(...)$alpha))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
alpha <- ifelse(is.null(eval_tidy(quos(...)$alpha)), 0.05, eval_tidy(quos(...)$alpha))
alpha <- eval_tidy(quos(...)$alpha)) %||% 0.05

Copy link
Contributor

@nfultz nfultz Feb 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the ... has side effects, don't want to do it twice. But, probably should just add alpha to the function declaration.

@graemeblair graemeblair changed the title lh_robust fixes CRAN prep v. 1.0.6 - lh_robust fixes + changes to lm_lin Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants