* using log directory 'd:/Rcompile/CRANpkg/local/4.5/rpivotTable.Rcheck' * using R version 4.5.2 (2025-10-31 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'rpivotTable' can be installed ... OK * checking installed package size ... OK * 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 ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] 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 ... [2s] OK * checking Rd files ... [1s] 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 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 ... [2s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [2s] ERROR Running 'testthat.R' [2s] 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 ───────────────────────────── 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 ... [4s] ERROR Error(s) in re-building vignettes: --- re-building 'NEWS.Rmd' using rmarkdown --- finished re-building 'NEWS.Rmd' --- re-building 'rpivotTableIntroduction.Rmd' using rmarkdown Quitting from rpivotTableIntroduction.Rmd:102-110 [unnamed-chunk-8] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 ... [19s] OK * checking HTML version of manual ... [1s] OK * DONE Status: 2 ERRORs, 1 NOTE