Last updated on 2025-12-06 00:48:43 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0-1 | 5.20 | 60.00 | 65.20 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0-1 | 3.06 | 34.66 | 37.72 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0-1 | 12.00 | 84.84 | 96.84 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.0-1 | 11.00 | 95.13 | 106.13 | NOTE | |
| r-devel-windows-x86_64 | 1.0-1 | 7.00 | 77.00 | 84.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0-1 | 5.32 | 52.45 | 57.77 | NOTE | |
| r-release-linux-x86_64 | 1.0-1 | 4.74 | 55.18 | 59.92 | NOTE | |
| r-release-macos-arm64 | 1.0-1 | NOTE | ||||
| r-release-macos-x86_64 | 1.0-1 | 5.00 | 69.00 | 74.00 | NOTE | |
| r-release-windows-x86_64 | 1.0-1 | 8.00 | 76.00 | 84.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.0-1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0-1 | 4.00 | 60.00 | 64.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0-1 | 10.00 | 91.00 | 101.00 | OK |
Version: 1.0-1
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:
‘query_gesla.R’ ‘query_gesla.Rd’ ‘write_gesla.Rd’
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
Version: 1.0-1
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'DT', 'knitr', 'leaflet', 'leafpop', 'plotly', 'rmarkdown', 'shiny',
'shinyalert', 'shinycssloaders', 'shinyWidgets', 'tidyverse'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(geslaR)
Loading required package: arrow
Some features are not enabled in this build of Arrow. Run `arrow_info()` for more information.
Attaching package: 'arrow'
The following object is masked from 'package:utils':
timestamp
Loading required package: dplyr
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
>
> test_check("geslaR")
i The total size of the dataset is about 7GB, and the download time will depend
on your internet connection
Saving _problems/test-run_gesla_app-6.R
Saving _problems/test-run_gesla_app-26.R
Saving _problems/test-run_gesla_app-35.R
Saving _problems/test-run_gesla_app-59.R
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 17 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-run_gesla_app.R:4:5'): Required packages are available ───────
Expected `length(missing_pkgs)` to equal 0L.
Differences:
`actual`: 9
`expected`: 0
The following required packages are missing: tidyverse, shiny, shinyWidgets, leaflet, shinycssloaders, shinyalert, leafpop, plotly, DT
── Error ('test-run_gesla_app.R:25:5'): Dataset download prompt works as expected when user declines ──
Error in `run_gesla_app(app_dest = app_dest, open = FALSE)`:
x The following packages are required to run the GESLA app: tidyverse, shiny, shinyWidgets, leaflet, shinycssloaders, shinyalert, leafpop, plotly, and DT
i Consider installing each one with `install.packages('name')`
i Or reinstall the geslaR package with `remotes::install_github('EireExtremes/geslaR', dependencies = TRUE)`. In this case you will need to restart your R session.
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-run_gesla_app.R:25:5
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─geslaR::run_gesla_app(app_dest = app_dest, open = FALSE)
── Error ('test-run_gesla_app.R:33:5'): Use overwrite when no dataset is present ──
Error in `run_gesla_app(app_dest = app_dest, overwrite = TRUE, open = FALSE)`:
x The following packages are required to run the GESLA app: tidyverse, shiny, shinyWidgets, leaflet, shinycssloaders, shinyalert, leafpop, plotly, and DT
i Consider installing each one with `install.packages('name')`
i Or reinstall the geslaR package with `remotes::install_github('EireExtremes/geslaR', dependencies = TRUE)`. In this case you will need to restart your R session.
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-run_gesla_app.R:33:5
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─geslaR::run_gesla_app(...)
── Error ('test-run_gesla_app.R:57:5'): Dataset overwrite prompt works as expected when user declines ──
Error in `run_gesla_app(app_dest = app_dest, overwrite = TRUE, open = FALSE)`:
x The following packages are required to run the GESLA app: tidyverse, shiny, shinyWidgets, leaflet, shinycssloaders, shinyalert, leafpop, plotly, and DT
i Consider installing each one with `install.packages('name')`
i Or reinstall the geslaR package with `remotes::install_github('EireExtremes/geslaR', dependencies = TRUE)`. In this case you will need to restart your R session.
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-run_gesla_app.R:57:5
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─geslaR::run_gesla_app(...)
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 17 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0-1
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc