Last updated on 2022-05-22 20:49:10 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 6.63 | 66.32 | 72.95 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 4.53 | 48.39 | 52.92 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 84.42 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 80.96 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 27.00 | 81.00 | 108.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 3.35 | 62.28 | 65.63 | OK | |
r-release-linux-x86_64 | 0.1.0 | 3.39 | 61.72 | 65.11 | OK | |
r-release-macos-arm64 | 0.1.0 | 22.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 49.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 24.00 | 83.00 | 107.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 25.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 44.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 14.00 | 70.00 | 84.00 | ERROR |
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(edwards97)
>
> test_check("edwards97")
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 76 ]
== Failed tests ================================================================
-- Error (test-fit.R:16:3): edwards_fit_optim works ----------------------------
Error in `gsub(paste0("([\\", paste0(collapse = "\\", chars), "])"), "\\\\\\1",
x, perl = TRUE)`: input string 1 is invalid UTF-8
Backtrace:
x
1. \-testthat::expect_output(expect_identical(print(fit), fit), "<edwards_fit_optim>") at test-fit.R:16:2
2. \-testthat::expect_match(...)
3. \-testthat:::expect_match_(...)
4. +-base::paste0(...)
5. \-testthat escape(encodeString(act$val))
6. \-base::gsub(...)
-- Error (test-fit.R:38:3): edwards_fit_coefs() works with data ----------------
Error in `gsub(paste0("([\\", paste0(collapse = "\\", chars), "])"), "\\\\\\1",
x, perl = TRUE)`: input string 1 is invalid UTF-8
Backtrace:
x
1. \-testthat::expect_output(expect_identical(print(fit), fit), "<edwards_fit_coefs>") at test-fit.R:38:2
2. \-testthat::expect_match(...)
3. \-testthat:::expect_match_(...)
4. +-base::paste0(...)
5. \-testthat escape(encodeString(act$val))
6. \-base::gsub(...)
-- Error (test-fit.R:51:3): edwards_fit_coefs() works without data -------------
Error in `gsub(paste0("([\\", paste0(collapse = "\\", chars), "])"), "\\\\\\1",
x, perl = TRUE)`: input string 1 is invalid UTF-8
Backtrace:
x
1. \-testthat::expect_output(expect_identical(print(fit), fit), "<edwards_fit_coefs>") at test-fit.R:51:2
2. \-testthat::expect_match(...)
3. \-testthat:::expect_match_(...)
4. +-base::paste0(...)
5. \-testthat escape(encodeString(act$val))
6. \-base::gsub(...)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 76 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64