Find packages with empty files
find_packages_with_empty_files.RdCheck whether packages are installed correctly. In rare cases (possibly network issues), packages downloaded contain empty files. This function provides a method to check empty files in packages.
Examples
find_packages_with_empty_files()
#> The following packages have empty files: 
#> rpyANTs         - [2%] 1 empty of 42 files
#> ravecore        - [2%] 1 empty of 45 files
#> reticulate      - [2%] 1 empty of 61 files
#> rave            - [1%] 1 empty of 75 files
#> renv            - [1%] 1 empty of 75 files
#> pkgdown         - [1%] 2 empty of 161 files
#> Rcpp            - [0%] 1 empty of 634 files
#> 
#> If you suspect that any package was installed incorrectly, please use
#> 	ravemanager::add_r_package('<pkg_name>')
#> to re-install.