Last updated on 2022-04-27 11:53:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 6.6 | 8.20 | 76.71 | 84.91 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 6.6 | 5.95 | 57.89 | 63.84 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 6.6 | 99.43 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 6.6 | 97.61 | ERROR | |||
r-devel-windows-x86_64 | 6.6 | 70.00 | 121.00 | 191.00 | OK | |
r-patched-linux-x86_64 | 6.6 | 8.59 | 73.15 | 81.74 | NOTE | |
r-release-linux-x86_64 | 6.6 | 7.44 | 72.56 | 80.00 | NOTE | |
r-release-macos-arm64 | 6.6 | 35.00 | OK | |||
r-release-macos-x86_64 | 6.6 | 58.00 | OK | |||
r-release-windows-x86_64 | 6.6 | 61.00 | 123.00 | 184.00 | OK | |
r-oldrel-macos-arm64 | 6.6 | 45.00 | OK | |||
r-oldrel-macos-x86_64 | 6.6 | 70.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 6.6 | 14.00 | 95.00 | 109.00 | OK |
Version: 6.6
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
'tex.table.tex'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 6.6
Check: examples
Result: ERROR
Running examples in ‘cwhmisc-Ex.R’ failed
The error most likely occurred in:
> ### Name: cpos
> ### Title: Find the position of a substring
> ### Aliases: cpos cposV cposR issubstr
> ### Keywords: misc character
>
> ### ** Examples
>
> cpos(" Baldrian","a",5) # 3
[1] 3
> cpos("Baldrian","B",15) # NA
[1] NA
> cposR(" Baldabcrian abcf","abc")
Error in !is.na(x) && min(y) <= x :
'length = 2' in coercion to 'logical(1)'
Calls: cposR -> inrange
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc