Last updated on 2022-09-11 12:56:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2022.4.6 | 9.86 | 125.43 | 135.29 | OK | |
r-devel-linux-x86_64-debian-gcc | 2022.4.6 | 6.17 | 92.82 | 98.99 | OK | |
r-devel-linux-x86_64-fedora-clang | 2022.4.6 | 169.15 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2022.4.6 | 164.21 | OK | |||
r-devel-windows-x86_64 | 2022.4.6 | 38.00 | 160.00 | 198.00 | OK | |
r-patched-linux-x86_64 | 2022.4.6 | 8.68 | 117.82 | 126.50 | OK | |
r-release-linux-x86_64 | 2022.4.6 | 8.96 | 115.61 | 124.57 | OK | |
r-release-macos-arm64 | 2022.4.6 | 49.00 | OK | |||
r-release-macos-x86_64 | 2022.4.6 | 86.00 | OK | |||
r-release-windows-x86_64 | 2022.4.6 | 43.00 | 163.00 | 206.00 | OK | |
r-oldrel-macos-arm64 | 2022.4.6 | 48.00 | OK | |||
r-oldrel-macos-x86_64 | 2022.4.6 | 73.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2022.4.6 | 29.00 | 176.00 | 205.00 | ERROR |
Version: 2022.4.6
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'PeakSegJoint-Ex.R' failed
The error most likely occurred in:
> ### Name: PeakSegJointError
> ### Title: PeakSegJointError
> ### Aliases: PeakSegJointError
>
> ### ** Examples
>
>
> library(PeakSegJoint)
> data(H3K36me3.TDH.other.chunk1, envir=environment())
> lims <- c(43000000, 43200000) # left
> some.counts <-
+ subset(H3K36me3.TDH.other.chunk1$counts,
+ lims[1] < chromEnd & chromStart < lims[2])
> some.regions <-
+ subset(H3K36me3.TDH.other.chunk1$regions,
+ lims[1] < chromEnd & chromStart < lims[2])
> fit <- PeakSegJointSeveral(some.counts)
Flavor: r-oldrel-windows-ix86+x86_64
Version: 2022.4.6
Check: running tests for arch ‘x64’
Result: ERROR
Running 'testthat.R' [2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> suite <- Sys.getenv("TEST_SUITE")
> if(suite=="")suite <- NULL
> test_check("PeakSegJoint", filter=suite)
Loading required package: PeakSegJoint
Flavor: r-oldrel-windows-ix86+x86_64