Last updated on 2025-12-06 00:49:05 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 4.49 | 52.62 | 57.11 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 3.18 | 26.99 | 30.17 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 14.00 | 71.37 | 85.37 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 18.00 | 70.07 | 88.07 | NOTE | |
| r-devel-windows-x86_64 | 0.3.1 | 8.00 | 74.00 | 82.00 | NOTE | |
| r-patched-linux-x86_64 | 0.3.1 | 5.57 | 46.51 | 52.08 | NOTE | |
| r-release-linux-x86_64 | 0.3.1 | 4.29 | 48.54 | 52.83 | NOTE | |
| r-release-macos-arm64 | 0.3.1 | NOTE | ||||
| r-release-macos-x86_64 | 0.3.1 | 6.00 | 51.00 | 57.00 | NOTE | |
| r-release-windows-x86_64 | 0.3.1 | 8.00 | 71.00 | 79.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.3.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.1 | 6.00 | 46.00 | 52.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.1 | 11.00 | 87.00 | 98.00 | OK |
Version: 0.3.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:
‘county_complete.Rd’ ‘fatal_police_shootings.Rd’ ‘gerrymander.Rd’
‘pierce_county_house_sales.Rd’ ‘pop_age_2019.Rd’ ‘pop_race_2019.Rd’
‘state_stats.Rd’ ‘us_temp.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: 0.3.1
Check: examples
Result: ERROR
Running examples in ‘usdata-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: us_temp
> ### Title: US Temperature Data
> ### Aliases: us_temp
> ### Keywords: datasets
>
> ### ** Examples
>
>
> library(ggplot2)
> library(maps)
> library(sf)
Error in library(sf) : there is no package called ‘sf’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc