Last updated on 2020-08-07 01:49:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2017.06.19 | 2.36 | 24.59 | 26.95 | OK | |
r-devel-linux-x86_64-debian-gcc | 2017.06.19 | 1.77 | 19.30 | 21.07 | OK | |
r-devel-linux-x86_64-fedora-clang | 2017.06.19 | 41.20 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2017.06.19 | 31.47 | OK | |||
r-devel-windows-ix86+x86_64 | 2017.06.19 | 11.00 | 51.00 | 62.00 | ERROR | |
r-patched-linux-x86_64 | 2017.06.19 | 2.18 | 24.01 | 26.19 | OK | |
r-patched-solaris-x86 | 2017.06.19 | 49.50 | OK | |||
r-release-linux-x86_64 | 2017.06.19 | 2.38 | 24.35 | 26.73 | OK | |
r-release-macos-x86_64 | 2017.06.19 | OK | ||||
r-release-windows-ix86+x86_64 | 2017.06.19 | 11.00 | 53.00 | 64.00 | ERROR | |
r-oldrel-macos-x86_64 | 2017.06.19 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 2017.06.19 | 7.00 | 51.00 | 58.00 | OK |
Version: 2017.06.19
Check: running tests for arch ‘i386’
Result: ERROR
Running 'script.R' [1s]
Running 'testthat.R' [2s]
Running the tests in 'tests/script.R' failed.
Complete output:
> ## I initially tried writing these tests using testthat, but I got
> ## errors when using the system() and system2() functions (bug in
> ## testthat).
> PeakError_compute.R <- system.file(
+ "exampleData", "PeakError_compute.R",
+ mustWork=TRUE,
+ package="PeakError")
> Rscript <- R.home(file.path("bin", "Rscript"))
> exampleData <- system.file("exampleData", package="PeakError", mustWork=TRUE)
> peaks.bed <- file.path(exampleData, "peaks.bed")
> labels.bed <- file.path(exampleData, "labels.bed")
> overlapping.bed <- file.path(exampleData, "overlapping_peaks.bed")
>
> ##test_that("PeakError_compute.R correct", {
> out.file <- tempfile()
> cmd <- paste(Rscript, PeakError_compute.R, peaks.bed, labels.bed, ">", out.file)
> status <- system(cmd)
Error: Usage: compute_error.R peaks.bed labels.bed > errors.bed
Execution halted
> errors <- read.table(out.file, sep="\t", header=TRUE)
Error in file(file, "rt") : cannot open the connection
Calls: read.table -> file
In addition: Warning message:
In file(file, "rt") :
cannot open file 'D:\temp\Rtmp2nN1hB\file2ada044a42b9': No such file or directory
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 2017.06.19
Check: running tests for arch ‘x64’
Result: ERROR
Running 'script.R' [1s]
Running 'testthat.R' [3s]
Running the tests in 'tests/script.R' failed.
Complete output:
> ## I initially tried writing these tests using testthat, but I got
> ## errors when using the system() and system2() functions (bug in
> ## testthat).
> PeakError_compute.R <- system.file(
+ "exampleData", "PeakError_compute.R",
+ mustWork=TRUE,
+ package="PeakError")
> Rscript <- R.home(file.path("bin", "Rscript"))
> exampleData <- system.file("exampleData", package="PeakError", mustWork=TRUE)
> peaks.bed <- file.path(exampleData, "peaks.bed")
> labels.bed <- file.path(exampleData, "labels.bed")
> overlapping.bed <- file.path(exampleData, "overlapping_peaks.bed")
>
> ##test_that("PeakError_compute.R correct", {
> out.file <- tempfile()
> cmd <- paste(Rscript, PeakError_compute.R, peaks.bed, labels.bed, ">", out.file)
> status <- system(cmd)
Error: Usage: compute_error.R peaks.bed labels.bed > errors.bed
Execution halted
> errors <- read.table(out.file, sep="\t", header=TRUE)
Error in file(file, "rt") : cannot open the connection
Calls: read.table -> file
In addition: Warning message:
In file(file, "rt") :
cannot open file 'D:\temp\RtmpoTvzZ6\file1473040e752c2': No such file or directory
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 2017.06.19
Check: running tests for arch ‘i386’
Result: ERROR
Running 'script.R' [1s]
Running 'testthat.R' [3s]
Running the tests in 'tests/script.R' failed.
Complete output:
> ## I initially tried writing these tests using testthat, but I got
> ## errors when using the system() and system2() functions (bug in
> ## testthat).
> PeakError_compute.R <- system.file(
+ "exampleData", "PeakError_compute.R",
+ mustWork=TRUE,
+ package="PeakError")
> Rscript <- R.home(file.path("bin", "Rscript"))
> exampleData <- system.file("exampleData", package="PeakError", mustWork=TRUE)
> peaks.bed <- file.path(exampleData, "peaks.bed")
> labels.bed <- file.path(exampleData, "labels.bed")
> overlapping.bed <- file.path(exampleData, "overlapping_peaks.bed")
>
> ##test_that("PeakError_compute.R correct", {
> out.file <- tempfile()
> cmd <- paste(Rscript, PeakError_compute.R, peaks.bed, labels.bed, ">", out.file)
> status <- system(cmd)
Error: Usage: compute_error.R peaks.bed labels.bed > errors.bed
Execution halted
> errors <- read.table(out.file, sep="\t", header=TRUE)
Error in file(file, "rt") : cannot open the connection
Calls: read.table -> file
In addition: Warning message:
In file(file, "rt") :
cannot open file 'D:\temp\Rtmp4wjZ3M\file170c8774931c8': No such file or directory
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 2017.06.19
Check: running tests for arch ‘x64’
Result: ERROR
Running 'script.R' [1s]
Running 'testthat.R' [3s]
Running the tests in 'tests/script.R' failed.
Complete output:
> ## I initially tried writing these tests using testthat, but I got
> ## errors when using the system() and system2() functions (bug in
> ## testthat).
> PeakError_compute.R <- system.file(
+ "exampleData", "PeakError_compute.R",
+ mustWork=TRUE,
+ package="PeakError")
> Rscript <- R.home(file.path("bin", "Rscript"))
> exampleData <- system.file("exampleData", package="PeakError", mustWork=TRUE)
> peaks.bed <- file.path(exampleData, "peaks.bed")
> labels.bed <- file.path(exampleData, "labels.bed")
> overlapping.bed <- file.path(exampleData, "overlapping_peaks.bed")
>
> ##test_that("PeakError_compute.R correct", {
> out.file <- tempfile()
> cmd <- paste(Rscript, PeakError_compute.R, peaks.bed, labels.bed, ">", out.file)
> status <- system(cmd)
Error: Usage: compute_error.R peaks.bed labels.bed > errors.bed
Execution halted
> errors <- read.table(out.file, sep="\t", header=TRUE)
Error in file(file, "rt") : cannot open the connection
Calls: read.table -> file
In addition: Warning message:
In file(file, "rt") :
cannot open file 'D:\temp\RtmpsdLxXZ\file26b9818264b11': No such file or directory
Execution halted
Flavor: r-release-windows-ix86+x86_64