- using R Under development (unstable) (2026-02-07 r89380)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
* current time: 2026-02-09 21:22:20 UTC
- using option ‘--no-stop-on-test-error’
- checking for file ‘rpivotTable/DESCRIPTION’ ... OK
- this is package ‘rpivotTable’ version ‘0.3.0’
- 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 ‘rpivotTable’ can be installed ... [4s/10s] OK
See the install log for details.
- checking package directory ... OK
- checking ‘build’ 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 code 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 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 ... [5s/15s] OK
- checking Rd files ... NOTE
checkRd: (-1) rpivotTable.Rd:60: Lost braces; missing escapes or markup?
60 | An example is: onRefresh=htmlwidgets::JS("function(config) { Shiny.onInputChange('myPivotData', config); }")
| ^
- 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 installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rpivotTable)
>
> test_check("rpivotTable")
Saving _problems/test_data-25.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 21 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_data.R:22:3'): data is not changed ─────────────────────────────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `tbl_df()` was deprecated in dplyr 1.0.0 and is now defunct.
ℹ Please use `tibble::as_tibble()` instead.
Backtrace:
▆
1. ├─testthat::expect_is(rpivotTable(tbl_df(iris))$x$data, "tbl_df") at test_data.R:22:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─rpivotTable::rpivotTable(tbl_df(iris))
5. │ └─base::intersect(...)
6. └─dplyr::tbl_df(iris)
7. └─lifecycle::deprecate_stop("1.0.0", "tbl_df()", "tibble::as_tibble()")
8. └─lifecycle:::deprecate_stop0(msg)
9. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 21 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [19s/44s] ERROR
Error(s) in re-building vignettes:
--- re-building ‘NEWS.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘NEWS.Rmd’
--- re-building ‘rpivotTableIntroduction.Rmd’ using rmarkdown
Quitting from rpivotTableIntroduction.Rmd:102-110 [unnamed-chunk-8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/lifecycle_error_deprecated>
Error:
! `tbl_df()` was deprecated in dplyr 1.0.0 and is now defunct.
ℹ Please use `tibble::as_tibble()` instead.
---
Backtrace:
▆
1. ├─... %>% ...
2. ├─rpivotTable::rpivotTable(., rows = "Sepal.Width", rendererName = "Treemap")
3. │ └─base::intersect(...)
4. ├─dplyr::filter(., Sepal.Width > 3 & Sepal.Length > 5)
5. └─dplyr::tbl_df(.)
6. └─lifecycle::deprecate_stop("1.0.0", "tbl_df()", "tibble::as_tibble()")
7. └─lifecycle:::deprecate_stop0(msg)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'rpivotTableIntroduction.Rmd' failed with diagnostics:
`tbl_df()` was deprecated in dplyr 1.0.0 and is now defunct.
ℹ Please use `tibble::as_tibble()` instead.
--- failed re-building ‘rpivotTableIntroduction.Rmd’
SUMMARY: processing the following file failed:
‘rpivotTableIntroduction.Rmd’
Error: Vignette re-building failed.
Execution halted
- checking PDF version of manual ... [7s/15s] OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 2 ERRORs, 1 NOTE