CRAN Package Check Results for Package data.validator

Last updated on 2024-11-27 07:50:14 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 4.94 43.50 48.44 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 4.07 34.02 38.09 OK
r-devel-linux-x86_64-fedora-clang 0.2.1 86.59 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 81.19 OK
r-devel-windows-x86_64 0.2.1 8.00 63.00 71.00 OK
r-patched-linux-x86_64 0.2.1 5.73 41.70 47.43 OK
r-release-linux-x86_64 0.2.1 5.60 42.31 47.91 OK
r-release-macos-arm64 0.2.1 26.00 OK
r-release-macos-x86_64 0.2.1 39.00 OK
r-release-windows-x86_64 0.2.1 7.00 64.00 71.00 OK
r-oldrel-macos-arm64 0.2.1 35.00 OK
r-oldrel-macos-x86_64 0.2.1 50.00 OK
r-oldrel-windows-x86_64 0.2.1 9.00 0.00 9.00 FAIL

Check Details

Version: 0.2.1
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > ##D > ##D validate(my_data_frame, name = "Verifying data uniqueness") %>% > ##D validate_if(has_all_names("id", "code", "test"), description = "All columns are there") %>% > ##D validate_if(is.character(test), description = "TEST column is string") %>% > ##D validate_if(is_uniq(id), description = "ID column is unique") %>% > ##D validate_if(!is.na(id) & id != "", description = "ID column is not empty") %>% > ##D validate_if(is.character(code), description = "CODE column is string") %>% > ##D validate_rows(col_concat, is_uniq, code, type, description = "CODE and TYPE is unique") %>% > ##D add_results(report) > ##D > ##D print(report) > ## End(Not run) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 1.64 0.07 1.71 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-oldrel-windows-x86_64