Last updated on 2023-11-14 09:09:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 8.03 | 81.23 | 89.26 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 5.97 | 60.92 | 66.89 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 115.87 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 92.22 | ERROR | |||
r-devel-windows-x86_64 | 1.0.0 | 7.00 | 103.00 | 110.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.0 | 11.43 | 79.80 | 91.23 | NOTE | |
r-release-linux-x86_64 | 1.0.0 | 6.84 | 79.96 | 86.80 | NOTE | |
r-release-macos-arm64 | 1.0.0 | 43.00 | NOTE | |||
r-release-macos-x86_64 | 1.0.0 | 66.00 | NOTE | |||
r-release-windows-x86_64 | 1.0.0 | 9.00 | 104.00 | 113.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0.0 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 47.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 10.00 | 108.00 | 118.00 | OK |
Version: 1.0.0
Check: Rd files
Result: NOTE
checkRd: (-1) brr-package.Rd:33: Escaped LaTeX specials: \&
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-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘brr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot.brr
> ### Title: plot brr
> ### Aliases: plot.brr
>
> ### ** Examples
>
> model <- Brr(a=2, b=3)
> plot(model)
Press [enter] to continue
> plot(model, dprior(mu))
> plot(model, dprior(mu), xlim=c(0,4), lwd=3, col="blue")
> plot(model, pprior(mu))
Error in title(...) :
conversion failure on 'P(μ ≤ . )' in 'mbcsToSbcs': for μ
Calls: plot ... plot.brr -> plot -> plot.default -> localTitle -> title
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/21s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(brr)
>
> test_check("brr")
[ FAIL 1 | WARN 18 | SKIP 0 | PASS 103 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-brr.R:97:3'): Test plot.brr ────────────────────────────────────
Error in `title(...)`: conversion failure on 'P(λ ≤ . )' in 'mbcsToSbcs': for λ
Backtrace:
▆
1. ├─testthat::expect_equal(plot(model, pprior(lambda)), invisible()) at test-brr.R:97:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(model, pprior(lambda))
5. └─brr:::plot.brr(model, pprior(lambda))
6. ├─base::plot(...)
7. └─graphics::plot.default(...)
8. └─graphics (local) localTitle(...)
9. └─graphics::title(...)
[ FAIL 1 | WARN 18 | SKIP 0 | PASS 103 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘brr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot.brr
> ### Title: plot brr
> ### Aliases: plot.brr
>
> ### ** Examples
>
> model <- Brr(a=2, b=3)
> plot(model)
Press [enter] to continue
> plot(model, dprior(mu))
> plot(model, dprior(mu), xlim=c(0,4), lwd=3, col="blue")
> plot(model, pprior(mu))
Error in title(...) :
conversion failure on 'P(μ ≤ . )' in 'mbcsToSbcs': for μ (U+03BC)
Calls: plot ... plot.brr -> plot -> plot.default -> localTitle -> title
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/21s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(brr)
>
> test_check("brr")
[ FAIL 1 | WARN 18 | SKIP 0 | PASS 103 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-brr.R:97:3'): Test plot.brr ────────────────────────────────────
Error in `title(...)`: conversion failure on 'P(λ ≤ . )' in 'mbcsToSbcs': for λ (U+03BB)
Backtrace:
▆
1. ├─testthat::expect_equal(plot(model, pprior(lambda)), invisible()) at test-brr.R:97:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(model, pprior(lambda))
5. └─brr:::plot.brr(model, pprior(lambda))
6. ├─base::plot(...)
7. └─graphics::plot.default(...)
8. └─graphics (local) localTitle(...)
9. └─graphics::title(...)
[ FAIL 1 | WARN 18 | SKIP 0 | PASS 103 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘brr-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot.brr
> ### Title: plot brr
> ### Aliases: plot.brr
>
> ### ** Examples
>
> model <- Brr(a=2, b=3)
> plot(model)
Press [enter] to continue
> plot(model, dprior(mu))
> plot(model, dprior(mu), xlim=c(0,4), lwd=3, col="blue")
> plot(model, pprior(mu))
Error in title(...) :
conversion failure on 'P(μ ≤ . )' in 'mbcsToSbcs': for μ (U+03BC)
Calls: plot ... plot.brr -> plot -> plot.default -> localTitle -> title
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/43s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(brr)
>
> test_check("brr")
[ FAIL 1 | WARN 18 | SKIP 0 | PASS 103 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-brr.R:97:3'): Test plot.brr ────────────────────────────────────
Error in `title(...)`: conversion failure on 'P(λ ≤ . )' in 'mbcsToSbcs': for λ (U+03BB)
Backtrace:
▆
1. ├─testthat::expect_equal(plot(model, pprior(lambda)), invisible()) at test-brr.R:97:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(model, pprior(lambda))
5. └─brr:::plot.brr(model, pprior(lambda))
6. ├─base::plot(...)
7. └─graphics::plot.default(...)
8. └─graphics (local) localTitle(...)
9. └─graphics::title(...)
[ FAIL 1 | WARN 18 | SKIP 0 | PASS 103 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(brr)
>
> test_check("brr")
[ FAIL 1 | WARN 18 | SKIP 0 | PASS 103 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-brr.R:97:3'): Test plot.brr ────────────────────────────────────
Error in `title(...)`: conversion failure on 'P(λ ≤ . )' in 'mbcsToSbcs': for λ (U+03BB)
Backtrace:
▆
1. ├─testthat::expect_equal(plot(model, pprior(lambda)), invisible()) at test-brr.R:97:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(model, pprior(lambda))
5. └─brr:::plot.brr(model, pprior(lambda))
6. ├─base::plot(...)
7. └─graphics::plot.default(...)
8. └─graphics (local) localTitle(...)
9. └─graphics::title(...)
[ FAIL 1 | WARN 18 | SKIP 0 | PASS 103 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [24s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(brr)
>
> test_check("brr")
[ FAIL 1 | WARN 18 | SKIP 0 | PASS 103 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-brr.R:97:3'): Test plot.brr ────────────────────────────────────
Error in `title(...)`: conversion failure on 'P(λ ≤ . )' in 'mbcsToSbcs': for λ (U+03BB)
Backtrace:
▆
1. ├─testthat::expect_equal(plot(model, pprior(lambda)), invisible()) at test-brr.R:97:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(model, pprior(lambda))
5. └─brr:::plot.brr(model, pprior(lambda))
6. ├─base::plot(...)
7. └─graphics::plot.default(...)
8. └─graphics (local) localTitle(...)
9. └─graphics::title(...)
[ FAIL 1 | WARN 18 | SKIP 0 | PASS 103 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64