Last updated on 2026-07-09 00:52:28 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.7 | 8.17 | 91.35 | 99.52 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.7 | 5.86 | 57.69 | 63.55 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.7 | 13.00 | 141.26 | 154.26 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.7 | 13.00 | 170.72 | 183.72 | OK | |
| r-devel-windows-x86_64 | 1.0.7 | 11.00 | 137.00 | 148.00 | OK | |
| r-patched-linux-x86_64 | 1.0.7 | 8.00 | 86.89 | 94.89 | OK | |
| r-release-linux-x86_64 | 1.0.7 | 8.62 | 88.00 | 96.62 | OK | |
| r-release-macos-arm64 | 1.0.7 | 2.00 | 77.00 | 79.00 | OK | |
| r-release-macos-x86_64 | 1.0.7 | 6.00 | 156.00 | 162.00 | OK | |
| r-release-windows-x86_64 | 1.0.7 | 11.00 | 137.00 | 148.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.7 | 2.00 | 69.00 | 71.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.7 | 7.00 | 234.00 | 241.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.7 | 14.00 | 173.00 | 187.00 | OK |
Version: 1.0.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/20s]
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(Epoch)
>
> test_check("Epoch")
Request failed (Status code: 502). Retrying in 2s...
Request failed (Status code: 502). Retrying in 4s...
Request failed (Status code: 502). Retrying in 8s...
Saving _problems/test-EpochDownloader-5.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 139 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-EpochDownloader.R:5:1'): (code run outside of `test_that()`) ───
Error in `process_response(res)`: Encountered an unexpected error with the OSF API
Please report this at https://github.com/ropensci/osfr/issues
* Status code: 502
* Request: https://api.osf.io/v2/nodes/7rnft/
* Resonse:
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
Backtrace:
▆
1. └─Epoch::EpochDownloader() at test-EpochDownloader.R:5:1
2. ├─base::tryCatch(...)
3. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
6. ├─osfr::osf_ls_files(osf_retrieve_node(id), n_max = Inf)
7. └─osfr::osf_retrieve_node(id)
8. └─osfr:::.osf_node_retrieve(id)
9. └─osfr:::process_response(res)
10. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 139 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.7
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘Epoch.Rmd’ using rmarkdown
Quitting from Epoch.Rmd:53-58 [load_single]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! Internal Server Error (HTTP 500)
---
Backtrace:
▆
1. ├─downloader$FragilityData_subpt01_1
2. └─downloader$FragilityData_subpt01_1
3. ├─x[name]
4. └─x[name]
5. └─Epoch (local) .local(x, i, ...)
6. └─Epoch:::download_to_tmp_folder(x, non_exist_file_names)
7. ├─osfr::osf_download(...)
8. └─osfr:::osf_download.osf_tbl_file(...)
9. └─base::Map(...)
10. └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
11. └─osfr (local) `<fn>`(...)
12. └─osfr:::.wb_download(...)
13. └─res$raise_for_status()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Epoch.Rmd' failed with diagnostics:
Internal Server Error (HTTP 500)
--- failed re-building ‘Epoch.Rmd’
SUMMARY: processing the following file failed:
‘Epoch.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc