Last updated on 2020-08-07 01:49:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.8.2 | 4.37 | 40.68 | 45.05 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.8.2 | 3.36 | 31.23 | 34.59 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.8.2 | 62.00 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.8.2 | 131.64 | NOTE | |||
r-devel-windows-ix86+x86_64 | 3.8.2 | 18.00 | 70.00 | 88.00 | ERROR | |
r-patched-linux-x86_64 | 3.8.2 | 3.87 | 40.24 | 44.11 | NOTE | |
r-patched-solaris-x86 | 3.8.2 | 80.30 | NOTE | |||
r-release-linux-x86_64 | 3.8.2 | 4.14 | 40.38 | 44.52 | NOTE | |
r-release-macos-x86_64 | 3.8.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 3.8.2 | 14.00 | 74.00 | 88.00 | NOTE | |
r-oldrel-macos-x86_64 | 3.8.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 3.8.2 | 16.00 | 73.00 | 89.00 | NOTE |
Version: 3.8.2
Check: R code for possible problems
Result: NOTE
Found the following possibly unsafe calls:
File 'gtools/R/unByteCode.R':
unlockBinding(name, env = env)
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 3.8.2
Check: Rd cross-references
Result: NOTE
Undeclared packages ‘taxize’, ‘SGP’, ‘car’, ‘gplots’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 3.8.2
Check: running tests for arch ‘i386’
Result: ERROR
Running 'smartbind_Dates.R' [0s]
Running 'smartbind_emptynames.R' [0s]
Running 'test_binsearch.R' [1s]
Running 'test_ddirichlet.R' [0s]
Running 'test_mixedorder.R' [1s]
Running 'test_setTCPNoDelay.R' [1s]
Running the tests in 'tests/test_setTCPNoDelay.R' failed.
Complete output:
> library('gtools')
>
> host <- "www.r-project.org"
>
> socket <- make.socket(host, 80)
> print(socket)
Socket connection # 752 to on port 80
>
> setTCPNoDelay(socket, TRUE)
>
> write.socket(socket, "GET /\n\n")
> write.socket(socket, "A")
> write.socket(socket, "B\n")
>
> while( (str <- read.socket(socket)) > "" )
+ cat(str)
socket error: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
Error in read.socket(socket) : Error reading data in Rsockread
Execution halted
Flavor: r-devel-windows-ix86+x86_64