CRAN Package Check Results for Package lacrmr

Last updated on 2026-03-30 08:52:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.5 3.98 43.80 47.78 OK
r-devel-linux-x86_64-debian-gcc 1.0.5 2.64 31.82 34.46 OK
r-devel-linux-x86_64-fedora-clang 1.0.5 7.00 63.71 70.71 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.5 73.99 NOTE
r-devel-macos-arm64 1.0.5 1.00 30.00 31.00 ERROR
r-devel-windows-x86_64 1.0.5 5.00 59.00 64.00 OK
r-patched-linux-x86_64 1.0.5 4.11 37.05 41.16 OK
r-release-linux-x86_64 1.0.5 2.89 37.08 39.97 OK
r-release-macos-arm64 1.0.5 OK
r-release-macos-x86_64 1.0.5 3.00 55.00 58.00 OK
r-release-windows-x86_64 1.0.5 5.00 59.00 64.00 OK
r-oldrel-macos-arm64 1.0.5 OK
r-oldrel-macos-x86_64 1.0.5 3.00 49.00 52.00 OK
r-oldrel-windows-x86_64 1.0.5 6.00 71.00 77.00 OK

Check Details

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

Version: 1.0.5
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/14s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(lacrmr) Loading required package: magrittr Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not > library(httptest) > library(mockery) > > test_check("lacrmr") Saving _problems/test-cleaning-14.R [ FAIL 1 | WARN 0 | SKIP 4 | PASS 6 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-credentials.R:4:3', 'test-credentials.R:12:3', 'test-credentials.R:20:3', 'test-credentials.R:27:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cleaning.R:12:3'): List are removed from the pipeline report ─── <curl_error_operation_timedout/curl_error/error/condition> Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [api.lessannoyingcrm.com]: Resolving timed out after 10005 milliseconds Backtrace: ▆ 1. ├─lacrmr::get_pipeline_report(...) at test-cleaning.R:12:3 2. │ ├─base::tryCatch(...) 3. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. │ └─lacrmr:::get_request(...) 5. │ └─httr::GET(...) 6. │ └─httr:::request_perform(req, hu$handle$handle) 7. │ ├─httr:::request_fetch(req$output, req$url, handle) 8. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. │ └─curl::curl_fetch_memory(url, handle = handle) 10. └─curl:::raise_libcurl_error(...) [ FAIL 1 | WARN 0 | SKIP 4 | PASS 6 ] Error: ! Test failures. Execution halted Flavor: r-devel-macos-arm64