Last updated on 2025-06-11 05:49:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.3 | 3.69 | 47.25 | 50.94 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.3 | 2.84 | 37.26 | 40.10 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.3 | 79.31 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 88.62 | NOTE | |||
r-devel-windows-x86_64 | 0.2.3 | 6.00 | 0.00 | 6.00 | FAIL | |
r-patched-linux-x86_64 | 0.2.3 | 4.25 | 45.01 | 49.26 | NOTE | |
r-release-linux-x86_64 | 0.2.3 | 3.74 | 43.80 | 47.54 | NOTE | |
r-release-macos-arm64 | 0.2.3 | 57.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.3 | 84.00 | NOTE | |||
r-release-windows-x86_64 | 0.2.3 | 6.00 | 78.00 | 84.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2.3 | 59.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.3 | 99.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.3 | 7.00 | 90.00 | 97.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:
‘higher_order_metadata.R’
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.2.3
Check: PDF version of manual
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
+ }
# A tibble: 8 × 4
kpi year value municipality
<chr> <int> <dbl> <chr>
1 N45933 2016 24.8 Malmö
2 N45933 2017 26.7 Malmö
3 N45933 2018 38.0 Malmö
4 N45933 2019 35.6 Malmö
5 N45933 2020 30.3 Malmö
6 N45933 2021 21.2 Malmö
7 N45933 2022 24.2 Malmö
8 N45933 2023 43.6 Malmö
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 3.87 0.19 7.66 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64