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

sort_RLum() crashes if more than one field is given #606

Closed
mcol opened this issue Mar 7, 2025 · 0 comments · Fixed by #607
Closed

sort_RLum() crashes if more than one field is given #606

mcol opened this issue Mar 7, 2025 · 0 comments · Fixed by #607
Labels
bug Clear problem or crash
Milestone

Comments

@mcol
Copy link
Contributor

mcol commented Mar 7, 2025

This crashes:

data(ExampleData.RLum.Analysis, envir = environment())
obj <- IRSAR.RF.Data
sort_RLum(obj, info_element = c("position", "name"))

# Error in if (!info_element %in% valid.names) { :
#   the condition has length > 1

This crash needs fixing, although further work will be required for #605.

@mcol mcol added the bug Clear problem or crash label Mar 7, 2025
@mcol mcol added this to the v1.0.1 milestone Mar 7, 2025
@mcol mcol closed this as completed in #607 Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Clear problem or crash
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant