Last updated on 2024-10-08 19:48:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 10.39 | 244.63 | 255.02 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 7.23 | 169.81 | 177.04 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 425.06 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 419.44 | ERROR | |||
r-devel-windows-x86_64 | 1.2.1 | 21.00 | 310.00 | 331.00 | ERROR | |
r-patched-linux-x86_64 | 1.2.1 | 12.02 | 235.72 | 247.74 | NOTE | |
r-release-linux-x86_64 | 1.2.1 | 9.93 | 236.49 | 246.42 | NOTE | |
r-release-macos-arm64 | 1.2.1 | 120.00 | NOTE | |||
r-release-macos-x86_64 | 1.2.1 | 204.00 | NOTE | |||
r-release-windows-x86_64 | 1.2.1 | 22.00 | 311.00 | 333.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2.1 | 116.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.1 | 258.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.1 | 27.00 | 369.00 | 396.00 | OK |
Version: 1.2.1
Check: Rd files
Result: NOTE
checkRd: (-1) fh_bounds.Rd:14: Lost braces
14 | \item{params1}{Arguments to pass to the r{dist} function for distribution 1}
| ^
checkRd: (-1) fh_bounds.Rd:16: Lost braces
16 | \item{params2}{Arguments to pass to the r{dist} function for distribution 2}
| ^
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.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [76s/94s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(faux)
************
Welcome to faux. For support and examples visit:
https://debruine.github.io/faux/
- Get and set global package options with: faux_options()
************
>
> expect_equal <- function(...) {
+ testthat::expect_equal(..., check.environment=FALSE)
+ }
>
> test_check("faux")
[ FAIL 1 | WARN 5 | SKIP 14 | PASS 1368 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-distributions.R:59:3', 'test-distributions.R:90:3',
'test-distributions.R:113:3', 'test-distributions.R:136:3',
'test-distributions.R:160:3', 'test-distributions.R:234:3',
'test-distributions.R:292:3', 'test-distributions.R:340:3',
'test-distributions.R:369:3', 'test-distributions.R:569:3',
'test-plot_design.R:51:3', 'test-plot_design.R:341:3'
• Too variable (1): 'test-distributions.R:473:3'
• long checking function (1): 'test-norta.R:55:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-getcols.R:2:3'): error ───────────────────────────────────────
`getcols()` did not throw an error.
[ FAIL 1 | WARN 5 | SKIP 14 | PASS 1368 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [53s/61s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(faux)
************
Welcome to faux. For support and examples visit:
https://debruine.github.io/faux/
- Get and set global package options with: faux_options()
************
>
> expect_equal <- function(...) {
+ testthat::expect_equal(..., check.environment=FALSE)
+ }
>
> test_check("faux")
[ FAIL 1 | WARN 5 | SKIP 14 | PASS 1368 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-distributions.R:59:3', 'test-distributions.R:90:3',
'test-distributions.R:113:3', 'test-distributions.R:136:3',
'test-distributions.R:160:3', 'test-distributions.R:234:3',
'test-distributions.R:292:3', 'test-distributions.R:340:3',
'test-distributions.R:369:3', 'test-distributions.R:569:3',
'test-plot_design.R:51:3', 'test-plot_design.R:341:3'
• Too variable (1): 'test-distributions.R:473:3'
• long checking function (1): 'test-norta.R:55:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-getcols.R:2:3'): error ───────────────────────────────────────
`getcols()` did not throw an error.
[ FAIL 1 | WARN 5 | SKIP 14 | PASS 1368 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [126s/294s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(faux)
************
Welcome to faux. For support and examples visit:
https://debruine.github.io/faux/
- Get and set global package options with: faux_options()
************
>
> expect_equal <- function(...) {
+ testthat::expect_equal(..., check.environment=FALSE)
+ }
>
> test_check("faux")
[ FAIL 1 | WARN 5 | SKIP 14 | PASS 1368 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-distributions.R:59:3', 'test-distributions.R:90:3',
'test-distributions.R:113:3', 'test-distributions.R:136:3',
'test-distributions.R:160:3', 'test-distributions.R:234:3',
'test-distributions.R:292:3', 'test-distributions.R:340:3',
'test-distributions.R:369:3', 'test-distributions.R:569:3',
'test-plot_design.R:51:3', 'test-plot_design.R:341:3'
• Too variable (1): 'test-distributions.R:473:3'
• long checking function (1): 'test-norta.R:55:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-getcols.R:2:3'): error ───────────────────────────────────────
`getcols()` did not throw an error.
[ FAIL 1 | WARN 5 | SKIP 14 | PASS 1368 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [125s/154s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(faux)
************
Welcome to faux. For support and examples visit:
https://debruine.github.io/faux/
- Get and set global package options with: faux_options()
************
>
> expect_equal <- function(...) {
+ testthat::expect_equal(..., check.environment=FALSE)
+ }
>
> test_check("faux")
[ FAIL 1 | WARN 5 | SKIP 14 | PASS 1368 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-distributions.R:59:3', 'test-distributions.R:90:3',
'test-distributions.R:113:3', 'test-distributions.R:136:3',
'test-distributions.R:160:3', 'test-distributions.R:234:3',
'test-distributions.R:292:3', 'test-distributions.R:340:3',
'test-distributions.R:369:3', 'test-distributions.R:569:3',
'test-plot_design.R:51:3', 'test-plot_design.R:341:3'
• Too variable (1): 'test-distributions.R:473:3'
• long checking function (1): 'test-norta.R:55:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-getcols.R:2:3'): error ───────────────────────────────────────
`getcols()` did not throw an error.
[ FAIL 1 | WARN 5 | SKIP 14 | PASS 1368 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.2.1
Check: tests
Result: ERROR
Running 'testthat.R' [94s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(faux)
************
Welcome to faux. For support and examples visit:
https://debruine.github.io/faux/
- Get and set global package options with: faux_options()
************
>
> expect_equal <- function(...) {
+ testthat::expect_equal(..., check.environment=FALSE)
+ }
>
> test_check("faux")
[ FAIL 1 | WARN 5 | SKIP 14 | PASS 1368 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-distributions.R:59:3', 'test-distributions.R:90:3',
'test-distributions.R:113:3', 'test-distributions.R:136:3',
'test-distributions.R:160:3', 'test-distributions.R:234:3',
'test-distributions.R:292:3', 'test-distributions.R:340:3',
'test-distributions.R:369:3', 'test-distributions.R:569:3',
'test-plot_design.R:51:3', 'test-plot_design.R:341:3'
• Too variable (1): 'test-distributions.R:473:3'
• long checking function (1): 'test-norta.R:55:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-getcols.R:2:3'): error ───────────────────────────────────────
`getcols()` did not throw an error.
[ FAIL 1 | WARN 5 | SKIP 14 | PASS 1368 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64