Skip to content
New issue

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

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

Already on GitHub? # to your account

Several || left where _R_CHECK_LENGTH_1_LOGIC2_ barfs #75

Open
sneumann opened this issue Sep 30, 2021 · 0 comments
Open

Several || left where _R_CHECK_LENGTH_1_LOGIC2_ barfs #75

sneumann opened this issue Sep 30, 2021 · 0 comments

Comments

@sneumann
Copy link
Owner

Hi,

the vignette build of http://bioconductor.org/checkResults/devel/data-experiment-LATEST/mtbls2/
fails with an

Error in is.na(object@sample) || length(object@sample) < 1 : 
  'length(x) = 16 > 1' in coercion to 'logical(1)'

which is in

if (is.na(object@sample) || length(object@sample)<1) {

that has escaped fixes in bc0e9fd and 34795a2.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant