How are you building and checking your package? Could you share the exact commands you are running? In other words, what options are you passing to R CMD build (or devtools::build()) and R CMD check (or devtools::check())?
According to this SO answer, you may need to specify --compact-vignettes=both if you are using RStudio to build/check the package.