CRAN Package Check Results for Package jsonlite

Last updated on 2025-03-06 01:51:10 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.9.0 8.60 47.37 55.97 ERROR
r-devel-linux-x86_64-debian-gcc 1.9.1 6.81 34.66 41.47 OK
r-devel-linux-x86_64-fedora-clang 1.9.1 98.62 OK
r-devel-linux-x86_64-fedora-gcc 1.9.1 107.58 OK
r-devel-macos-arm64 1.9.1 77.00 OK
r-devel-macos-x86_64 1.9.1 140.00 OK
r-devel-windows-x86_64 1.9.0 23.00 73.00 96.00 ERROR
r-patched-linux-x86_64 1.9.1 OK
r-release-linux-x86_64 1.9.0 7.72 44.75 52.47 OK
r-release-macos-arm64 1.9.1 77.00 OK
r-release-macos-x86_64 1.9.1 149.00 OK
r-release-windows-x86_64 1.9.1 22.00 90.00 112.00 OK
r-oldrel-macos-arm64 1.9.1 78.00 OK
r-oldrel-macos-x86_64 1.9.1 127.00 OK
r-oldrel-windows-x86_64 1.9.0 21.00 79.00 100.00 OK

Check Details

Version: 1.9.0
Check: tests
Result: ERROR Running ‘testthat.R’ [11s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > #This file runs all unit tests on every R CMD check. > #Comment this out to disable. > > library(testthat) > > #filter is to disable tests that rely on external servers > test_check("jsonlite", filter="toJSON|fromJSON|libjson|serializeJSON") Loading required package: jsonlite Failed with error: 'there is no package called 'nopackage'' [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1534 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-fromJSON-datasets.R:15:5'): fromJSON datasets ──────────────── names(object) not identical to names(newobject). 3/17 mismatches x[15]: "Delta 15 N (o/oo)" y[15]: "Comments" x[16]: "Delta 13 C (o/oo)" y[16]: "Delta 15 N (o/oo)" x[17]: "Comments" y[17]: "Delta 13 C (o/oo)" Backtrace: ▆ 1. └─base::lapply(...) at test-fromJSON-datasets.R:12:3 2. └─jsonlite (local) FUN(X[[i]], ...) 3. └─testthat::expect_identical(names(object), names(newobject)) at test-fromJSON-datasets.R:15:5 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1534 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.9.0
Check: tests
Result: ERROR Running 'testthat.R' [9s] Running the tests in 'tests/testthat.R' failed. Complete output: > #This file runs all unit tests on every R CMD check. > #Comment this out to disable. > > library(testthat) > > #filter is to disable tests that rely on external servers > test_check("jsonlite", filter="toJSON|fromJSON|libjson|serializeJSON") Loading required package: jsonlite Failed with error: 'there is no package called 'nopackage'' [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1534 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-fromJSON-datasets.R:15:5'): fromJSON datasets ──────────────── names(object) not identical to names(newobject). 3/17 mismatches x[15]: "Delta 15 N (o/oo)" y[15]: "Comments" x[16]: "Delta 13 C (o/oo)" y[16]: "Delta 15 N (o/oo)" x[17]: "Comments" y[17]: "Delta 13 C (o/oo)" Backtrace: ▆ 1. └─base::lapply(...) at test-fromJSON-datasets.R:12:3 2. └─jsonlite (local) FUN(X[[i]], ...) 3. └─testthat::expect_identical(names(object), names(newobject)) at test-fromJSON-datasets.R:15:5 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1534 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64