Last updated on 2025-01-23 19:49:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.3 | 4.38 | 92.38 | 96.76 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.3 | 3.38 | 64.54 | 67.92 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.3 | 174.10 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 160.89 | OK | |||
r-devel-windows-x86_64 | 0.2.3 | 9.00 | 108.00 | 117.00 | OK | |
r-patched-linux-x86_64 | 0.2.3 | 5.26 | 88.16 | 93.42 | OK | |
r-release-linux-x86_64 | 0.2.3 | 5.02 | 87.95 | 92.97 | OK | |
r-release-macos-arm64 | 0.2.2 | 221.00 | ERROR | |||
r-release-macos-x86_64 | 0.2.3 | 394.00 | ERROR | |||
r-release-windows-x86_64 | 0.2.3 | 6.00 | 103.00 | 109.00 | OK | |
r-oldrel-macos-arm64 | 0.2.2 | 274.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.2.2 | 419.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.2.3 | 9.00 | 130.00 | 139.00 | OK |
Version: 0.2.3
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘helper_functions.R’ ‘select_async_f.R’ ‘select_query_f.R’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [112s/174s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> Sys.setenv("R_TEST" = "")
> library(testthat)
> library(shinyscholar)
Loading required package: gargoyle
Attaching package: 'gargoyle'
The following object is masked from 'package:testthat':
watch
Loading required package: leaflet
Loading required package: shiny
> library(shinytest2)
>
> test_check("shinyscholar")
/usr/local/bin/pandoc +RTS -K512m -RTS shinyscholar-session-2025-01-17.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output shinyscholar-session-2025-01-17.html --lua-filter /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/rmarkdown/rmarkdown/lua/latex-div.lua --self-contained --variable bs3=TRUE --section-divs --template /Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /var/folders/k4/0jwzxmln0nb8y6rkzprptb640000gq/T//Rtmp3ZaLEB/rmarkdown-strd0d27be7bcec.html
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'shinyscholar-session-2025-01-17.knit' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
Error in app_download(self, private, output = output, name = name, save_dir = save_dir, :
Download from '#core_save-save_session' failed
[1] "plot_hist_test setup failed - retrying"
[ FAIL 3 | WARN 0 | SKIP 9 | PASS 144 ]
══ Skipped tests (9) ═══════════════════════════════════════════════════════════
• On CRAN (9): 'test-save_and_load.R:121:5', 'test-select_async.R:4:5',
'test-select_async.R:33:5', 'test-select_async.R:44:5',
'test-select_async.R:56:5', 'test-select_query.R:4:5',
'test-select_query.R:35:5', 'test-select_query.R:47:5',
'test-select_query.R:59:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-create_template.R:137:3'): Check create template function works as expected ──
Error: A package on CRAN already uses that name
Backtrace:
▆
1. ├─shinyscholar::create_template(...) at test-create_template.R:137:3
2. │ └─logger %>% ...
3. └─shinyscholar::writeLog(., type = "error", "A package on CRAN already uses that name")
── Error ('test-create_template.R:174:3'): Check create template function works with false settings ──
Error: A package on CRAN already uses that name
Backtrace:
▆
1. ├─shinyscholar::create_template(...) at test-create_template.R:174:3
2. │ └─logger %>% ...
3. └─shinyscholar::writeLog(., type = "error", "A package on CRAN already uses that name")
── Error ('test-metadata.R:112:5'): Check that lines added by metadata are functional ──
Error: A package on CRAN already uses that name
Backtrace:
▆
1. ├─shinyscholar::create_template(...) at test-metadata.R:112:5
2. │ └─logger %>% ...
3. └─shinyscholar::writeLog(., type = "error", "A package on CRAN already uses that name")
[ FAIL 3 | WARN 0 | SKIP 9 | PASS 144 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-arm64
Version: 0.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [244s/300s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> Sys.setenv("R_TEST" = "")
> library(testthat)
> library(shinyscholar)
Loading required package: gargoyle
Attaching package: 'gargoyle'
The following object is masked from 'package:testthat':
watch
Loading required package: leaflet
Loading required package: shiny
> library(shinytest2)
>
> test_check("shinyscholar")
{shinytest2} query failed (500)----------------------
URL: http://127.0.0.1:6070/session/50d0ce108621168b4e6d298e3746bc17/download/rep_markdown-dlRMD?w=
<html>
<head lang = "en">
<title>An error has occurred</title>
</head>
<body>
<h1>An error has occurred!</h1>
<p>pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).</p>
</body>
</html>
----------------------------------------
Error in app_download(self, private, output = output, name = name, save_dir = save_dir, :
Download from '#core_save-save_session' failed
[1] "save_scat_test setup failed - retrying"
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 160 ]
══ Skipped tests (10) ══════════════════════════════════════════════════════════
• On CRAN (9): 'test-save_and_load.R:121:5', 'test-select_async.R:4:5',
'test-select_async.R:33:5', 'test-select_async.R:44:5',
'test-select_async.R:56:5', 'test-select_query.R:4:5',
'test-select_query.R:35:5', 'test-select_query.R:47:5',
'test-select_query.R:59:5'
• Sys.which("pandoc") == "" is TRUE (1): 'test-downloads.R:4:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-metadata.R:149:5'): Check that lines added by metadata are functional ──
Error in `app_httr_get(self, private, full_url)`: Unable request data from server
Backtrace:
▆
1. └─app$get_download("rep_markdown-dlRMD") at test-metadata.R:149:5
2. └─shinytest2:::app_get_download(...)
3. └─shinytest2:::app_download(...)
4. └─shinytest2:::app_httr_get(self, private, full_url)
5. └─shinytest2:::app_abort(self, private, "Unable request data from server")
6. └─rlang::abort(..., app = self, call = call)
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 160 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [150s/224s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> Sys.setenv("R_TEST" = "")
> library(testthat)
> library(shinyscholar)
Loading required package: gargoyle
Attaching package: 'gargoyle'
The following object is masked from 'package:testthat':
watch
Loading required package: leaflet
Loading required package: shiny
> library(shinytest2)
>
> test_check("shinyscholar")
/usr/local/bin/pandoc +RTS -K512m -RTS shinyscholar-session-2025-01-17.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output shinyscholar-session-2025-01-17.html --lua-filter /Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/rmarkdown/rmarkdown/lua/latex-div.lua --self-contained --variable bs3=TRUE --section-divs --template /Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /var/folders/k4/0jwzxmln0nb8y6rkzprptb640000gq/T//RtmpJVSCau/rmarkdown-strdb761cfa7a13.html
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'shinyscholar-session-2025-01-17.knit' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
[ FAIL 3 | WARN 0 | SKIP 9 | PASS 144 ]
══ Skipped tests (9) ═══════════════════════════════════════════════════════════
• On CRAN (9): 'test-save_and_load.R:121:5', 'test-select_async.R:4:5',
'test-select_async.R:33:5', 'test-select_async.R:44:5',
'test-select_async.R:56:5', 'test-select_query.R:4:5',
'test-select_query.R:35:5', 'test-select_query.R:47:5',
'test-select_query.R:59:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-create_template.R:137:3'): Check create template function works as expected ──
Error: A package on CRAN already uses that name
Backtrace:
▆
1. ├─shinyscholar::create_template(...) at test-create_template.R:137:3
2. │ └─logger %>% ...
3. └─shinyscholar::writeLog(., type = "error", "A package on CRAN already uses that name")
── Error ('test-create_template.R:174:3'): Check create template function works with false settings ──
Error: A package on CRAN already uses that name
Backtrace:
▆
1. ├─shinyscholar::create_template(...) at test-create_template.R:174:3
2. │ └─logger %>% ...
3. └─shinyscholar::writeLog(., type = "error", "A package on CRAN already uses that name")
── Error ('test-metadata.R:112:5'): Check that lines added by metadata are functional ──
Error: A package on CRAN already uses that name
Backtrace:
▆
1. ├─shinyscholar::create_template(...) at test-metadata.R:112:5
2. │ └─logger %>% ...
3. └─shinyscholar::writeLog(., type = "error", "A package on CRAN already uses that name")
[ FAIL 3 | WARN 0 | SKIP 9 | PASS 144 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [212s/325s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> Sys.setenv("R_TEST" = "")
> library(testthat)
> library(shinyscholar)
Loading required package: gargoyle
Attaching package: 'gargoyle'
The following object is masked from 'package:testthat':
watch
Loading required package: leaflet
Loading required package: shiny
> library(shinytest2)
>
> test_check("shinyscholar")
{shinytest2} query failed (500)----------------------
URL: http://127.0.0.1:4935/session/1e25d409a1025a175319e65497150918/download/rep_markdown-dlRMD?w=
<html>
<head lang = "en">
<title>An error has occurred</title>
</head>
<body>
<h1>An error has occurred!</h1>
<p>pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).</p>
</body>
</html>
----------------------------------------
[ FAIL 4 | WARN 0 | SKIP 9 | PASS 140 ]
══ Skipped tests (9) ═══════════════════════════════════════════════════════════
• On CRAN (9): 'test-save_and_load.R:121:5', 'test-select_async.R:4:5',
'test-select_async.R:33:5', 'test-select_async.R:44:5',
'test-select_async.R:56:5', 'test-select_query.R:4:5',
'test-select_query.R:35:5', 'test-select_query.R:47:5',
'test-select_query.R:59:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-create_template.R:137:3'): Check create template function works as expected ──
Error: A package on CRAN already uses that name
Backtrace:
▆
1. ├─shinyscholar::create_template(...) at test-create_template.R:137:3
2. │ └─logger %>% ...
3. └─shinyscholar::writeLog(., type = "error", "A package on CRAN already uses that name")
── Error ('test-create_template.R:174:3'): Check create template function works with false settings ──
Error: A package on CRAN already uses that name
Backtrace:
▆
1. ├─shinyscholar::create_template(...) at test-create_template.R:174:3
2. │ └─logger %>% ...
3. └─shinyscholar::writeLog(., type = "error", "A package on CRAN already uses that name")
── Error ('test-downloads.R:14:5'): {shinytest2} recording: e2e_markdown ───────
Error in `app_httr_get(self, private, full_url)`: Unable request data from server
Backtrace:
▆
1. └─app$get_download("rep_markdown-dlRMD") at test-downloads.R:14:5
2. └─shinytest2:::app_get_download(...)
3. └─shinytest2:::app_download(...)
4. └─shinytest2:::app_httr_get(self, private, full_url)
5. └─shinytest2:::app_abort(self, private, "Unable request data from server")
6. └─rlang::abort(..., app = self, call = call)
── Error ('test-metadata.R:112:5'): Check that lines added by metadata are functional ──
Error: A package on CRAN already uses that name
Backtrace:
▆
1. ├─shinyscholar::create_template(...) at test-metadata.R:112:5
2. │ └─logger %>% ...
3. └─shinyscholar::writeLog(., type = "error", "A package on CRAN already uses that name")
[ FAIL 4 | WARN 0 | SKIP 9 | PASS 140 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64