CRAN Package Check Results for Package Epoch

Last updated on 2026-09-08 13:51:26 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 6.12 57.75 63.87 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.7 69.04 OK
r-devel-linux-x86_64-fedora-gcc 1.0.7 71.46 OK
r-devel-windows-x86_64 1.0.7 11.00 185.00 196.00 OK
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 14.00 270.00 284.00 ERROR

Check Details

Version: 1.0.7
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/5s] 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") 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: lexical error: invalid char in json text. <html> <head><title>500 Intern (right here) ------^ 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. └─jsonlite::fromJSON(res$parse("UTF-8"), simplifyVector = FALSE) 9. └─jsonlite:::parse_and_simplify(...) 10. └─jsonlite:::parseJSON(txt, bigint_as_char) 11. └─jsonlite:::parse_string(txt, bigint_as_char) [ 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:35-38 [downloader_predefined] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! lexical error: invalid char in json text. <html> <head><title>500 Intern (right here) ------^ --- Backtrace: ▆ 1. └─Epoch::EpochDownloader(progress = FALSE) 2. └─base::tryCatch(...) 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Epoch.Rmd' failed with diagnostics: lexical error: invalid char in json text. <html> <head><title>500 Intern (right here) ------^ --- 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: 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 in `.local()`: ! The following data do not exist: FragilityData_subpt01_1 --- Backtrace: ▆ 1. ├─downloader$FragilityData_subpt01_1 2. └─downloader$FragilityData_subpt01_1 3. ├─x[name] 4. └─x[name] 5. └─Epoch (local) .local(x, i, ...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Epoch.Rmd' failed with diagnostics: The following data do not exist: FragilityData_subpt01_1 --- failed re-building 'Epoch.Rmd' SUMMARY: processing the following file failed: 'Epoch.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-oldrel-windows-x86_64