Closed ChangqingW closed 2 months ago
I got the package name from debug(BiocCheck:::checkDeprecatedPackages)
, but not sure why this is not printed to the console
Browse[1]> allDeprecated[logVec]
[1] "zlibbioc"
There is a directory similar to when running R CMD check that normally is nameOfPackage.BiocCheck
. Normally in this directory there is a more detail explanations of notes/warnings/errors
@ChangqingW
Note that you should be using Bioc-devel and consequently, the devel
version of BiocCheck
, especially if you're developing a package.
I have updated BiocCheck
to include the first 3 lines of errant
code. See version 1.41.13
.
Best, Marcel
When I ran
BiocCheck::BiocCheck
in the console, it finds deprecated packages but fails to print out their names, leaving a very confusing message like the following:This also happens to our Github Action set up by
biocthis::use_github_action