When I try to merge multiple PDF files with qpdf packages, I get a warning: reported number of objects (566) inconsistent with actual number of objects (565). But I don't understand the meaning of this warning clearly. I check my final file and seem not to discover any problem.
The main code is : pdf_combine(sort(dir()), output = "mergefinal.pdf")