Last updated on 2022-09-11 12:56:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5 | 6.94 | 85.87 | 92.81 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.5 | 4.13 | 67.36 | 71.49 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5 | 132.71 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5 | 122.09 | OK | |||
r-devel-windows-x86_64 | 0.5 | 26.00 | 131.00 | 157.00 | OK | |
r-patched-linux-x86_64 | 0.5 | 7.03 | 87.30 | 94.33 | OK | |
r-release-linux-x86_64 | 0.5 | 4.61 | 85.03 | 89.64 | OK | |
r-release-macos-arm64 | 0.5 | 36.00 | OK | |||
r-release-macos-x86_64 | 0.5 | 57.00 | OK | |||
r-release-windows-x86_64 | 0.5 | 26.00 | 132.00 | 158.00 | OK | |
r-oldrel-macos-arm64 | 0.5 | 35.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5 | 65.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.5 | 18.00 | 118.00 | 136.00 | OK |
Version: 0.5
Check: examples
Result: ERROR
Running examples in 'rimu-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: mr_flatten
> ### Title: Flatten a multiple-response object into a factor
> ### Aliases: mr_flatten
> ### Keywords: manip
>
> ### ** Examples
>
> data(ethnicity)
> ethnicity
[1] "European" "European+Maori" "Maori"
[4] "Maori+Pacific" "?European+?Maori" "European+?Maori+Asian"
>
> ## NZ 'prioritised ethnicity'
> eth <- mr_na(mr_recode(ethnicity, `European/Other`="European", `European/Other` = "MELAA"), FALSE)
> <ERROR: re-encoding failure from encoding 'UTF-8'>
mr_flatten(eth, c("M...
+ <ERROR: re-encoding failure from encoding 'UTF-8'>
mr_flatten(eth, c("M...
Error: unexpected symbol in:
"mr_flatten(eth, c("M...
mr_flatten(eth, c("M..."
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang