CRAN Package Check Results for Package FaaSr

Last updated on 2025-03-22 08:53:15 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.3 6.90 50.01 56.91 OK
r-devel-linux-x86_64-debian-gcc 1.4.3 3.78 35.60 39.38 ERROR
r-devel-linux-x86_64-fedora-clang 1.4.3 91.16 OK
r-devel-linux-x86_64-fedora-gcc 1.4.3 85.63 OK
r-devel-macos-arm64 1.4.3 28.00 OK
r-devel-macos-x86_64 1.4.3 51.00 OK
r-devel-windows-x86_64 1.4.3 9.00 74.00 83.00 OK
r-patched-linux-x86_64 1.4.3 7.42 48.24 55.66 OK
r-release-linux-x86_64 1.4.3 7.07 46.95 54.02 OK
r-release-macos-arm64 1.4.3 36.00 OK
r-release-macos-x86_64 1.4.3 80.00 OK
r-release-windows-x86_64 1.4.3 9.00 77.00 86.00 OK
r-oldrel-macos-arm64 1.4.3 OK
r-oldrel-macos-x86_64 1.4.3 76.00 OK
r-oldrel-windows-x86_64 1.4.3 11.00 84.00 95.00 OK

Check Details

Version: 1.4.3
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(FaaSr) > > test_check("FaaSr") NULL [ FAIL 1 | WARN 1 | SKIP 0 | PASS 32 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-faasr_parse.R:8:3'): parse ───────────────────────────────────── Error in `file(con, "r")`: cannot open the connection to 'https://raw.githubusercontent.com/FaaSr/FaaSr-package/main/schema/FaaSr.schema.json' Backtrace: ▆ 1. ├─base::writeLines(...) at test-faasr_parse.R:8:3 2. └─base::readLines("https://raw.githubusercontent.com/FaaSr/FaaSr-package/main/schema/FaaSr.schema.json") 3. └─base::file(con, "r") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 32 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc