Last updated on 2020-08-07 01:50:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-7 | 7.90 | 55.03 | 62.93 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1-7 | 6.79 | 47.78 | 54.57 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1-7 | 94.20 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-7 | 88.65 | OK | |||
r-devel-windows-ix86+x86_64 | 1.1-7 | 17.00 | 82.00 | 99.00 | OK | |
r-patched-linux-x86_64 | 1.1-7 | 7.67 | 61.76 | 69.43 | OK | |
r-patched-solaris-x86 | 1.1-7 | 110.30 | OK | |||
r-release-linux-x86_64 | 1.1-7 | 8.23 | 62.45 | 70.68 | OK | |
r-release-macos-x86_64 | 1.1-7 | OK | ||||
r-release-windows-ix86+x86_64 | 1.1-7 | 18.00 | 114.00 | 132.00 | OK | |
r-oldrel-macos-x86_64 | 1.1-7 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1-7 | 11.00 | 77.00 | 88.00 | OK |
Version: 1.1-7
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
Version: 1.1-7
Check: Rd cross-references
Result: NOTE
Undeclared packages ‘e1071’, ‘Hmisc’, ‘gmp’, ‘pastecs’, ‘polynom’, ‘robustbase’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.1-7
Check: dependencies in R code
Result: NOTE
No protocol specified
No protocol specified
Flavor: r-oldrel-macos-x86_64