Last updated on 2019-10-16 10:48:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.21 | 23.65 | 25.86 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.96 | 19.45 | 21.41 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 34.22 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 31.72 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.0.0 | 5.00 | 65.00 | 70.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 1.99 | 23.64 | 25.63 | OK | |
r-patched-solaris-x86 | 1.0.0 | 52.90 | OK | |||
r-release-linux-x86_64 | 1.0.0 | 2.03 | 23.48 | 25.51 | OK | |
r-release-windows-ix86+x86_64 | 1.0.0 | 4.00 | 37.00 | 41.00 | OK | |
r-release-osx-x86_64 | 1.0.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 2.00 | 38.00 | 40.00 | OK | |
r-oldrel-osx-x86_64 | 1.0.0 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘Rclean-Ex.R’ failed
The error most likely occurred in:
> ### Name: write.code
> ### Title: write.code - Write code to disk. OUTPUT = Writes out code from
> ### an object to a specified file.
> ### Aliases: write.code
>
> ### ** Examples
>
> data(prov_json)
> options(prov.json = prov_json)
> some.code <- c("x <- 1", "y <- x + 1")
> write.code(some.code) # copies to clipboard by default
sh: xclip: command not found
Error in close.connection(fileConn) : ignoring SIGPIPE signal
Calls: write.code -> close -> close.connection
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc