Last updated on 2020-04-25 01:53:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-6 | 8.38 | 53.63 | 62.01 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1-6 | 6.58 | 48.30 | 54.88 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1-6 | 84.16 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-6 | 87.81 | OK | |||
r-devel-windows-ix86+x86_64 | 1.1-6 | 17.00 | 84.00 | 101.00 | OK | |
r-patched-linux-x86_64 | 1.1-6 | 8.05 | 60.23 | 68.28 | OK | |
r-patched-osx-x86_64 | 1.1-6 | OK | ||||
r-patched-solaris-x86 | 1.1-6 | 106.90 | OK | |||
r-release-linux-x86_64 | 1.1-6 | 7.67 | 55.84 | 63.51 | OK | |
r-release-windows-ix86+x86_64 | 1.1-6 | 19.00 | 79.00 | 98.00 | OK | |
r-release-osx-x86_64 | 1.1-6 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1-6 | 9.00 | 94.00 | 103.00 | OK | |
r-oldrel-osx-x86_64 | 1.1-5 | ERROR |
Version: 1.1-6
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-6
Check: dependencies in R code
Result: NOTE
No protocol specified
No protocol specified
Flavor: r-release-osx-x86_64
Version: 1.1-5
Check: dependencies in R code
Result: NOTE
No protocol specified
No protocol specified
Flavor: r-oldrel-osx-x86_64
Version: 1.1-5
Check: examples
Result: ERROR
Running examples in ‘sfsmisc-Ex.R’ failed
The error most likely occurred in:
> ### Name: pkgLibs
> ### Title: R Package Compiled Code Library Dependencies (on Unix-alikes)
> ### Aliases: pkgLibs
> ### Keywords: interface
>
> ### ** Examples
>
> # for the example only using standard R packages :
> myPkgs <- c("stats", "MASS", "rpart", "Matrix")
> pl <- pkgLibs(myPkgs)
sh: ldd: command not found
Error in system(paste(cmd, so), intern = TRUE) : error in running command
Calls: pkgLibs -> lapply -> FUN -> lapply -> FUN -> sub -> system
Execution halted
Flavor: r-oldrel-osx-x86_64