- using R Under development (unstable) (2023-09-28 r85227)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
clang version 17.0.1
flang-new version 17.0.1
- running under: Fedora Linux 36 (Workstation Edition)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘tidytable/DESCRIPTION’ ... OK
- this is package ‘tidytable’ version ‘0.10.1’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘tidytable’ can be installed ... [14s/19s] OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking whether startup messages can be suppressed ... OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [25s/26s] OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [14s/12s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [39s/47s] ERROR
Running ‘testthat.R’ [39s/46s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(tidytable)
Attaching package: 'tidytable'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
dt, filter, lag
The following object is masked from 'package:base':
%in%
>
> test_check("tidytable")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1457 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-unnest_longer.R:36:3'): drop empty rows when `keep_empty = FALSE` ──
Error in `unnest_longer(., y)`: Only vectors are currently supported
Backtrace:
▆
1. ├─df %>% unnest_longer(y) at test-unnest_longer.R:36:2
2. └─tidytable::unnest_longer(., y)
3. └─rlang::abort("Only vectors are currently supported")
── Error ('test-unnest_longer.R:45:3'): preserves empty rows when `keep_empty = TRUE` ──
Error in `unnest_longer(., y, keep_empty = TRUE)`: Only vectors are currently supported
Backtrace:
▆
1. ├─df %>% unnest_longer(y, keep_empty = TRUE) at test-unnest_longer.R:45:2
2. └─tidytable::unnest_longer(., y, keep_empty = TRUE)
3. └─rlang::abort("Only vectors are currently supported")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1457 ]
Error: Test failures
Execution halted
- checking PDF version of manual ... [16s/20s] OK
- checking HTML version of manual ... [9s/12s] OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR