Last updated on 2024-10-14 15:50:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 9.35 | 246.89 | 256.24 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 6.99 | 170.06 | 177.05 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 426.24 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 329.56 | ERROR | |||
r-devel-windows-x86_64 | 1.2.1 | 20.00 | 306.00 | 326.00 | ERROR | |
r-patched-linux-x86_64 | 1.2.1 | 11.53 | 235.74 | 247.27 | NOTE | |
r-release-linux-x86_64 | 1.2.1 | 11.82 | 235.32 | 247.14 | 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 | 21.00 | 310.00 | 331.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 | 28.00 | 365.00 | 393.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’ [75s/95s]
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/58s]
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’ [123s/155s]
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’ [93s/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-fedora-gcc
Version: 1.2.1
Check: tests
Result: ERROR
Running 'testthat.R' [92s]
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