Last updated on 2025-04-19 06:49:57 CEST.
Package | ERROR | OK |
---|---|---|
maths.genealogy | 1 | 12 |
mlmc | 13 | |
PhaseType | 13 | |
ReliabilityTheory | 13 |
Current CRAN status: ERROR: 1, OK: 12
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-release-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13