CRAN Package Check Results for Package loggit2

Last updated on 2024-06-11 20:48:13 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.3.0 5.83 37.98 43.81 OK
r-devel-linux-x86_64-debian-gcc 2.3.0 4.10 29.39 33.49 OK
r-devel-linux-x86_64-fedora-clang 2.3.0 58.49 OK
r-devel-linux-x86_64-fedora-gcc 2.3.0 68.27 OK
r-devel-windows-x86_64 2.3.0 11.00 60.00 71.00 OK
r-patched-linux-x86_64 2.2.2 1.97 32.43 34.40 OK
r-release-linux-x86_64 2.2.2 2.46 32.99 35.45 OK
r-release-macos-arm64 2.3.0 45.00 OK
r-release-macos-x86_64 2.3.0 97.00 OK
r-release-windows-x86_64 2.2.2 3.00 50.00 53.00 OK
r-oldrel-macos-arm64 2.3.0 35.00 ERROR
r-oldrel-macos-x86_64 2.3.0 75.00 ERROR
r-oldrel-windows-x86_64 2.3.0 10.00 65.00 75.00 OK

Check Details

Version: 2.3.0
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘further_configurations.rmd’ ... + .loggit = TRUE) {"timestamp": "2024-06-11T08:20:41+1200", "log_lvl": "INFO", "log_msg": "This message will be logged, since .loggit = TRUE.\n"} This message will be logged, since .loggit = TRUE. > loggit2::stop("This error message will be logged because the log level is set to ERROR.") {"timestamp": "2024-06-11T08:20:41+1200", "log_lvl": "ERROR", "log_msg": "This error message will be logged because the log level is set to ERROR."} When sourcing ‘further_configurations.R’: Error: This error message will be logged because the log level is set to ERROR. Execution halted when running code in ‘loggit2.Rmd’ ... > loggit2::warning("This is a warning") {"timestamp": "2024-06-11T08:20:41+1200", "log_lvl": "WARN", "log_msg": "This is a warning"} Warning in eval(ei, envir) : This is a warning > base::stop("This is another error") When sourcing ‘loggit2.R’: Error: This is another error Execution halted ‘further_configurations.rmd’ using ‘UTF-8’... failed ‘loggit2.Rmd’ using ‘UTF-8’... failed Flavor: r-oldrel-macos-arm64

Version: 2.3.0
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘further_configurations.rmd’ ... + .loggit = TRUE) {"timestamp": "2024-06-11T09:27:55-0400", "log_lvl": "INFO", "log_msg": "This message will be logged, since .loggit = TRUE.\n"} This message will be logged, since .loggit = TRUE. > loggit2::stop("This error message will be logged because the log level is set to ERROR.") {"timestamp": "2024-06-11T09:27:55-0400", "log_lvl": "ERROR", "log_msg": "This error message will be logged because the log level is set to ERROR."} When sourcing ‘further_configurations.R’: Error: This error message will be logged because the log level is set to ERROR. Execution halted when running code in ‘loggit2.Rmd’ ... > loggit2::warning("This is a warning") {"timestamp": "2024-06-11T09:27:55-0400", "log_lvl": "WARN", "log_msg": "This is a warning"} Warning in eval(ei, envir) : This is a warning > base::stop("This is another error") When sourcing ‘loggit2.R’: Error: This is another error Execution halted ‘further_configurations.rmd’ using ‘UTF-8’... failed ‘loggit2.Rmd’ using ‘UTF-8’... failed Flavor: r-oldrel-macos-x86_64