I noticed that every output log of `BiocCheck::BiocCheck("somepackage.tar.gz")` ends with this: ``` Warning: stack imbalance in '<-', 18 then 20 Warning: stack imbalance in '{', 14 then 16 ``` Which probably means there is an incorrect `UNPROTECT()` call somewhere in the a package used by BiocCheck itself. For example (at the bottom) - https://github.com/r-universe/bioc-release/actions/runs/19595221875/job/56119638854 - https://github.com/r-universe/bioc-release/actions/runs/19595221133/job/56119652652 Not sure how to debug this, maybe @kalibera has a tip.
I noticed that every output log of
BiocCheck::BiocCheck("somepackage.tar.gz")ends with this:Which probably means there is an incorrect
UNPROTECT()call somewhere in the a package used by BiocCheck itself.For example (at the bottom)
Not sure how to debug this, maybe @kalibera has a tip.