Last updated on 2025-10-09 23:51:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.4 | 2.31 | 29.28 | 31.59 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.4 | 1.72 | 23.68 | 25.40 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 47.18 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 58.73 | OK | |||
r-devel-windows-x86_64 | 0.0.4 | 4.00 | 127.00 | 131.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.4 | 2.15 | 26.95 | 29.10 | ERROR | |
r-release-linux-x86_64 | 0.0.4 | 2.07 | 27.09 | 29.16 | ERROR | |
r-release-macos-arm64 | 1.0.0 | 97.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 124.00 | OK | |||
r-release-windows-x86_64 | 0.0.4 | 4.00 | 109.00 | 113.00 | ERROR | |
r-oldrel-macos-arm64 | 1.0.0 | 110.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 184.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.4 | 6.00 | 112.00 | 118.00 | ERROR |
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-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/54s]
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://mirror-hk.koddos.net/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-clang
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/101s]
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.hust.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' [78s]
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")
wget is already installed 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.hust.edu.cn/CRAN/'))
wget is already installed on your system.
But we will use the default download method.
wget is already installed on your system.
And we will use wget to download files.
--2025-10-07 17:02:13-- https://eternallybored.org/misc/wget/1.21.4/64/wget.exe
Loaded CA certificate '/usr/ssl/certs/ca-bundle.crt'
Resolving eternallybored.org (eternallybored.org)... 84.255.206.8, 2a01:260:4094:1:42:42:42:42
Connecting to eternallybored.org (eternallybored.org)|84.255.206.8|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7046072 (6.7M) [application/octet-stream]
Saving to: 'D:\\temp\\2025_10_07_01_50_00_27954\\RtmpAHHUEo\\file2f40c1cdc2724'
0K .......... .......... .......... .......... .......... 0% 1.06M 6s
50K .......... .......... .......... .......... .......... 1% 2.13M 5s
100K .......... .......... .......... .......... .......... 2% 26.3M 3s
150K .......... .......... .......... .......... .......... 2% 41.5M 2s
200K .......... .......... .......... .......... .......... 3% 2.20M 3s
250K .......... .......... .......... .......... .......... 4% 33.6M 2s
300K .......... .......... .......... .......... .......... 5% 36.6M 2s
350K .......... .......... .......... .......... .......... 5% 38.3M 2s
400K .......... .......... .......... .......... .......... 6% 2.67M 2s
450K .......... .......... .......... .......... .......... 7% 29.8M 2s
500K .......... .......... .......... .......... .......... 7% 33.7M 1s
550K .......... .......... .......... .......... .......... 8% 35.6M 1s
600K .......... .......... .......... .......... .......... 9% 32.2M 1s
650K .......... .......... .......... .......... .......... 10% 2.76M 1s
700K .......... .......... .......... .......... .......... 10% 4.28M 1s
750K .......... .......... .......... .......... .......... 11% 34.0M 1s
800K .......... .......... .......... .......... .......... 12% 34.1M 1s
850K .......... .......... .......... .......... .......... 13% 30.9M 1s
900K .......... .......... .......... .......... .......... 13% 7.99M 1s
950K .......... .......... .......... .......... .......... 14% 3.79M 1s
1000K .......... .......... .......... .......... .......... 15% 15.5M 1s
1050K .......... .......... .......... .......... .......... 15% 30.1M 1s
1100K .......... .......... .......... .......... .......... 16% 26.8M 1s
1150K .......... .......... .......... .......... .......... 17% 31.2M 1s
1200K .......... .......... .......... .......... .......... 18% 3.00M 1s
1250K .......... .......... .......... .......... .......... 18% 20.9M 1s
1300K .......... .......... .......... .......... .......... 19% 38.1M 1s
1350K .......... .......... .......... .......... .......... 20% 33.6M 1s
1400K .......... .......... .......... .......... .......... 21% 3.58M 1s
1450K .......... .......... .......... .......... .......... 21% 11.0M 1s
1500K .......... .......... .......... .......... .......... 22% 15.5M 1s
1550K .......... .......... .......... .......... .......... 23% 42.5M 1s
1600K .......... .......... .......... .......... .......... 23% 37.4M 1s
1650K .......... .......... .......... .......... .......... 24% 3.61M 1s
1700K .......... .......... .......... .......... .......... 25% 9.51M 1s
1750K .......... .......... .......... .......... .......... 26% 21.3M 1s
1800K .......... .......... .......... .......... .......... 26% 43.9M 1s
1850K .......... .......... .......... .......... .......... 27% 41.7M 1s
1900K .......... .......... .......... .......... .......... 28% 3.23M 1s
1950K .......... .......... .......... .......... .......... 29% 12.9M 1s
2000K .......... .......... .......... .......... .......... 29% 15.4M 1s
2050K .......... .......... .......... .......... .......... 30% 27.2M 1s
2100K .......... .......... .......... .......... .......... 31% 54.0M 1s
2150K .......... .......... .......... .......... .......... 31% 4.15M 1s
2200K .......... .......... .......... .......... .......... 32% 6.84M 1s
2250K .......... .......... .......... .......... .......... 33% 23.2M 1s
2300K .......... .......... .......... .......... .......... 34% 17.8M 1s
2350K .......... .......... .......... .......... .......... 34% 47.1M 1s
2400K .......... .......... .......... .......... .......... 35% 59.8M 1s
2450K .......... .......... .......... .......... .......... 36% 2.95M 1s
2500K .......... .......... .......... .......... .......... 37% 13.4M 1s
2550K .......... .......... .......... .......... .......... 37% 27.2M 1s
2600K .......... .......... .......... .......... .......... 38% 33.0M 1s
2650K .......... .......... .......... .......... .......... 39% 4.86M 1s
2700K .......... .......... .......... .......... .......... 39% 7.30M 1s
2750K .......... .......... .......... .......... .......... 40% 13.9M 1s
2800K .......... .......... .......... .......... .......... 41% 14.8M 0s
2850K .......... .......... .......... .......... .......... 42% 50.3M 0s
2900K .......... .......... .......... .......... .......... 42% 4.22M 0s
2950K .......... .......... .......... .......... .......... 43% 10.9M 0s
3000K .......... .......... .......... .......... .......... 44% 13.6M 0s
3050K .......... .......... .......... .......... .......... 45% 16.7M 0s
3100K .......... .......... .......... .......... .......... 45% 5.11M 0s
3150K .......... .......... .......... .......... .......... 46% 21.4M 0s
3200K .......... .......... .......... .......... .......... 47% 10.5M 0s
3250K .......... .......... .......... .......... .......... 47% 11.2M 0s
3300K .......... .......... .......... .......... .......... 48% 4.12M 0s
3350K .......... .......... .......... .......... .......... 49% 3.32M 0s
3400K .......... .......... .......... .......... .......... 50% 44.6M 0s
3450K .......... .......... .......... .......... .......... 50% 40.5M 0s
3500K .......... .......... .......... .......... .......... 51% 59.7M 0s
3550K .......... .......... .......... .......... .......... 52% 53.4M 0s
3600K .......... .......... .......... .......... .......... 53% 2.29M 0s
3650K .......... .......... .......... .......... .......... 53% 62.6M 0s
3700K .......... .......... .......... .......... .......... 54% 51.9M 0s
3750K .......... .......... .......... .......... .......... 55% 63.4M 0s
3800K .......... .......... .......... .......... .......... 55% 60.4M 0s
3850K .......... .......... .......... .......... .......... 56% 2.42M 0s
3900K .......... .......... .......... .......... .......... 57% 42.4M 0s
3950K .......... .......... .......... .......... .......... 58% 45.7M 0s
4000K .......... .......... .......... .......... .......... 58% 40.6M 0s
4050K .......... .......... .......... .......... .......... 59% 30.6M 0s
4100K .......... .......... .......... .......... .......... 60% 2.67M 0s
4150K .......... .......... .......... .......... .......... 61% 28.8M 0s
4200K .......... .......... .......... .......... .......... 61% 44.4M 0s
4250K .......... .......... .......... .......... .......... 62% 62.8M 0s
4300K .......... .......... .......... .......... .......... 63% 66.7M 0s
4350K .......... .......... .......... .......... .......... 63% 2.50M 0s
4400K .......... .......... .......... .......... .......... 64% 30.6M 0s
4450K .......... .......... .......... .......... .......... 65% 24.5M 0s
4500K .......... .......... .......... .......... .......... 66% 35.7M 0s
4550K .......... .......... .......... .......... .......... 66% 36.8M 0s
4600K .......... .......... .......... .......... .......... 67% 2.86M 0s
4650K .......... .......... .......... .......... .......... 68% 28.6M 0s
4700K .......... .......... .......... .......... .......... 69% 23.2M 0s
4750K .......... .......... .......... .......... .......... 69% 34.1M 0s
4800K .......... .......... .......... .......... .......... 70% 34.1M 0s
4850K .......... .......... .......... .......... .......... 71% 2.01M 0s
4900K .......... .......... .......... .......... .......... 71% 36.5M 0s
4950K .......... .......... .......... .......... .......... 72% 24.8M 0s
5000K .......... .......... .......... .......... .......... 73% 36.0M 0s
5050K .......... .......... .......... .......... .......... 74% 36.5M 0s
5100K .......... .......... .......... .......... .......... 74% 2.65M 0s
5150K .......... .......... .......... .......... .......... 75% 36.3M 0s
5200K .......... .......... .......... .......... .......... 76% 23.3M 0s
5250K .......... .......... .......... .......... .......... 77% 36.7M 0s
5300K .......... .......... .......... .......... .......... 77% 29.1M 0s
5350K .......... .......... .......... .......... .......... 78% 2.90M 0s
5400K .......... .......... .......... .......... .......... 79% 21.3M 0s
5450K .......... .......... .......... .......... .......... 79% 31.4M 0s
5500K .......... .......... .......... .......... .......... 80% 37.0M 0s
5550K .......... .......... .......... .......... .......... 81% 36.8M 0s
5600K .......... .......... .......... .......... .......... 82% 2.72M 0s
5650K .......... .......... .......... .......... .......... 82% 31.4M 0s
5700K .......... .......... .......... .......... .......... 83% 34.4M 0s
5750K .......... .......... .......... .......... .......... 84% 43.5M 0s
5800K .......... .......... .......... .......... .......... 85% 44.7M 0s
5850K .......... .......... .......... .......... .......... 85% 37.5M 0s
5900K .......... .......... .......... .......... .......... 86% 2.64M 0s
5950K .......... .......... .......... .......... .......... 87% 30.0M 0s
6000K .......... .......... .......... .......... .......... 87% 57.5M 0s
6050K .......... .......... .......... .......... .......... 88% 61.2M 0s
6100K .......... .......... .......... .......... .......... 89% 50.8M 0s
6150K .......... .......... .......... .......... .......... 90% 2.46M 0s
6200K .......... .......... .......... .......... .......... 90% 30.7M 0s
6250K .......... .......... .......... .......... .......... 91% 34.9M 0s
6300K .......... .......... .......... .......... .......... 92% 35.5M 0s
6350K .......... .......... .......... .......... .......... 93% 40.6M 0s
6400K .......... .......... .......... .......... .......... 93% 1.20M 0s
6450K .......... .......... .......... .......... .......... 94% 30.7M 0s
6500K .......... .......... .......... .......... .......... 95% 49.0M 0s
6550K .......... .......... .......... .......... .......... 95% 37.9M 0s
6600K .......... .......... .......... .......... .......... 96% 35.2M 0s
6650K .......... .......... .......... .......... .......... 97% 2.49M 0s
6700K .......... .......... .......... .......... .......... 98% 17.9M 0s
6750K .......... .......... .......... .......... .......... 98% 34.9M 0s
6800K .......... .......... .......... .......... .......... 99% 36.2M 0s
6850K .......... .......... .......... 100% 29.2M=0.8s
2025-10-07 17:02:15 (8.73 MB/s) - 'D:\\temp\\2025_10_07_01_50_00_27954\\RtmpAHHUEo\\file2f40c1cdc2724' saved [7046072/7046072]
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 11 ]
══ 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 11 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/49s]
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.bfsu.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-patched-linux-x86_64
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/80s]
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-release-linux-x86_64
Version: 0.0.4
Check: tests
Result: ERROR
Running 'testthat.R' [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")
wget is already installed 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/'))
wget is already installed on your system.
But we will use the default download method.
wget is already installed on your system.
And we will use wget to download files.
--2025-10-06 11:06:11-- https://eternallybored.org/misc/wget/1.21.4/64/wget.exe
Loaded CA certificate '/usr/ssl/certs/ca-bundle.crt'
Resolving eternallybored.org (eternallybored.org)... 84.255.206.8, 2a01:260:4094:1:42:42:42:42
Connecting to eternallybored.org (eternallybored.org)|84.255.206.8|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7046072 (6.7M) [application/octet-stream]
Saving to: 'D:\\temp\\2025_10_06_01_50_00_7952\\RtmpQTCwZm\\file94c0606a6868'
0K .......... .......... .......... .......... .......... 0% 1.08M 6s
50K .......... .......... .......... .......... .......... 1% 2.23M 5s
100K .......... .......... .......... .......... .......... 2% 2.11M 4s
150K .......... .......... .......... .......... .......... 2% 31.7M 3s
200K .......... .......... .......... .......... .......... 3% 2.17M 3s
250K .......... .......... .......... .......... .......... 4% 18.7M 3s
300K .......... .......... .......... .......... .......... 5% 31.6M 2s
350K .......... .......... .......... .......... .......... 5% 29.8M 2s
400K .......... .......... .......... .......... .......... 6% 2.80M 2s
450K .......... .......... .......... .......... .......... 7% 22.9M 2s
500K .......... .......... .......... .......... .......... 7% 42.0M 2s
550K .......... .......... .......... .......... .......... 8% 42.6M 1s
600K .......... .......... .......... .......... .......... 9% 35.8M 1s
650K .......... .......... .......... .......... .......... 10% 2.76M 1s
700K .......... .......... .......... .......... .......... 10% 25.2M 1s
750K .......... .......... .......... .......... .......... 11% 32.5M 1s
800K .......... .......... .......... .......... .......... 12% 30.4M 1s
850K .......... .......... .......... .......... .......... 13% 27.5M 1s
900K .......... .......... .......... .......... .......... 13% 2.95M 1s
950K .......... .......... .......... .......... .......... 14% 25.3M 1s
1000K .......... .......... .......... .......... .......... 15% 30.8M 1s
1050K .......... .......... .......... .......... .......... 15% 30.6M 1s
1100K .......... .......... .......... .......... .......... 16% 28.6M 1s
1150K .......... .......... .......... .......... .......... 17% 3.40M 1s
1200K .......... .......... .......... .......... .......... 18% 12.1M 1s
1250K .......... .......... .......... .......... .......... 18% 42.7M 1s
1300K .......... .......... .......... .......... .......... 19% 58.4M 1s
1350K .......... .......... .......... .......... .......... 20% 48.3M 1s
1400K .......... .......... .......... .......... .......... 21% 2.97M 1s
1450K .......... .......... .......... .......... .......... 21% 11.8M 1s
1500K .......... .......... .......... .......... .......... 22% 33.0M 1s
1550K .......... .......... .......... .......... .......... 23% 36.5M 1s
1600K .......... .......... .......... .......... .......... 23% 24.7M 1s
1650K .......... .......... .......... .......... .......... 24% 3.61M 1s
1700K .......... .......... .......... .......... .......... 25% 9.47M 1s
1750K .......... .......... .......... .......... .......... 26% 29.4M 1s
1800K .......... .......... .......... .......... .......... 26% 33.2M 1s
1850K .......... .......... .......... .......... .......... 27% 29.7M 1s
1900K .......... .......... .......... .......... .......... 28% 5.27M 1s
1950K .......... .......... .......... .......... .......... 29% 5.62M 1s
2000K .......... .......... .......... .......... .......... 29% 25.4M 1s
2050K .......... .......... .......... .......... .......... 30% 30.9M 1s
2100K .......... .......... .......... .......... .......... 31% 29.2M 1s
2150K .......... .......... .......... .......... .......... 31% 37.5M 1s
2200K .......... .......... .......... .......... .......... 32% 2.87M 1s
2250K .......... .......... .......... .......... .......... 33% 27.2M 1s
2300K .......... .......... .......... .......... .......... 34% 44.5M 1s
2350K .......... .......... .......... .......... .......... 34% 42.7M 1s
2400K .......... .......... .......... .......... .......... 35% 4.41M 1s
2450K .......... .......... .......... .......... .......... 36% 5.87M 1s
2500K .......... .......... .......... .......... .......... 37% 24.6M 1s
2550K .......... .......... .......... .......... .......... 37% 30.5M 1s
2600K .......... .......... .......... .......... .......... 38% 4.93M 1s
2650K .......... .......... .......... .......... .......... 39% 22.2M 1s
2700K .......... .......... .......... .......... .......... 39% 6.73M 1s
2750K .......... .......... .......... .......... .......... 40% 20.6M 1s
2800K .......... .......... .......... .......... .......... 41% 25.7M 0s
2850K .......... .......... .......... .......... .......... 42% 5.16M 0s
2900K .......... .......... .......... .......... .......... 42% 16.0M 0s
2950K .......... .......... .......... .......... .......... 43% 9.97M 0s
3000K .......... .......... .......... .......... .......... 44% 14.0M 0s
3050K .......... .......... .......... .......... .......... 45% 20.7M 0s
3100K .......... .......... .......... .......... .......... 45% 4.17M 0s
3150K .......... .......... .......... .......... .......... 46% 36.9M 0s
3200K .......... .......... .......... .......... .......... 47% 9.28M 0s
3250K .......... .......... .......... .......... .......... 47% 16.2M 0s
3300K .......... .......... .......... .......... .......... 48% 3.99M 0s
3350K .......... .......... .......... .......... .......... 49% 16.6M 0s
3400K .......... .......... .......... .......... .......... 50% 29.7M 0s
3450K .......... .......... .......... .......... .......... 50% 22.1M 0s
3500K .......... .......... .......... .......... .......... 51% 10.7M 0s
3550K .......... .......... .......... .......... .......... 52% 27.0M 0s
3600K .......... .......... .......... .......... .......... 53% 3.73M 0s
3650K .......... .......... .......... .......... .......... 53% 30.2M 0s
3700K .......... .......... .......... .......... .......... 54% 26.5M 0s
3750K .......... .......... .......... .......... .......... 55% 10.3M 0s
3800K .......... .......... .......... .......... .......... 55% 4.24M 0s
3850K .......... .......... .......... .......... .......... 56% 14.3M 0s
3900K .......... .......... .......... .......... .......... 57% 36.5M 0s
3950K .......... .......... .......... .......... .......... 58% 27.0M 0s
4000K .......... .......... .......... .......... .......... 58% 9.86M 0s
4050K .......... .......... .......... .......... .......... 59% 3.87M 0s
4100K .......... .......... .......... .......... .......... 60% 17.5M 0s
4150K .......... .......... .......... .......... .......... 61% 30.2M 0s
4200K .......... .......... .......... .......... .......... 61% 21.6M 0s
4250K .......... .......... .......... .......... .......... 62% 3.71M 0s
4300K .......... .......... .......... .......... .......... 63% 14.5M 0s
4350K .......... .......... .......... .......... .......... 63% 15.9M 0s
4400K .......... .......... .......... .......... .......... 64% 36.7M 0s
4450K .......... .......... .......... .......... .......... 65% 23.6M 0s
4500K .......... .......... .......... .......... .......... 66% 3.45M 0s
4550K .......... .......... .......... .......... .......... 66% 17.6M 0s
4600K .......... .......... .......... .......... .......... 67% 17.9M 0s
4650K .......... .......... .......... .......... .......... 68% 17.5M 0s
4700K .......... .......... .......... .......... .......... 69% 30.1M 0s
4750K .......... .......... .......... .......... .......... 69% 3.78M 0s
4800K .......... .......... .......... .......... .......... 70% 14.6M 0s
4850K .......... .......... .......... .......... .......... 71% 17.3M 0s
4900K .......... .......... .......... .......... .......... 71% 16.0M 0s
4950K .......... .......... .......... .......... .......... 72% 29.9M 0s
5000K .......... .......... .......... .......... .......... 73% 4.01M 0s
5050K .......... .......... .......... .......... .......... 74% 11.3M 0s
5100K .......... .......... .......... .......... .......... 74% 16.2M 0s
5150K .......... .......... .......... .......... .......... 75% 22.0M 0s
5200K .......... .......... .......... .......... .......... 76% 37.9M 0s
5250K .......... .......... .......... .......... .......... 77% 4.16M 0s
5300K .......... .......... .......... .......... .......... 77% 8.32M 0s
5350K .......... .......... .......... .......... .......... 78% 18.4M 0s
5400K .......... .......... .......... .......... .......... 79% 25.5M 0s
5450K .......... .......... .......... .......... .......... 79% 27.2M 0s
5500K .......... .......... .......... .......... .......... 80% 5.31M 0s
5550K .......... .......... .......... .......... .......... 81% 5.73M 0s
5600K .......... .......... .......... .......... .......... 82% 19.9M 0s
5650K .......... .......... .......... .......... .......... 82% 34.5M 0s
5700K .......... .......... .......... .......... .......... 83% 44.1M 0s
5750K .......... .......... .......... .......... .......... 84% 5.23M 0s
5800K .......... .......... .......... .......... .......... 85% 5.63M 0s
5850K .......... .......... .......... .......... .......... 85% 21.0M 0s
5900K .......... .......... .......... .......... .......... 86% 20.5M 0s
5950K .......... .......... .......... .......... .......... 87% 27.3M 0s
6000K .......... .......... .......... .......... .......... 87% 4.34M 0s
6050K .......... .......... .......... .......... .......... 88% 5.86M 0s
6100K .......... .......... .......... .......... .......... 89% 26.6M 0s
6150K .......... .......... .......... .......... .......... 90% 34.8M 0s
6200K .......... .......... .......... .......... .......... 90% 31.0M 0s
6250K .......... .......... .......... .......... .......... 91% 4.77M 0s
6300K .......... .......... .......... .......... .......... 92% 6.25M 0s
6350K .......... .......... .......... .......... .......... 93% 36.7M 0s
6400K .......... .......... .......... .......... .......... 93% 43.5M 0s
6450K .......... .......... .......... .......... .......... 94% 4.72M 0s
6500K .......... .......... .......... .......... .......... 95% 14.4M 0s
6550K .......... .......... .......... .......... .......... 95% 6.72M 0s
6600K .......... .......... .......... .......... .......... 96% 23.2M 0s
6650K .......... .......... .......... .......... .......... 97% 33.1M 0s
6700K .......... .......... .......... .......... .......... 98% 5.40M 0s
6750K .......... .......... .......... .......... .......... 98% 13.8M 0s
6800K .......... .......... .......... .......... .......... 99% 7.87M 0s
6850K .......... .......... .......... 100% 22.6M=0.7s
2025-10-06 11:06:13 (9.06 MB/s) - 'D:\\temp\\2025_10_06_01_50_00_7952\\RtmpQTCwZm\\file94c0606a6868' saved [7046072/7046072]
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 11 ]
══ 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 11 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.0.4
Check: tests
Result: ERROR
Running 'testthat.R' [61s]
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")
wget is already installed 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.nwafu.edu.cn/cran/'))
wget is already installed on your system.
But we will use the default download method.
wget is already installed on your system.
And we will use wget to download files.
--2025-10-08 09:50:27-- https://eternallybored.org/misc/wget/1.21.4/64/wget.exe
Loaded CA certificate '/usr/ssl/certs/ca-bundle.crt'
Resolving eternallybored.org (eternallybored.org)... 84.255.206.8, 2a01:260:4094:1:42:42:42:42
Connecting to eternallybored.org (eternallybored.org)|84.255.206.8|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7046072 (6.7M) [application/octet-stream]
Saving to: 'D:\\temp\\2025_10_08_01_50_00_15188\\RtmpIvwldm\\file7128bb81ae9'
0K .......... .......... .......... .......... .......... 0% 1.04M 6s
50K .......... .......... .......... .......... .......... 1% 2.08M 5s
100K .......... .......... .......... .......... .......... 2% 25.1M 3s
150K .......... .......... .......... .......... .......... 2% 32.2M 2s
200K .......... .......... .......... .......... .......... 3% 2.22M 3s
250K .......... .......... .......... .......... .......... 4% 25.4M 2s
300K .......... .......... .......... .......... .......... 5% 30.6M 2s
350K .......... .......... .......... .......... .......... 5% 27.9M 2s
400K .......... .......... .......... .......... .......... 6% 2.77M 2s
450K .......... .......... .......... .......... .......... 7% 25.6M 2s
500K .......... .......... .......... .......... .......... 7% 28.5M 1s
550K .......... .......... .......... .......... .......... 8% 27.4M 1s
600K .......... .......... .......... .......... .......... 9% 24.6M 1s
650K .......... .......... .......... .......... .......... 10% 2.96M 1s
700K .......... .......... .......... .......... .......... 10% 32.4M 1s
750K .......... .......... .......... .......... .......... 11% 34.9M 1s
800K .......... .......... .......... .......... .......... 12% 35.9M 1s
850K .......... .......... .......... .......... .......... 13% 41.7M 1s
900K .......... .......... .......... .......... .......... 13% 2.77M 1s
950K .......... .......... .......... .......... .......... 14% 12.9M 1s
1000K .......... .......... .......... .......... .......... 15% 25.7M 1s
1050K .......... .......... .......... .......... .......... 15% 30.7M 1s
1100K .......... .......... .......... .......... .......... 16% 26.3M 1s
1150K .......... .......... .......... .......... .......... 17% 27.7M 1s
1200K .......... .......... .......... .......... .......... 18% 1.15M 1s
1250K .......... .......... .......... .......... .......... 18% 41.0M 1s
1300K .......... .......... .......... .......... .......... 19% 46.5M 1s
1350K .......... .......... .......... .......... .......... 20% 38.7M 1s
1400K .......... .......... .......... .......... .......... 21% 42.6M 1s
1450K .......... .......... .......... .......... .......... 21% 2.34M 1s
1500K .......... .......... .......... .......... .......... 22% 29.2M 1s
1550K .......... .......... .......... .......... .......... 23% 29.2M 1s
1600K .......... .......... .......... .......... .......... 23% 24.6M 1s
1650K .......... .......... .......... .......... .......... 24% 29.8M 1s
1700K .......... .......... .......... .......... .......... 25% 2.93M 1s
1750K .......... .......... .......... .......... .......... 26% 25.0M 1s
1800K .......... .......... .......... .......... .......... 26% 27.7M 1s
1850K .......... .......... .......... .......... .......... 27% 24.9M 1s
1900K .......... .......... .......... .......... .......... 28% 26.9M 1s
1950K .......... .......... .......... .......... .......... 29% 2.95M 1s
2000K .......... .......... .......... .......... .......... 29% 29.2M 1s
2050K .......... .......... .......... .......... .......... 30% 25.8M 1s
2100K .......... .......... .......... .......... .......... 31% 25.0M 1s
2150K .......... .......... .......... .......... .......... 31% 27.1M 1s
2200K .......... .......... .......... .......... .......... 32% 2.92M 1s
2250K .......... .......... .......... .......... .......... 33% 20.1M 1s
2300K .......... .......... .......... .......... .......... 34% 29.0M 1s
2350K .......... .......... .......... .......... .......... 34% 26.7M 1s
2400K .......... .......... .......... .......... .......... 35% 31.6M 1s
2450K .......... .......... .......... .......... .......... 36% 2.68M 1s
2500K .......... .......... .......... .......... .......... 37% 28.1M 1s
2550K .......... .......... .......... .......... .......... 37% 25.9M 1s
2600K .......... .......... .......... .......... .......... 38% 23.2M 1s
2650K .......... .......... .......... .......... .......... 39% 27.3M 1s
2700K .......... .......... .......... .......... .......... 39% 3.00M 1s
2750K .......... .......... .......... .......... .......... 40% 34.0M 1s
2800K .......... .......... .......... .......... .......... 41% 24.3M 1s
2850K .......... .......... .......... .......... .......... 42% 29.8M 1s
2900K .......... .......... .......... .......... .......... 42% 31.9M 0s
2950K .......... .......... .......... .......... .......... 43% 2.86M 1s
3000K .......... .......... .......... .......... .......... 44% 28.1M 0s
3050K .......... .......... .......... .......... .......... 45% 28.0M 0s
3100K .......... .......... .......... .......... .......... 45% 20.4M 0s
3150K .......... .......... .......... .......... .......... 46% 29.6M 0s
3200K .......... .......... .......... .......... .......... 47% 3.25M 0s
3250K .......... .......... .......... .......... .......... 47% 16.0M 0s
3300K .......... .......... .......... .......... .......... 48% 22.2M 0s
3350K .......... .......... .......... .......... .......... 49% 25.3M 0s
3400K .......... .......... .......... .......... .......... 50% 30.1M 0s
3450K .......... .......... .......... .......... .......... 50% 20.4M 0s
3500K .......... .......... .......... .......... .......... 51% 3.10M 0s
3550K .......... .......... .......... .......... .......... 52% 25.9M 0s
3600K .......... .......... .......... .......... .......... 53% 26.1M 0s
3650K .......... .......... .......... .......... .......... 53% 30.3M 0s
3700K .......... .......... .......... .......... .......... 54% 26.0M 0s
3750K .......... .......... .......... .......... .......... 55% 2.94M 0s
3800K .......... .......... .......... .......... .......... 55% 17.6M 0s
3850K .......... .......... .......... .......... .......... 56% 24.9M 0s
3900K .......... .......... .......... .......... .......... 57% 25.9M 0s
3950K .......... .......... .......... .......... .......... 58% 24.7M 0s
4000K .......... .......... .......... .......... .......... 58% 2.84M 0s
4050K .......... .......... .......... .......... .......... 59% 25.0M 0s
4100K .......... .......... .......... .......... .......... 60% 18.7M 0s
4150K .......... .......... .......... .......... .......... 61% 30.7M 0s
4200K .......... .......... .......... .......... .......... 61% 19.6M 0s
4250K .......... .......... .......... .......... .......... 62% 3.19M 0s
4300K .......... .......... .......... .......... .......... 63% 23.4M 0s
4350K .......... .......... .......... .......... .......... 63% 26.0M 0s
4400K .......... .......... .......... .......... .......... 64% 24.1M 0s
4450K .......... .......... .......... .......... .......... 65% 16.1M 0s
4500K .......... .......... .......... .......... .......... 66% 3.30M 0s
4550K .......... .......... .......... .......... .......... 66% 18.8M 0s
4600K .......... .......... .......... .......... .......... 67% 23.5M 0s
4650K .......... .......... .......... .......... .......... 68% 22.6M 0s
4700K .......... .......... .......... .......... .......... 69% 25.7M 0s
4750K .......... .......... .......... .......... .......... 69% 3.11M 0s
4800K .......... .......... .......... .......... .......... 70% 22.1M 0s
4850K .......... .......... .......... .......... .......... 71% 30.2M 0s
4900K .......... .......... .......... .......... .......... 71% 32.1M 0s
4950K .......... .......... .......... .......... .......... 72% 41.4M 0s
5000K .......... .......... .......... .......... .......... 73% 3.03M 0s
5050K .......... .......... .......... .......... .......... 74% 12.9M 0s
5100K .......... .......... .......... .......... .......... 74% 22.9M 0s
5150K .......... .......... .......... .......... .......... 75% 26.8M 0s
5200K .......... .......... .......... .......... .......... 76% 5.94M 0s
5250K .......... .......... .......... .......... .......... 77% 12.1M 0s
5300K .......... .......... .......... .......... .......... 77% 6.05M 0s
5350K .......... .......... .......... .......... .......... 78% 31.2M 0s
5400K .......... .......... .......... .......... .......... 79% 38.9M 0s
5450K .......... .......... .......... .......... .......... 79% 5.31M 0s
5500K .......... .......... .......... .......... .......... 80% 6.74M 0s
5550K .......... .......... .......... .......... .......... 81% 9.87M 0s
5600K .......... .......... .......... .......... .......... 82% 35.1M 0s
5650K .......... .......... .......... .......... .......... 82% 36.5M 0s
5700K .......... .......... .......... .......... .......... 83% 4.83M 0s
5750K .......... .......... .......... .......... .......... 84% 7.94M 0s
5800K .......... .......... .......... .......... .......... 85% 9.38M 0s
5850K .......... .......... .......... .......... .......... 85% 27.3M 0s
5900K .......... .......... .......... .......... .......... 86% 29.4M 0s
5950K .......... .......... .......... .......... .......... 87% 4.66M 0s
6000K .......... .......... .......... .......... .......... 87% 8.34M 0s
6050K .......... .......... .......... .......... .......... 88% 12.4M 0s
6100K .......... .......... .......... .......... .......... 89% 21.7M 0s
6150K .......... .......... .......... .......... .......... 90% 6.00M 0s
6200K .......... .......... .......... .......... .......... 90% 13.1M 0s
6250K .......... .......... .......... .......... .......... 91% 8.56M 0s
6300K .......... .......... .......... .......... .......... 92% 13.3M 0s
6350K .......... .......... .......... .......... .......... 93% 22.8M 0s
6400K .......... .......... .......... .......... .......... 93% 5.77M 0s
6450K .......... .......... .......... .......... .......... 94% 5.43M 0s
6500K .......... .......... .......... .......... .......... 95% 14.1M 0s
6550K .......... .......... .......... .......... .......... 95% 8.31M 0s
6600K .......... .......... .......... .......... .......... 96% 38.3M 0s
6650K .......... .......... .......... .......... .......... 97% 10.3M 0s
6700K .......... .......... .......... .......... .......... 98% 5.30M 0s
6750K .......... .......... .......... .......... .......... 98% 13.1M 0s
6800K .......... .......... .......... .......... .......... 99% 10.1M 0s
6850K .......... .......... .......... 100% 27.0M=0.8s
2025-10-08 09:50:28 (8.83 MB/s) - 'D:\\temp\\2025_10_08_01_50_00_15188\\RtmpIvwldm\\file7128bb81ae9' saved [7046072/7046072]
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 11 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-Table1.R:12:3'): making Table1 in SCI papers works ─────────────
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 11 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.