Last updated on 2026-02-11 03:50:28 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | ERROR | ||||
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 1.86 | 27.63 | 29.49 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 56.73 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 4.00 | 67.36 | 71.36 | ERROR | |
| r-devel-windows-x86_64 | 0.3.0 | 5.00 | 55.00 | 60.00 | ERROR | |
| r-patched-linux-x86_64 | 0.3.0 | 2.54 | 31.30 | 33.84 | ERROR | |
| r-release-linux-x86_64 | 0.3.0 | 2.19 | 31.13 | 33.32 | ERROR | |
| 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 | 62.00 | 68.00 | ERROR |
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’ [2s/3s]
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
Flavor: r-devel-linux-x86_64-debian-clang
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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
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
Flavor: r-devel-linux-x86_64-debian-gcc
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
Version: 0.3.0
Check: tests
Result: 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 ─────────────────────────────
<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-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.3.0
Check: re-building of vignette outputs
Result: 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/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-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/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 ─────────────────────────────
<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-patched-linux-x86_64, r-release-linux-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.