Last updated on 2019-05-01 01:52:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-3 | 6.94 | 49.55 | 56.49 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1-3 | 5.70 | 47.27 | 52.97 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1-3 | 77.58 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-3 | 76.58 | OK | |||
r-patched-linux-x86_64 | 1.1-3 | 6.30 | 60.23 | 66.53 | OK | |
r-patched-solaris-x86 | 1.1-3 | 101.00 | OK | |||
r-release-linux-x86_64 | 1.1-3 | 6.52 | 59.28 | 65.80 | OK | |
r-release-windows-ix86+x86_64 | 1.1-3 | 15.00 | 104.00 | 119.00 | OK | |
r-release-osx-x86_64 | 1.1-3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.1-3 | 13.00 | 60.00 | 73.00 | OK | |
r-oldrel-osx-x86_64 | 1.1-3 | OK |
Version: 1.1-3
Check: examples
Result: ERROR
Running examples in 'sfsmisc-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Encoding: UTF-8
>
> ### Name: AsciiToInt
> ### Title: Character to and from Integer Codes Conversion
> ### Aliases: AsciiToInt ichar chars8bit strcodes
> ### Keywords: manip
>
> ### ** Examples
>
> chars8bit(65:70)#-> "A" "B" .. "F"
[1] "A" "B" "C" "D" "E" "F"
> stopifnot(identical(LETTERS, chars8bit(65:90)),
+ identical(AsciiToInt(LETTERS), 65:90))
>
> ## may only work in ISO-latin1 locale (not in UTF-8):
> <ERROR: re-encoding failure from encoding 'latin1'>
try( strcodes(c(a= "ABC", ch="1234", place = "ZÃ...
+ ## in "latin-1" gives {otherwise should give NA instead of 252}:
Error: unexpected symbol in:
"try( strcodes(c(a= "ABC", ch="1234", place = "ZÃ...
## in "latin"
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang