[Bioc-devel] problems understanding build error

2024-07-29 Thread Ramos Perez, Marcel via Bioc-devel
Hi Michael, Thanks for reporting. This has been fixed in the latest version of BiocCheck (1.41.9). Best regards, Marcel On 7/26/24 5:29 AM, Michael Shapiro wrote: > We are currently working through the submission of a new package, CatsCradle > (issue #3452). We get a build error from the Codin

Re: [Bioc-devel] problems understanding build error

2024-07-26 Thread LluĂ­s Revilla
Dear Michael, The error means that length(which(cond)) > 1 I think this is a bug on BiocCheck on the internal function .getTokenTextCode (findSymbols.R L12 ). It checks if any condition is

[Bioc-devel] problems understanding build error

2024-07-26 Thread Michael Shapiro
We are currently working through the submission of a new package, CatsCradle (issue #3452). We get a build error from the Coding Practices section of the BiocCheck tests, namely Error in seq.default(which(cond) - length(notLookback), which(cond)) : 'from' must be of length 1 For whatever re