CRAN Package Check Results for Package FaaSr

Last updated on 2024-05-03 11:53:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.2 4.69 54.75 59.44 OK
r-devel-linux-x86_64-fedora-clang 1.1.2 74.95 OK
r-devel-linux-x86_64-fedora-gcc 1.1.2 74.33 OK
r-devel-windows-x86_64 1.1.2 8.00 72.00 80.00 OK
r-patched-linux-x86_64 1.1.2 7.23 52.53 59.76 OK
r-release-linux-x86_64 1.1.2 6.72 51.41 58.13 OK
r-release-macos-arm64 1.1.2 25.00 OK
r-release-macos-x86_64 1.1.2 59.00 OK
r-release-windows-x86_64 1.1.2 7.00 64.00 71.00 ERROR
r-oldrel-macos-arm64 1.1.2 30.00 OK
r-oldrel-macos-x86_64 1.1.2 50.00 OK
r-oldrel-windows-x86_64 1.1.2 8.00 71.00 79.00 OK

Check Details

Version: 1.1.2
Check: tests
Result: ERROR Running 'testthat.R' [2s] 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-release-windows-x86_64