Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete tenFHcorr and merge it into wlr #103

Merged
merged 10 commits into from
Jun 1, 2023
Merged

Conversation

LittleBeannie
Copy link
Collaborator

No description provided.

@LittleBeannie LittleBeannie linked an issue May 31, 2023 that may be closed by this pull request
Copy link
Collaborator

@nanxstats nanxstats left a comment

Choose a reason for hiding this comment

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

I applied some style fixes following the tidyverse style guide.

The internal function probably needs a non-placeholder name than foo. Also, defining functions within functions (nested functions) is allowed in R, but it's generally not recommended for several reasons: lower performance (each time the outer function is called, the inner function is redefined), confusion in lexical scope and variable shadowing, and decreased maintainability as the inner function is only callable within the outer function.

However, this can be a tomorrow problem, so I will let it pass this time.

@nanxstats nanxstats merged commit b4aeaa7 into main Jun 1, 2023
@nanxstats nanxstats deleted the 102-combine-wlr-and-tenfhcorr branch June 1, 2023 03:11
@LittleBeannie LittleBeannie self-assigned this Nov 7, 2023
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.

Combine wlr and tenFHCorr
2 participants