Last updated on 2026-02-03 19:51:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 2.37 | 35.81 | 38.18 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 1.89 | 28.06 | 29.95 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 56.73 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 66.42 | ERROR | |||
| r-devel-windows-x86_64 | 0.3.0 | 5.00 | 56.00 | 61.00 | NOTE | |
| r-patched-linux-x86_64 | 0.3.0 | 2.32 | 32.14 | 34.46 | NOTE | |
| r-release-linux-x86_64 | 0.3.0 | 2.41 | 32.21 | 34.62 | NOTE | |
| r-release-macos-arm64 | 0.3.0 | NOTE | ||||
| r-release-macos-x86_64 | 0.3.0 | 2.00 | 46.00 | 48.00 | NOTE | |
| r-release-windows-x86_64 | 0.3.0 | 4.00 | 55.00 | 59.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.3.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.3.0 | 2.00 | 38.00 | 40.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.3.0 | 6.00 | 65.00 | 71.00 | NOTE |
Version: 0.3.0
Check: Rd files
Result: 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); }")
| ^
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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.3.0
Check: tests
Result: 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.3.0
Check: re-building of vignette outputs
Result: 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc