Last updated on 2021-05-15 07:49:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 4.85 | 46.42 | 51.27 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 3.49 | 36.30 | 39.79 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 72.79 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 59.45 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.3.0 | 9.00 | 229.00 | 238.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 0.3.0 | NOTE | ||||
r-patched-linux-x86_64 | 0.3.0 | 7.28 | 45.57 | 52.85 | OK | |
r-patched-solaris-x86 | 0.3.0 | 85.20 | ERROR | |||
r-release-linux-x86_64 | 0.3.0 | 4.17 | 44.96 | 49.13 | OK | |
r-release-macos-x86_64 | 0.3.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.3.0 | 8.00 | 57.00 | 65.00 | OK | |
r-oldrel-macos-x86_64 | 0.3.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.0 | 6.00 | 207.00 | 213.00 | OK |
Version: 0.3.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘memoise’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/75s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(codemetar)
>
> skip_if_offline <- function() skip_if_not(pingr::is_online())
> test_check("codemetar")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (22)
• nzchar(Sys.getenv("GITHUB_PAT")) is not TRUE (2)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-codemeta_description.R:63:3): Helper functions work correctly ───
Error: Timeout was reached: [sysreqs.r-hub.io] Operation timed out after 10000 milliseconds with 0 out of 0 bytes received
Backtrace:
█
1. └─codemetar:::add_software_terms(codemeta, descr) test-codemeta_description.R:63:2
2. └─codemetar:::parse_sys_reqs(...)
3. └─codemetar:::get_sys_links(pkg, description = sys_reqs, verbose)
4. ├─codemetar:::get_url_rhub(...)
5. │ └─base::sprintf("https://sysreqs.r-hub.io/%s/%s", a, b)
6. ├─base::unique(...)
7. └─codemetar:::get_rhub_json_names(...)
8. ├─base::sapply(...)
9. │ └─base::lapply(X = X, FUN = FUN, ...)
10. └─jsonlite::fromJSON(get_url_rhub(a, b), simplifyVector = FALSE)
11. └─jsonlite:::parse_and_simplify(...)
12. └─jsonlite:::parseJSON(txt, bigint_as_char)
13. └─jsonlite:::parse_con(txt, bigint_as_char)
14. ├─base::open(con, "rb")
15. └─base::open.connection(con, "rb")
[ FAIL 1 | WARN 0 | SKIP 24 | PASS 92 ]
Deleting unused snapshots:
* _snaps/write_codemeta/codemeta.json
Error: Test failures
Execution halted
Flavor: r-patched-solaris-x86