Last updated on 2025-09-17 13:51:15 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.4 | 2.21 | 29.52 | 31.73 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.4 | 1.62 | 22.56 | 24.18 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.4 | 46.12 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 62.58 | 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.15 | 26.70 | 28.85 | ERROR | |
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 | 117.00 | 121.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 | 113.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-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-linux-x86_64, r-oldrel-windows-x86_64
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/53s]
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-clang
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/222s]
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.tuna.tsinghua.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’ [4s/55s]
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-clang
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/77s]
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
Version: 0.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/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-release-linux-x86_64
Version: 0.0.4
Check: tests
Result: ERROR
Running 'testthat.R' [63s]
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-09-15 08:48:00-- 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_09_15_01_50_00_13893\\RtmpsZclYG\\file168fc61119b2'
0K .......... .......... .......... .......... .......... 0% 901K 8s
50K .......... .......... .......... .......... .......... 1% 1.77M 6s
100K .......... .......... .......... .......... .......... 2% 23.2M 4s
150K .......... .......... .......... .......... .......... 2% 30.6M 3s
200K .......... .......... .......... .......... .......... 3% 1.94M 3s
250K .......... .......... .......... .......... .......... 4% 32.0M 2s
300K .......... .......... .......... .......... .......... 5% 45.4M 2s
350K .......... .......... .......... .......... .......... 5% 43.0M 2s
400K .......... .......... .......... .......... .......... 6% 2.01M 2s
450K .......... .......... .......... .......... .......... 7% 19.7M 2s
500K .......... .......... .......... .......... .......... 7% 29.6M 2s
550K .......... .......... .......... .......... .......... 8% 27.4M 2s
600K .......... .......... .......... .......... .......... 9% 26.4M 1s
650K .......... .......... .......... .......... .......... 10% 1.16M 2s
700K .......... .......... .......... .......... .......... 10% 24.4M 2s
750K .......... .......... .......... .......... .......... 11% 21.7M 1s
800K .......... .......... .......... .......... .......... 12% 29.7M 1s
850K .......... .......... .......... .......... .......... 13% 25.1M 1s
900K .......... .......... .......... .......... .......... 13% 2.29M 1s
950K .......... .......... .......... .......... .......... 14% 22.3M 1s
1000K .......... .......... .......... .......... .......... 15% 27.7M 1s
1050K .......... .......... .......... .......... .......... 15% 23.3M 1s
1100K .......... .......... .......... .......... .......... 16% 25.5M 1s
1150K .......... .......... .......... .......... .......... 17% 29.4M 1s
1200K .......... .......... .......... .......... .......... 18% 2.22M 1s
1250K .......... .......... .......... .......... .......... 18% 27.1M 1s
1300K .......... .......... .......... .......... .......... 19% 30.2M 1s
1350K .......... .......... .......... .......... .......... 20% 26.6M 1s
1400K .......... .......... .......... .......... .......... 21% 22.2M 1s
1450K .......... .......... .......... .......... .......... 21% 2.56M 1s
1500K .......... .......... .......... .......... .......... 22% 25.7M 1s
1550K .......... .......... .......... .......... .......... 23% 18.4M 1s
1600K .......... .......... .......... .......... .......... 23% 25.6M 1s
1650K .......... .......... .......... .......... .......... 24% 29.6M 1s
1700K .......... .......... .......... .......... .......... 25% 2.41M 1s
1750K .......... .......... .......... .......... .......... 26% 30.9M 1s
1800K .......... .......... .......... .......... .......... 26% 31.6M 1s
1850K .......... .......... .......... .......... .......... 27% 23.2M 1s
1900K .......... .......... .......... .......... .......... 28% 35.9M 1s
1950K .......... .......... .......... .......... .......... 29% 2.30M 1s
2000K .......... .......... .......... .......... .......... 29% 24.2M 1s
2050K .......... .......... .......... .......... .......... 30% 22.1M 1s
2100K .......... .......... .......... .......... .......... 31% 26.4M 1s
2150K .......... .......... .......... .......... .......... 31% 25.2M 1s
2200K .......... .......... .......... .......... .......... 32% 2.38M 1s
2250K .......... .......... .......... .......... .......... 33% 24.7M 1s
2300K .......... .......... .......... .......... .......... 34% 30.6M 1s
2350K .......... .......... .......... .......... .......... 34% 21.4M 1s
2400K .......... .......... .......... .......... .......... 35% 31.5M 1s
2450K .......... .......... .......... .......... .......... 36% 2.28M 1s
2500K .......... .......... .......... .......... .......... 37% 20.8M 1s
2550K .......... .......... .......... .......... .......... 37% 28.2M 1s
2600K .......... .......... .......... .......... .......... 38% 25.8M 1s
2650K .......... .......... .......... .......... .......... 39% 21.3M 1s
2700K .......... .......... .......... .......... .......... 39% 2.53M 1s
2750K .......... .......... .......... .......... .......... 40% 15.6M 1s
2800K .......... .......... .......... .......... .......... 41% 23.1M 1s
2850K .......... .......... .......... .......... .......... 42% 25.9M 1s
2900K .......... .......... .......... .......... .......... 42% 32.6M 1s
2950K .......... .......... .......... .......... .......... 43% 2.60M 1s
3000K .......... .......... .......... .......... .......... 44% 12.5M 1s
3050K .......... .......... .......... .......... .......... 45% 18.5M 1s
3100K .......... .......... .......... .......... .......... 45% 21.4M 1s
3150K .......... .......... .......... .......... .......... 46% 24.9M 1s
3200K .......... .......... .......... .......... .......... 47% 2.95M 1s
3250K .......... .......... .......... .......... .......... 47% 11.1M 1s
3300K .......... .......... .......... .......... .......... 48% 31.7M 1s
3350K .......... .......... .......... .......... .......... 49% 24.9M 0s
3400K .......... .......... .......... .......... .......... 50% 36.1M 0s
3450K .......... .......... .......... .......... .......... 50% 30.8M 0s
3500K .......... .......... .......... .......... .......... 51% 2.17M 0s
3550K .......... .......... .......... .......... .......... 52% 25.1M 0s
3600K .......... .......... .......... .......... .......... 53% 31.0M 0s
3650K .......... .......... .......... .......... .......... 53% 36.2M 0s
3700K .......... .......... .......... .......... .......... 54% 19.9M 0s
3750K .......... .......... .......... .......... .......... 55% 2.32M 0s
3800K .......... .......... .......... .......... .......... 55% 32.1M 0s
3850K .......... .......... .......... .......... .......... 56% 32.5M 0s
3900K .......... .......... .......... .......... .......... 57% 20.7M 0s
3950K .......... .......... .......... .......... .......... 58% 26.4M 0s
4000K .......... .......... .......... .......... .......... 58% 2.34M 0s
4050K .......... .......... .......... .......... .......... 59% 21.1M 0s
4100K .......... .......... .......... .......... .......... 60% 21.9M 0s
4150K .......... .......... .......... .......... .......... 61% 28.9M 0s
4200K .......... .......... .......... .......... .......... 61% 25.4M 0s
4250K .......... .......... .......... .......... .......... 62% 2.50M 0s
4300K .......... .......... .......... .......... .......... 63% 16.9M 0s
4350K .......... .......... .......... .......... .......... 63% 24.3M 0s
4400K .......... .......... .......... .......... .......... 64% 47.5M 0s
4450K .......... .......... .......... .......... .......... 65% 38.2M 0s
4500K .......... .......... .......... .......... .......... 66% 1.49M 0s
4550K .......... .......... .......... .......... .......... 66% 31.2M 0s
4600K .......... .......... .......... .......... .......... 67% 17.7M 0s
4650K .......... .......... .......... .......... .......... 68% 26.0M 0s
4700K .......... .......... .......... .......... .......... 69% 26.1M 0s
4750K .......... .......... .......... .......... .......... 69% 2.36M 0s
4800K .......... .......... .......... .......... .......... 70% 35.8M 0s
4850K .......... .......... .......... .......... .......... 71% 27.8M 0s
4900K .......... .......... .......... .......... .......... 71% 31.8M 0s
4950K .......... .......... .......... .......... .......... 72% 26.7M 0s
5000K .......... .......... .......... .......... .......... 73% 2.22M 0s
5050K .......... .......... .......... .......... .......... 74% 21.1M 0s
5100K .......... .......... .......... .......... .......... 74% 20.2M 0s
5150K .......... .......... .......... .......... .......... 75% 29.9M 0s
5200K .......... .......... .......... .......... .......... 76% 22.6M 0s
5250K .......... .......... .......... .......... .......... 77% 2.51M 0s
5300K .......... .......... .......... .......... .......... 77% 23.3M 0s
5350K .......... .......... .......... .......... .......... 78% 26.0M 0s
5400K .......... .......... .......... .......... .......... 79% 31.6M 0s
5450K .......... .......... .......... .......... .......... 79% 26.3M 0s
5500K .......... .......... .......... .......... .......... 80% 2.40M 0s
5550K .......... .......... .......... .......... .......... 81% 25.8M 0s
5600K .......... .......... .......... .......... .......... 82% 25.7M 0s
5650K .......... .......... .......... .......... .......... 82% 30.5M 0s
5700K .......... .......... .......... .......... .......... 83% 25.4M 0s
5750K .......... .......... .......... .......... .......... 84% 2.41M 0s
5800K .......... .......... .......... .......... .......... 85% 17.1M 0s
5850K .......... .......... .......... .......... .......... 85% 16.8M 0s
5900K .......... .......... .......... .......... .......... 86% 25.4M 0s
5950K .......... .......... .......... .......... .......... 87% 17.8M 0s
6000K .......... .......... .......... .......... .......... 87% 25.1M 0s
6050K .......... .......... .......... .......... .......... 88% 2.66M 0s
6100K .......... .......... .......... .......... .......... 89% 27.3M 0s
6150K .......... .......... .......... .......... .......... 90% 25.7M 0s
6200K .......... .......... .......... .......... .......... 90% 30.2M 0s
6250K .......... .......... .......... .......... .......... 91% 31.2M 0s
6300K .......... .......... .......... .......... .......... 92% 2.24M 0s
6350K .......... .......... .......... .......... .......... 93% 25.8M 0s
6400K .......... .......... .......... .......... .......... 93% 25.0M 0s
6450K .......... .......... .......... .......... .......... 94% 26.1M 0s
6500K .......... .......... .......... .......... .......... 95% 30.1M 0s
6550K .......... .......... .......... .......... .......... 95% 2.36M 0s
6600K .......... .......... .......... .......... .......... 96% 25.3M 0s
6650K .......... .......... .......... .......... .......... 97% 27.7M 0s
6700K .......... .......... .......... .......... .......... 98% 25.5M 0s
6750K .......... .......... .......... .......... .......... 98% 24.9M 0s
6800K .......... .......... .......... .......... .......... 99% 2.40M 0s
6850K .......... .......... .......... 100% 14.1M=0.9s
2025-09-15 08:48:02 (7.56 MB/s) - 'D:\\temp\\2025_09_15_01_50_00_13893\\RtmpsZclYG\\file168fc61119b2' 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