We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using tidy() and passing a missing NMRExperiment name, we get NA values here:
AlpsNMR/R/plots.R
Line 336 in 4a66e97
If there are some NA in sample_idx we should warn about the wrong NMRExperiment values and proceed without the missing samples.
sample_idx
If all values of sample_idx are NA, we should give an error.
The warning/error message should include some valid NMRExperiment values (e.g. head(names(x),2) ) so he/she is guided to fix the problem.
head(names(x),2)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using tidy() and passing a missing NMRExperiment name, we get NA values here:
AlpsNMR/R/plots.R
Line 336 in 4a66e97
If there are some NA in
sample_idx
we should warn about the wrong NMRExperiment values and proceed without the missing samples.If all values of
sample_idx
are NA, we should give an error.The warning/error message should include some valid NMRExperiment values (e.g.
head(names(x),2)
) so he/she is guided to fix the problem.The text was updated successfully, but these errors were encountered: