Last updated on 2025-09-13 16:49:30 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.4 | 2.21 | 30.01 | 32.22 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.4 | 1.75 | 23.39 | 25.14 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.4 | 46.69 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 59.98 | ERROR | |||
r-devel-windows-x86_64 | 0.0.4 | 4.00 | 151.00 | 155.00 | OK | |
r-patched-linux-x86_64 | 0.0.4 | 1.94 | 27.77 | 29.71 | OK | |
r-release-linux-x86_64 | 0.0.4 | 2.19 | 27.38 | 29.57 | OK | |
r-release-macos-arm64 | 0.0.4 | 192.00 | OK | |||
r-release-macos-x86_64 | 0.0.4 | 184.00 | OK | |||
r-release-windows-x86_64 | 0.0.4 | 4.00 | 112.00 | 116.00 | OK | |
r-oldrel-macos-arm64 | 0.0.4 | 239.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.4 | 254.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.4 | 5.00 | 120.00 | 125.00 | OK |
Version: 0.0.4
Check: dependencies in R code
Result: WARN
Missing or unexported object: ‘table1::render.strat.default’
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/62s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(lulab.utils)
>
> test_check("lulab.utils")
This function is intended to check wget on Windows.
Please install wget manually on your system.
Testing the download speed of CRAN mirrors...
You can use the following command to set the fastest CRAN mirror:
options(repos = c(CRAN = 'https://mirrors.qlu.edu.cn/CRAN/'))
This function is intended to check wget on Windows.
Please install wget manually on your system.
But we will use the default download method.
This function is intended to check wget on Windows.
Please install wget manually on your system.
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 8 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-Table1.R:12:3'): making Table1 in SCI papers works ─────────────
<getvarError/missingArgError/error/condition>
Error in `render.strat(x, ..., transpose = transpose)`: argument "n" is missing, with no default
Backtrace:
▆
1. └─lulab.utils::Table1(...) at test-Table1.R:12:3
2. ├─table1::table1(...)
3. └─table1:::table1.formula(...)
4. └─table1:::table1.default(...)
5. └─table1:::.table1.internal(...)
6. └─lulab.utils (local) render.strat(x, ..., transpose = transpose)
7. └─base::ifelse(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 8 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/64s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(lulab.utils)
>
> test_check("lulab.utils")
This function is intended to check wget on Windows.
Please install wget manually on your system.
Testing the download speed of CRAN mirrors...
You can use the following command to set the fastest CRAN mirror:
options(repos = c(CRAN = 'https://mirrors.qlu.edu.cn/CRAN/'))
This function is intended to check wget on Windows.
Please install wget manually on your system.
But we will use the default download method.
This function is intended to check wget on Windows.
Please install wget manually on your system.
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 8 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-Table1.R:12:3'): making Table1 in SCI papers works ─────────────
<getvarError/missingArgError/error/condition>
Error in `render.strat(x, ..., transpose = transpose)`: argument "n" is missing, with no default
Backtrace:
▆
1. └─lulab.utils::Table1(...) at test-Table1.R:12:3
2. ├─table1::table1(...)
3. └─table1:::table1.formula(...)
4. └─table1:::table1.default(...)
5. └─table1:::.table1.internal(...)
6. └─lulab.utils (local) render.strat(x, ..., transpose = transpose)
7. └─base::ifelse(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 8 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc