Last updated on 2026-06-08 04:49:44 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.3 | 1.86 | 42.21 | 44.07 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.3 | 1.43 | 29.73 | 31.16 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.3 | 66.69 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 3.00 | 68.38 | 71.38 | OK | |
| r-devel-windows-x86_64 | 0.1.3 | 4.00 | 62.00 | 66.00 | OK | |
| r-patched-linux-x86_64 | 0.1.3 | 1.31 | 35.40 | 36.71 | OK | |
| r-release-linux-x86_64 | 0.1.3 | 1.71 | 36.20 | 37.91 | OK | |
| r-release-macos-arm64 | 0.1.3 | 1.00 | 13.00 | 14.00 | OK | |
| r-release-macos-x86_64 | 0.1.3 | 2.00 | 44.00 | 46.00 | OK | |
| r-release-windows-x86_64 | 0.1.3 | 3.00 | 58.00 | 61.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.3 | 2.00 | 34.00 | 36.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.3 | 5.00 | 69.00 | 74.00 | OK |
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in ‘starwarsdb-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: starwars_db
> ### Title: Connect to the Star Wars Database
> ### Aliases: starwars_db starwars_connect starwars_disconnect
>
> ### ** Examples
>
> # Manually connect using {duckdb} and {DBI}
> con <- DBI::dbConnect(
+ duckdb::duckdb(),
+ dbdir = starwars_db(),
+ read_only = TRUE
+ )
>
> if (requireNamespace("dplyr", quietly = TRUE)) {
+ dplyr::tbl(con, "films")
+ }
Error in check_dbplyr() :
The package "dbplyr" is required to communicate with database backends.
Calls: <Anonymous> ... tbl.DBIConnection -> check_dbplyr -> check_installed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc