Last updated on 2025-03-13 05:51:49 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 2.05 | 41.72 | 43.77 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 1.94 | 33.16 | 35.10 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 70.04 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 79.10 | OK | |||
r-devel-macos-arm64 | 0.1.2 | 70.00 | OK | |||
r-devel-macos-x86_64 | 0.1.2 | 52.00 | OK | |||
r-devel-windows-x86_64 | 0.1.2 | 4.00 | 65.00 | 69.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.2 | OK | ||||
r-release-linux-x86_64 | 0.1.2 | 2.27 | 39.82 | 42.09 | OK | |
r-release-macos-arm64 | 0.1.2 | 35.00 | OK | |||
r-release-macos-x86_64 | 0.1.2 | 68.00 | OK | |||
r-release-windows-x86_64 | 0.1.2 | 4.00 | 56.00 | 60.00 | OK | |
r-oldrel-macos-arm64 | 0.1.2 | 35.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.2 | 60.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.2 | 5.00 | 66.00 | 71.00 | OK |
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in 'maths.genealogy-Ex.R' failed
The error most likely occurred in:
> ### Name: disciplines
> ### Title: Mathematical discipline IDs
> ### Aliases: disciplines
>
> ### ** Examples
>
> # Lookup the ID of any discipline involving the partial word "stat"
> disciplines("stat")
id discipline
45 62 Statistics
54 82 Statistical mechanics, structure of matter
>
> # Use a regular expression to only exactly match the whole word Statistics and nothing else
> disciplines("^statistics$")
id discipline
45 62 Statistics
>
> # Use the above to search only for statisticians with the first name Louis
> search_id(given = "Louis", discipline = disciplines("^statistics$")$id)
Error:
✖ Please check your internet connection. If that is working, check
whether the Maths Genealogy Project is currently down:
<https://mathgenealogy.org/> -- if both are ok, please file a detailed
reproducible bug report
<https://github.com/louisaslett/maths.genealogy/issues>
Caused by error in `httr2::req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [mathgenealogy.org]: SSL/TLS connection timeout
Backtrace:
▆
1. └─maths.genealogy::search_id(given = "Louis", discipline = disciplines("^statistics$")$id)
2. ├─rlang::try_fetch(...)
3. │ ├─base::tryCatch(...)
4. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
5. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
6. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
7. │ └─base::withCallingHandlers(...)
8. └─httr2::req_perform(...)
9. └─httr2:::handle_resp(req, resp, error_call = error_call)
10. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-devel-windows-x86_64