I have some problems with automatic warnings after package updates. Our group created a package (TDAvec) and recently I have submitted the update. This submission was rejected with the warning
VPB.cpp:51:13: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
This warning is very likely to be false positive, since in the considered line we are working with two LogicalVector, logical and
for them is single &. I have replied to the email with the explanation, but the package on CRAN is not updated for some of the platforms.
Could you please tell me, what should I do in this case?
Many thanks in advance!