The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-09-06 17:51:24 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.7 | 8.62 | 93.39 | 102.01 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.7 | 5.49 | 55.67 | 61.16 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.7 | 69.04 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.7 | 6.00 | 71.24 | 77.24 | OK | |
| r-devel-windows-x86_64 | 1.0.7 | 11.00 | 135.00 | 146.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.7 | 8.52 | 88.49 | 97.01 | OK | |
| r-release-linux-x86_64 | 1.0.7 | 8.15 | 87.82 | 95.97 | 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 | 10.00 | 135.00 | 145.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 | 15.00 | 232.00 | 247.00 | OK |
Version: 1.0.7
Check: examples
Result: ERROR
Running examples in ‘Epoch-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: EpochDownloader
> ### Title: EpochDownloader constructor
> ### Aliases: EpochDownloader names,EpochDownloader-method
> ### [,EpochDownloader-method $,EpochDownloader-method
> ### [[,EpochDownloader-method show,EpochDownloader-method
> ### length,EpochDownloader-method wiki wiki,EpochDownloader-method
> ### updateRepos EpochRepos
>
> ### ** Examples
>
>
> EpochRepos()
Configuration not fetched yet. Fetching now...
Attempting to update project repository configuration...
Error: lexical error: invalid char in json text.
<html> <head><title>500 Intern
(right here) ------^
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/179s]
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/v9qyb/
* Resonse:
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>502 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body></html>
Backtrace:
▆
1. └─Epoch::EpochDownloader() at test-EpochDownloader.R:5:1
2. └─Epoch::EpochRepos(verbose = verbose)
3. └─Epoch::updateRepos(verbose = verbose)
4. └─Epoch:::get_config_data()
5. └─osfr::osf_retrieve_node("v9qyb")
6. └─osfr:::.osf_node_retrieve(id)
7. └─osfr:::process_response(res)
8. └─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:29-31 [list_projects]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `process_response()`:
! 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/v9qyb/
* Resonse:
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>502 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body></html>
---
Backtrace:
▆
1. └─Epoch::EpochRepos()
2. └─Epoch::updateRepos(verbose = verbose)
3. └─Epoch:::get_config_data()
4. └─osfr::osf_retrieve_node("v9qyb")
5. └─osfr:::.osf_node_retrieve(id)
6. └─osfr:::process_response(res)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Epoch.Rmd' failed with diagnostics:
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/v9qyb/
* Resonse:
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>502 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body></html>
--- 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
Version: 1.0.7
Check: tests
Result: ERROR
Running 'testthat.R' [22s]
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")
Downloading FragilityData_subpt2_3.rds
|
| | 0%
|
| | 1%
|
|= | 1%
|
|= | 2%
|
|== | 2%
|
|== | 3%
|
|== | 4%
|
|=== | 4%
|
|=== | 5%
|
|==== | 5%
|
|==== | 6%
|
|===== | 6%
|
|===== | 7%
|
|===== | 8%
|
|====== | 8%
|
|====== | 9%
|
|======= | 9%
|
|======= | 10%
|
|======= | 11%
|
|======== | 11%
|
|======== | 12%
|
|========= | 12%
|
|========= | 13%
|
|========= | 14%
|
|========== | 14%
|
|========== | 15%
|
|=========== | 15%
|
|=========== | 16%
|
|============ | 16%
|
|============ | 17%
|
|============ | 18%
|
|============= | 18%
|
|============= | 19%
|
|============== | 19%
|
|============== | 20%
|
|============== | 21%
|
|=============== | 21%
|
|=============== | 22%
|
|================ | 22%
|
|================ | 23%
|
|================ | 24%
|
|================= | 24%
|
|================= | 25%
|
|================== | 25%
|
|================== | 26%
|
|=================== | 26%
|
|=================== | 27%
|
|=================== | 28%
|
|==================== | 28%
|
|==================== | 29%
|
|===================== | 29%
|
|===================== | 30%
|
|===================== | 31%
|
|====================== | 31%
|
|====================== | 32%
|
|======================= | 32%
|
|======================= | 33%
|
|======================= | 34%
|
|======================== | 34%
|
|======================== | 35%
|
|========================= | 35%
|
|========================= | 36%
|
|========================== | 36%
|
|========================== | 37%
|
|========================== | 38%
|
|=========================== | 38%
|
|=========================== | 39%
|
|============================ | 39%
|
|============================ | 40%
|
|============================ | 41%
|
|============================= | 41%
|
|============================= | 42%
|
|============================== | 42%
|
|============================== | 43%
|
|============================== | 44%
|
|=============================== | 44%
|
|=============================== | 45%
|
|================================ | 45%
|
|================================ | 46%
|
|================================= | 46%
|
|================================= | 47%
|
|================================= | 48%
|
|================================== | 48%
|
|================================== | 49%
|
|=================================== | 49%
|
|=================================== | 50%
|
|=================================== | 51%
|
|==================================== | 51%
|
|==================================== | 52%
|
|===================================== | 52%
|
|===================================== | 53%
|
|===================================== | 54%
|
|====================================== | 54%
|
|====================================== | 55%
|
|======================================= | 55%
|
|======================================= | 56%
|
|======================================== | 56%
|
|======================================== | 57%
|
|======================================== | 58%
|
|========================================= | 58%
|
|========================================= | 59%
|
|========================================== | 59%
|
|========================================== | 60%
|
|========================================== | 61%
|
|=========================================== | 61%
|
|=========================================== | 62%
|
|============================================ | 62%
|
|============================================ | 63%
|
|============================================ | 64%
|
|============================================= | 64%
|
|============================================= | 65%
|
|============================================== | 65%
|
|============================================== | 66%
|
|=============================================== | 66%
|
|=============================================== | 67%
|
|=============================================== | 68%
|
|================================================ | 68%
|
|================================================ | 69%
|
|================================================= | 69%
|
|================================================= | 70%
|
|================================================= | 71%
|
|================================================== | 71%
|
|================================================== | 72%
|
|=================================================== | 72%
|
|=================================================== | 73%
|
|=================================================== | 74%
|
|==================================================== | 74%
|
|==================================================== | 75%
|
|===================================================== | 75%
|
|===================================================== | 76%
|
|====================================================== | 76%
|
|====================================================== | 77%
|
|====================================================== | 78%
|
|======================================================= | 78%
|
|======================================================= | 79%
|
|======================================================== | 79%
|
|======================================================== | 80%
|
|======================================================== | 81%
|
|========================================================= | 81%
|
|========================================================= | 82%
|
|========================================================== | 82%
|
|========================================================== | 83%
|
|========================================================== | 84%
|
|=========================================================== | 84%
|
|=========================================================== | 85%
|
|============================================================ | 85%
|
|============================================================ | 86%
|
|============================================================= | 86%
|
|============================================================= | 87%
|
|============================================================= | 88%
|
|============================================================== | 88%
|
|============================================================== | 89%
|
|=============================================================== | 89%
|
|=============================================================== | 90%
|
|=============================================================== | 91%
|
|================================================================ | 91%
|
|================================================================ | 92%
|
|================================================================= | 92%
|
|================================================================= | 93%
|
|================================================================= | 94%
|
|================================================================== | 94%
|
|================================================================== | 95%
|
|=================================================================== | 95%
|
|=================================================================== | 96%
|
|==================================================================== | 96%
|
|==================================================================== | 97%
|
|==================================================================== | 98%
|
|===================================================================== | 98%
|
|===================================================================== | 99%
|
|======================================================================| 99%
|
|======================================================================| 100%
Downloading FragilityData_subpt13_2.rds
|
| | 0%
|
|======================================================================| 100%
Saving _problems/test-EpochDownloader-126.R
Downloading FragilityData_subpt2_3.rds
|
| | 0%
|
| | 1%
|
|= | 1%
|
|= | 2%
|
|== | 2%
|
|== | 3%
|
|== | 4%
|
|=== | 4%
|
|=== | 5%
|
|==== | 5%
|
|==== | 6%
|
|===== | 6%
|
|===== | 7%
|
|===== | 8%
|
|====== | 8%
|
|====== | 9%
|
|======= | 9%
|
|======= | 10%
|
|======= | 11%
|
|======== | 11%
|
|======== | 12%
|
|========= | 12%
|
|========= | 13%
|
|========= | 14%
|
|========== | 14%
|
|========== | 15%
|
|=========== | 15%
|
|=========== | 16%
|
|============ | 16%
|
|============ | 17%
|
|============ | 18%
|
|============= | 18%
|
|============= | 19%
|
|============== | 19%
|
|============== | 20%
|
|============== | 21%
|
|=============== | 21%
|
|=============== | 22%
|
|================ | 22%
|
|================ | 23%
|
|================ | 24%
|
|================= | 24%
|
|================= | 25%
|
|================== | 25%
|
|================== | 26%
|
|=================== | 26%
|
|=================== | 27%
|
|=================== | 28%
|
|==================== | 28%
|
|==================== | 29%
|
|===================== | 29%
|
|===================== | 30%
|
|===================== | 31%
|
|====================== | 31%
|
|====================== | 32%
|
|======================= | 32%
|
|======================= | 33%
|
|======================= | 34%
|
|======================== | 34%
|
|======================== | 35%
|
|========================= | 35%
|
|========================= | 36%
|
|========================== | 36%
|
|========================== | 37%
|
|========================== | 38%
|
|=========================== | 38%
|
|=========================== | 39%
|
|============================ | 39%
|
|============================ | 40%
|
|============================ | 41%
|
|============================= | 41%
|
|============================= | 42%
|
|============================== | 42%
|
|============================== | 43%
|
|============================== | 44%
|
|=============================== | 44%
|
|=============================== | 45%
|
|================================ | 45%
|
|================================ | 46%
|
|================================= | 46%
|
|================================= | 47%
|
|================================= | 48%
|
|================================== | 48%
|
|================================== | 49%
|
|=================================== | 49%
|
|=================================== | 50%
|
|=================================== | 51%
|
|==================================== | 51%
|
|==================================== | 52%
|
|===================================== | 52%
|
|===================================== | 53%
|
|===================================== | 54%
|
|====================================== | 54%
|
|====================================== | 55%
|
|======================================= | 55%
|
|======================================= | 56%
|
|======================================== | 56%
|
|======================================== | 57%
|
|======================================== | 58%
|
|========================================= | 58%
|
|========================================= | 59%
|
|========================================== | 59%
|
|========================================== | 60%
|
|========================================== | 61%
|
|=========================================== | 61%
|
|=========================================== | 62%
|
|============================================ | 62%
|
|============================================ | 63%
|
|============================================ | 64%
|
|============================================= | 64%
|
|============================================= | 65%
|
|============================================== | 65%
|
|============================================== | 66%
|
|=============================================== | 66%
|
|=============================================== | 67%
|
|=============================================== | 68%
|
|================================================ | 68%
|
|================================================ | 69%
|
|================================================= | 69%
|
|================================================= | 70%
|
|================================================= | 71%
|
|================================================== | 71%
|
|================================================== | 72%
|
|=================================================== | 72%
|
|=================================================== | 73%
|
|=================================================== | 74%
|
|==================================================== | 74%
|
|==================================================== | 75%
|
|===================================================== | 75%
|
|===================================================== | 76%
|
|====================================================== | 76%
|
|====================================================== | 77%
|
|====================================================== | 78%
|
|======================================================= | 78%
|
|======================================================= | 79%
|
|======================================================== | 79%
|
|======================================================== | 80%
|
|======================================================== | 81%
|
|========================================================= | 81%
|
|========================================================= | 82%
|
|========================================================== | 82%
|
|========================================================== | 83%
|
|========================================================== | 84%
|
|=========================================================== | 84%
|
|=========================================================== | 85%
|
|============================================================ | 85%
|
|============================================================ | 86%
|
|============================================================= | 86%
|
|============================================================= | 87%
|
|============================================================= | 88%
|
|============================================================== | 88%
|
|============================================================== | 89%
|
|=============================================================== | 89%
|
|=============================================================== | 90%
|
|=============================================================== | 91%
|
|================================================================ | 91%
|
|================================================================ | 92%
|
|================================================================= | 92%
|
|================================================================= | 93%
|
|================================================================= | 94%
|
|================================================================== | 94%
|
|================================================================== | 95%
|
|=================================================================== | 95%
|
|=================================================================== | 96%
|
|==================================================================== | 96%
|
|==================================================================== | 97%
|
|==================================================================== | 98%
|
|===================================================================== | 98%
|
|===================================================================== | 99%
|
|======================================================================| 99%
|
|======================================================================| 100%
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 186 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-EpochDownloader.R:126:3'): [ indexing returns correct number of Epoch objects ──
Error: Internal Server Error (HTTP 500)
Backtrace:
▆
1. ├─downloader[subset_names] at test-EpochDownloader.R:126:3
2. └─downloader[subset_names]
3. └─Epoch (local) .local(x, i, ...)
4. └─Epoch:::download_to_tmp_folder(x, non_exist_file_names)
5. ├─osfr::osf_download(...)
6. └─osfr:::osf_download.osf_tbl_file(...)
7. └─base::Map(...)
8. └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
9. └─osfr (local) `<fn>`(...)
10. └─osfr:::.wb_download(...)
11. └─res$raise_for_status()
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 186 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.