Last updated on 2025-12-07 07:49:37 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 8.30 | 69.29 | 77.59 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 5.83 | 43.51 | 49.34 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 20.00 | 97.95 | 117.95 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 18.00 | 112.40 | 130.40 | NOTE | |
| r-devel-windows-x86_64 | 0.3.1 | 11.00 | 74.00 | 85.00 | NOTE | |
| r-patched-linux-x86_64 | 0.3.1 | 8.04 | 61.97 | 70.01 | NOTE | |
| r-release-linux-x86_64 | 0.3.1 | 7.80 | 62.00 | 69.80 | NOTE | |
| r-release-macos-arm64 | 0.3.1 | NOTE | ||||
| r-release-macos-x86_64 | 0.3.1 | 7.00 | 71.00 | 78.00 | NOTE | |
| r-release-windows-x86_64 | 0.3.1 | 11.00 | 74.00 | 85.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.3.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.1 | 8.00 | 74.00 | 82.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.1 | 13.00 | 93.00 | 106.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:
‘census2021.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: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'tidyverse'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in ‘bruneimap-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: census2021
> ### Title: Brunei census data 2021
> ### Aliases: census2021
> ### Keywords: datasets
>
> ### ** Examples
>
> library(tidyverse)
Error in library(tidyverse) : there is no package called ‘tidyverse’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.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