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

adding Tests for dealing with NA in construct_label #504

Merged
merged 5 commits into from
Apr 12, 2024

Conversation

grewered
Copy link
Collaborator

@grewered grewered commented Feb 9, 2024

I wrote a test for consruct_label() to see whether NAs are correlcty converted to empty strings.
@nickhaf I noticed that I created the data frame differently in the example than you created them in the other tests. The way you did it, the function actually merges est and se, in the current examples, it creates a new column - so I'm going to change that, to that it actually merges them into a new label.

@grewered grewered requested a review from nickhaf February 9, 2024 11:46
@grewered
Copy link
Collaborator Author

grewered commented Feb 9, 2024

I don't know what went wrong with the test there. maybe something with package versions? because the test itself passed.

@grewered
Copy link
Collaborator Author

grewered commented Feb 9, 2024

and I was wondering, how missing standard errors should be represented best - but maybe that's not very urgent.
right now they are printed as: "27 ()", but wouldn't "27" be enough, without empty brackets? it looks a bit cleaner design-wise, imho, but maybe in the BT se just shouln't miss - then that wouldn't be important.

@nickhaf
Copy link
Owner

nickhaf commented Feb 20, 2024

Content is great, the checks fail due to a breaking change in the ggbrace package, will have to fix this before merging.

Merge remote-tracking branch 'origin' into NAtest_construct_label
# Bitte geben Sie eine Commit-Beschreibung ein, um zu erklären, warum dieser
# Merge erforderlich ist, insbesondere wenn es einen aktualisierten
# Upstream-Branch mit einem Thema-Branch zusammenführt.
#
# Zeilen, die mit '#' beginnen, werden ignoriert,
# und eine leere Beschreibung bricht den Commit ab.
@nickhaf nickhaf merged commit 618d8cf into main Apr 12, 2024
6 of 7 checks passed
@nickhaf nickhaf deleted the NAtest_construct_label branch July 23, 2024 18:15
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.

2 participants