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

Correct the rejection.criteria data frame created by analyse_SAR.TL() #246

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

mcol
Copy link
Contributor

@mcol mcol commented Sep 16, 2024

This addresses all correctness issues pointed out in #245. Having the snapshot was invaluable to find the problems, and now it makes it visually easier to see what has actually changed.

Much of this code is overly complicated, but I'm cleaning it up separately.
Note: I've used NA_real_ and NA_character_ as I'm going to use data.table to simplify it, and for that it really matter that the column have the correct type, otherwise it's not possible to bind them together.

Fixes #245.

Replace UTF8 by ASCII
@RLumSK RLumSK merged commit a3f1d08 into master Sep 16, 2024
9 checks passed
@mcol mcol deleted the issue_245 branch September 16, 2024 10:42
@mcol mcol mentioned this pull request Nov 15, 2024
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.

clean ups in RejectionCriteria returned from analyse_SAR.TL()
2 participants