Last updated on 2022-08-15 08:50:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2022.4.6 | 8.37 | 124.49 | 132.86 | OK | |
r-devel-linux-x86_64-debian-gcc | 2022.4.6 | 7.60 | 92.48 | 100.08 | OK | |
r-devel-linux-x86_64-fedora-clang | 2022.4.6 | 169.15 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2022.4.6 | 171.47 | OK | |||
r-devel-windows-x86_64 | 2022.4.6 | 35.00 | 157.00 | 192.00 | OK | |
r-patched-linux-x86_64 | 2022.4.6 | 7.38 | 119.51 | 126.89 | OK | |
r-release-linux-x86_64 | 2022.4.6 | 9.61 | 117.26 | 126.87 | 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 | 22.00 | 154.00 | 176.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 | 28.00 | 173.00 | 201.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