CRAN Package Check Results for Maintainer ‘Matthias Ollech <ollech at gmx.com>’

Last updated on 2024-06-09 03:52:55 CEST.

Package ERROR OK
loggit2 1 12

Package loggit2

Current CRAN status: ERROR: 1, OK: 12

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-08T19:07:17-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-08T19:07:17-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-08T19:07:18-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