Last updated on 2020-08-07 01:49:57 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 71.68 | 26.80 | 98.48 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 58.41 | 21.21 | 79.62 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 135.17 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 138.32 | OK | |||
| r-devel-windows-ix86+x86_64 | 0.1.0 | 151.00 | 84.00 | 235.00 | NOTE | |
| r-patched-linux-x86_64 | 0.1.0 | 63.86 | 27.06 | 90.92 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 62.34 | 26.65 | 88.99 | OK | |
| r-release-macos-x86_64 | 0.1.0 | NOTE | ||||
| r-release-windows-ix86+x86_64 | 0.1.0 | 154.00 | 63.00 | 217.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.1.0 | ERROR | ||||
| r-oldrel-windows-ix86+x86_64 | 0.1.0 | 1.00 | 7.00 | 8.00 | ERROR | 
Version: 0.1.0
Check: installed package size
Result: NOTE
      installed size is 11.7Mb
      sub-directories of 1Mb or more:
        jsonexamples   3.8Mb
        libs           6.8Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64
Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in ‘RcppSimdJson-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: fparse
    > ### Title: Fast, Friendly, and Flexible JSON Parsing
    > ### Aliases: fparse fload
    > 
    > ### ** Examples
    > 
    > # simple parsing ============================================================
    > json_string <- '{"a":[[1,null,3.0],["a","b",true],[10000000000,2,3]]}'
    > fparse(json_string)
    
     *** caught illegal operation ***
    address 0x107c22aef, cause 'illegal opcode'
    
    Traceback:
     1: .deserialize_json(json = json, json_pointer = query, empty_array = empty_array,     empty_object = empty_object, single_null = single_null, error_ok = error_ok,     on_error = on_error, simplify_to = max_simplify_lvl, type_policy = type_policy,     int64_r_type = int64_policy)
     2: fparse(json_string)
    An irrecoverable exception occurred. R is aborting now ...
Flavor: r-oldrel-macos-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
      Running ‘tinytest.R’ [1s/1s]
    Running the tests in ‘tests/tinytest.R’ failed.
    Last 13 lines of output:
      Running test_deserialization.R........    0 tests    
       *** caught illegal operation ***
      address 0x106e91aef, cause 'illegal opcode'
      
      Traceback:
       1: RcppSimdJson:::.deserialize_json(test)
       2: fun(...)
       3: expect_identical(RcppSimdJson:::.deserialize_json(test), target)
       4: eval(expr, envir = e)
       5: eval(expr, envir = e)
       6: FUN(X[[i]], ...)
       7: lapply(basename(testfiles), run_test_file, at_home = at_home,     verbose = verbose, color = color, remove_side_effects = remove_side_effects,     ...)
       8: run_test_dir(testdir, at_home = at_home, cluster = cluster, ...)
       9: tinytest::test_package("RcppSimdJson")
      An irrecoverable exception occurred. R is aborting now ...
Flavor: r-oldrel-macos-x86_64
Version: 0.1.0
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-oldrel-windows-ix86+x86_64