CRAN Package Check Results for Package plumber

Last updated on 2022-04-24 03:52:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 13.52 102.12 115.64 NOTE
r-devel-linux-x86_64-debian-gcc 1.1.0 11.88 109.34 121.22 NOTE
r-devel-linux-x86_64-fedora-clang 1.1.0 192.61 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.0 208.37 NOTE
r-patched-linux-x86_64 1.1.0 15.64 131.98 147.62 NOTE
r-release-linux-x86_64 1.1.0 13.25 129.47 142.72 NOTE
r-release-macos-arm64 1.1.0 NOTE
r-release-macos-x86_64 1.1.0 NOTE
r-release-windows-x86_64 1.1.0 84.00 139.00 223.00 NOTE
r-oldrel-macos-arm64 1.1.0 NOTE
r-oldrel-macos-x86_64 1.1.0 NOTE
r-oldrel-windows-ix86+x86_64 1.1.0 24.00 120.00 144.00 ERROR

Check Details

Version: 1.1.0
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.1.0
Check: tests
Result: ERROR
     Running 'spelling.R' [0s]
     Running 'testthat.R' [46s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(plumber)
     >
     > test_check("plumber")
     [ FAIL 1 | WARN 0 | SKIP 14 | PASS 1917 ]
    
     == Skipped tests ===============================================================
     * On CRAN (13)
     * On Windows (1)
    
     == Failed tests ================================================================
     -- Error (test-legacy.R:29:3): postBody is not enabled by default --------------
     Error in `gsub(paste0("([\\", paste0(collapse = "\\", chars), "])"), "\\\\\\1",
     x, perl = TRUE)`: input string 1 is invalid UTF-8
     Backtrace:
     x
     1. \-testthat::expect_output(...) at test-legacy.R:29:2
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     4. +-base::paste0(...)
     5. \-testthat escape(encodeString(act$val))
     6. \-base::gsub(...)
    
     [ FAIL 1 | WARN 0 | SKIP 14 | PASS 1917 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64