What is happening in this step is building the package, likely you have some large file in your package directory that has to be copied. Notice that the way R CMD build works even if the file is in .Rbuildignore it will still be copied, then deleted and symlinks are deep copied, so you really do need to remove all large files from the package directory before trying to run check.