Last updated on 2025-02-20 14:51:07 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 17.83 | 215.91 | 233.74 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.3 | 15.51 | 162.41 | 177.92 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 374.57 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 390.48 | OK | |||
r-devel-macos-arm64 | 0.1.3 | 111.00 | OK | |||
r-devel-macos-x86_64 | 0.1.3 | 239.00 | OK | |||
r-devel-windows-x86_64 | 0.1.3 | 21.00 | 326.00 | 347.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.3 | 16.11 | 211.22 | 227.33 | OK | |
r-release-linux-x86_64 | 0.1.3 | 15.63 | 211.94 | 227.57 | OK | |
r-release-macos-arm64 | 0.1.3 | 151.00 | OK | |||
r-release-macos-x86_64 | 0.1.3 | 283.00 | OK | |||
r-release-windows-x86_64 | 0.1.3 | 18.00 | 362.00 | 380.00 | ERROR |
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in 'rplec-Ex.R' failed
The error most likely occurred in:
> ### Name: download_beta_values_control
> ### Title: Access Beta values at individual CpG sites for control group
> ### Aliases: download_beta_values_control
> ### Keywords: dataset
>
> ### ** Examples
>
>
> beta_values_control <- download_beta_values_control()
trying URL 'https://raw.githubusercontent.com/herdiantrisufriyana/rplec/master/data/beta_values_control.rda'
Content type 'application/octet-stream' length 18548263 bytes (17.7 MB)
================================================
downloaded 17.2 MB
Warning in utils::download.file(url, temp, mode = "wb") :
downloaded length 17988544 != reported length 18548263
Warning in utils::download.file(url, temp, mode = "wb") :
URL 'https://raw.githubusercontent.com/herdiantrisufriyana/rplec/master/data/beta_values_control.rda': Timeout of 60 seconds was reached
Error in utils::download.file(url, temp, mode = "wb") :
download from 'https://raw.githubusercontent.com/herdiantrisufriyana/rplec/master/data/beta_values_control.rda' failed
Calls: download_beta_values_control -> <Anonymous>
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in 'rplec-Ex.R' failed
The error most likely occurred in:
> ### Name: download_beta_values_case
> ### Title: Access Beta values at individual CpG sites for case group
> ### Aliases: download_beta_values_case
> ### Keywords: dataset
>
> ### ** Examples
>
>
> beta_values_case <- download_beta_values_case()
trying URL 'https://raw.githubusercontent.com/herdiantrisufriyana/rplec/master/data/beta_values_case.rda'
Content type 'application/octet-stream' length 18750575 bytes (17.9 MB)
=====================================
downloaded 13.5 MB
Warning in utils::download.file(url, temp, mode = "wb") :
downloaded length 14179136 != reported length 18750575
Warning in utils::download.file(url, temp, mode = "wb") :
URL 'https://raw.githubusercontent.com/herdiantrisufriyana/rplec/master/data/beta_values_case.rda': Timeout of 60 seconds was reached
Error in utils::download.file(url, temp, mode = "wb") :
download from 'https://raw.githubusercontent.com/herdiantrisufriyana/rplec/master/data/beta_values_case.rda' failed
Calls: download_beta_values_case -> <Anonymous>
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.1.3
Check: tests
Result: ERROR
Running 'testthat.R' [101s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(rplec)
>
> test_check("rplec")
trying URL 'https://raw.githubusercontent.com/herdiantrisufriyana/rplec/master/data/beta_values_case.rda'
Content type 'application/octet-stream' length 18750575 bytes (17.9 MB)
==================================================
downloaded 17.9 MB
trying URL 'https://raw.githubusercontent.com/herdiantrisufriyana/rplec/master/data/beta_values_case.rda'
Content type 'application/octet-stream' length 18750575 bytes (17.9 MB)
==============================
downloaded 10.9 MB
trying URL 'https://raw.githubusercontent.com/herdiantrisufriyana/rplec/master/data/beta_values_case.rda'
Content type 'application/octet-stream' length 18750575 bytes (17.9 MB)
==================================================
downloaded 17.9 MB
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 31 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-plec.R:5:3'): plec validates inputs correctly ──────────────────
Error in `utils::download.file(url, temp, mode = "wb")`: download from 'https://raw.githubusercontent.com/herdiantrisufriyana/rplec/master/data/beta_values_case.rda' failed
Backtrace:
▆
1. └─rplec::download_beta_values_case() at test-plec.R:5:3
2. └─utils::download.file(url, temp, mode = "wb")
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 31 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64