CRAN Package Check Results for Maintainer ‘Aaron Jacobs <atheriel at gmail.com>’

Last updated on 2024-10-05 19:50:06 CEST.

Package ERROR NOTE OK
httpproblems 13
log4r 9 4
openmetrics 11 2
rsyslog 10

Package httpproblems

Current CRAN status: OK: 13

Package log4r

Current CRAN status: ERROR: 9, OK: 4

Version: 0.4.3
Check: tests
Result: ERROR Running ‘run-all.R’ [2s/2s] Running the tests in ‘tests/run-all.R’ failed. Complete output: > library(testthat) > > test_check("log4r") Loading required package: log4r Attaching package: 'log4r' The following object is masked from 'package:base': debug [ FAIL 1 | WARN 0 | SKIP 2 | PASS 81 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-appenders.R:59:3', 'test-appenders.R:65:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-appenders.R:20:3'): The HTTP appender works correctly ────────── Error in `appender("INFO", "Message")`: Server responded with error 405. Backtrace: ▆ 1. ├─testthat::expect_silent(appender("INFO", "Message")) at test-appenders.R:20:3 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─log4r (local) appender("INFO", "Message") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 81 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.4.3
Check: tests
Result: ERROR Running ‘run-all.R’ [1s/2s] Running the tests in ‘tests/run-all.R’ failed. Complete output: > library(testthat) > > test_check("log4r") Loading required package: log4r Attaching package: 'log4r' The following object is masked from 'package:base': debug [ FAIL 1 | WARN 0 | SKIP 2 | PASS 81 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-appenders.R:59:3', 'test-appenders.R:65:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-appenders.R:20:3'): The HTTP appender works correctly ────────── Error in `appender("INFO", "Message")`: Server responded with error 405. Backtrace: ▆ 1. ├─testthat::expect_silent(appender("INFO", "Message")) at test-appenders.R:20:3 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─log4r (local) appender("INFO", "Message") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 81 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.3
Check: tests
Result: ERROR Running ‘run-all.R’ Running the tests in ‘tests/run-all.R’ failed. Complete output: > library(testthat) > > test_check("log4r") Loading required package: log4r Attaching package: 'log4r' The following object is masked from 'package:base': debug [ FAIL 1 | WARN 0 | SKIP 2 | PASS 81 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-appenders.R:59:3', 'test-appenders.R:65:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-appenders.R:20:3'): The HTTP appender works correctly ────────── Error in `appender("INFO", "Message")`: Server responded with error 405. Backtrace: ▆ 1. ├─testthat::expect_silent(appender("INFO", "Message")) at test-appenders.R:20:3 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─log4r (local) appender("INFO", "Message") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 81 ] Error: Test failures Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.4.3
Check: package dependencies
Result: NOTE Package suggested but not available for checking: 'rsyslog' Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.4.3
Check: tests
Result: ERROR Running 'run-all.R' [2s] Running the tests in 'tests/run-all.R' failed. Complete output: > library(testthat) > > test_check("log4r") Loading required package: log4r Attaching package: 'log4r' The following object is masked from 'package:base': debug [ FAIL 1 | WARN 0 | SKIP 3 | PASS 80 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • rsyslog cannot be loaded (3): 'test-appenders.R:49:3', 'test-appenders.R:54:3', 'test-appenders.R:64:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-appenders.R:20:3'): The HTTP appender works correctly ────────── Error in `appender("INFO", "Message")`: Server responded with error 405. Backtrace: ▆ 1. ├─testthat::expect_silent(appender("INFO", "Message")) at test-appenders.R:20:3 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─log4r (local) appender("INFO", "Message") [ FAIL 1 | WARN 0 | SKIP 3 | PASS 80 ] Error: Test failures Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.4.3
Check: tests
Result: ERROR Running ‘run-all.R’ [2s/3s] Running the tests in ‘tests/run-all.R’ failed. Complete output: > library(testthat) > > test_check("log4r") Loading required package: log4r Attaching package: 'log4r' The following object is masked from 'package:base': debug [ FAIL 1 | WARN 0 | SKIP 2 | PASS 81 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-appenders.R:59:3', 'test-appenders.R:65:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-appenders.R:20:3'): The HTTP appender works correctly ────────── Error in `appender("INFO", "Message")`: Server responded with error 405. Backtrace: ▆ 1. ├─testthat::expect_silent(appender("INFO", "Message")) at test-appenders.R:20:3 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─log4r (local) appender("INFO", "Message") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 81 ] Error: Test failures Execution halted Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Package openmetrics

Current CRAN status: NOTE: 11, OK: 2

Version: 0.3.0
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘R6’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.3.0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package rsyslog

Current CRAN status: OK: 10