Find packages with empty files
find_packages_with_empty_files.Rd
Check 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:
#> renv - [1%] 1 empty of 74 files
#> pkgdown - [1%] 2 empty of 161 files
#> Rcpp - [0%] 1 empty of 657 files
#>
#> If you suspect that any package was installed incorrectly, please use
#> ravemanager::add_r_package('<pkg_name>')
#> to re-install.