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-05-04 05:52:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.1 | 8.17 | 108.53 | 116.70 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.1 | 4.27 | 68.43 | 72.70 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.1 | 13.00 | 186.76 | 199.76 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.1 | 12.00 | 149.70 | 161.70 | OK | |
| r-devel-windows-x86_64 | 0.6.1 | 10.00 | 124.00 | 134.00 | ERROR | |
| r-patched-linux-x86_64 | 0.6.1 | 6.38 | 81.28 | 87.66 | ERROR | |
| r-release-linux-x86_64 | 0.6.1 | 6.96 | 81.54 | 88.50 | ERROR | |
| r-release-macos-arm64 | 0.6.1 | 2.00 | 36.00 | 38.00 | OK | |
| r-release-macos-x86_64 | 0.6.1 | 5.00 | 97.00 | 102.00 | ERROR | |
| r-release-windows-x86_64 | 0.6.1 | 13.00 | 122.00 | 135.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.6.1 | 2.00 | 34.00 | 36.00 | OK | |
| r-oldrel-macos-x86_64 | 0.6.1 | 6.00 | 224.00 | 230.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.1 | 16.00 | 134.00 | 150.00 | ERROR |
Version: 0.6.1
Check: examples
Result: ERROR
Running examples in ‘tidywikidatar-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tw_get_property_description
> ### Title: Get description of a Wikidata property in a given language
> ### Aliases: tw_get_property_description
>
> ### ** Examples
>
> tw_get_property_description(property = "P31")
Error in `httr2::resp_body_json()`:
! Unexpected content type "text/plain".
• Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. ├─tidywikidatar::tw_get_property_description(property = "P31")
2. │ └─tidywikidatar:::tw_get_property_description_single(...)
3. │ ├─... %>% dplyr::pull("description")
4. │ └─tidywikidatar::tw_search_property(...)
5. │ └─tidywikidatar::tw_search(...)
6. │ ├─dplyr::left_join(...)
7. │ ├─dplyr:::left_join.data.frame(...)
8. │ │ └─dplyr::auto_copy(x, y, copy = copy)
9. │ │ ├─dplyr::same_src(x, y)
10. │ │ └─dplyr:::same_src.data.frame(x, y)
11. │ │ └─base::is.data.frame(y)
12. │ └─tidywikidatar:::tw_search_single(...)
13. │ └─httr2::req_perform(api_request) %>% httr2::resp_body_json()
14. ├─dplyr::pull(., "description")
15. ├─dplyr::filter(., .data$id == stringr::str_to_upper(property))
16. └─httr2::resp_body_json(.)
17. └─httr2::resp_check_content_type(...)
18. └─httr2:::check_content_type(...)
19. └─cli::cli_abort(...)
20. └─rlang::abort(...)
Execution halted
<pool> Checked-out object deleted before being returned.
<pool> Make sure to `poolReturn()` all objects retrieved with `poolCheckout().`
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6.1
Check: examples
Result: ERROR
Running examples in 'tidywikidatar-Ex.R' failed
The error most likely occurred in:
> ### Name: tw_get_cached_search
> ### Title: Retrieve cached search
> ### Aliases: tw_get_cached_search
>
> ### ** Examples
>
>
>
> tw_set_cache_folder(path = tempdir())
> tw_enable_cache()
> tw_create_cache_folder(ask = FALSE)
>
> search_from_api <- tw_search("Sylvia Pankhurst")
Error in `httr2::resp_body_json()`:
! Unexpected content type "text/plain".
• Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. ├─tidywikidatar::tw_search("Sylvia Pankhurst")
2. │ ├─dplyr::left_join(...)
3. │ ├─dplyr:::left_join.data.frame(...)
4. │ │ └─dplyr::auto_copy(x, y, copy = copy)
5. │ │ ├─dplyr::same_src(x, y)
6. │ │ └─dplyr:::same_src.data.frame(x, y)
7. │ │ └─base::is.data.frame(y)
8. │ └─tidywikidatar:::tw_search_single(...)
9. │ └─httr2::req_perform(api_request) %>% httr2::resp_body_json()
10. └─httr2::resp_body_json(.)
11. └─httr2::resp_check_content_type(...)
12. └─httr2:::check_content_type(...)
13. └─cli::cli_abort(...)
14. └─rlang::abort(...)
Execution halted
<pool> Checked-out object deleted before being returned.
<pool> Make sure to `poolReturn()` all objects retrieved with `poolCheckout().`
<pool> Checked-out object deleted before being returned.
<pool> Make sure to `poolReturn()` all objects retrieved with `poolCheckout().`
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.6.1
Check: examples
Result: ERROR
Running examples in ‘tidywikidatar-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tw_get_cached_search
> ### Title: Retrieve cached search
> ### Aliases: tw_get_cached_search
>
> ### ** Examples
>
>
>
> tw_set_cache_folder(path = tempdir())
> tw_enable_cache()
> tw_create_cache_folder(ask = FALSE)
>
> search_from_api <- tw_search("Sylvia Pankhurst")
Warning: call dbDisconnect() when finished working with a connection
Error in `httr2::resp_body_json()`:
! Unexpected content type "text/plain".
• Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. ├─tidywikidatar::tw_search("Sylvia Pankhurst")
2. │ ├─dplyr::left_join(...)
3. │ ├─dplyr:::left_join.data.frame(...)
4. │ │ └─dplyr::auto_copy(x, y, copy = copy)
5. │ │ ├─dplyr::same_src(x, y)
6. │ │ └─dplyr:::same_src.data.frame(x, y)
7. │ │ └─base::is.data.frame(y)
8. │ └─tidywikidatar:::tw_search_single(...)
9. │ └─httr2::req_perform(api_request) %>% httr2::resp_body_json()
10. └─httr2::resp_body_json(.)
11. └─httr2::resp_check_content_type(...)
12. └─httr2:::check_content_type(...)
13. └─cli::cli_abort(...)
14. └─rlang::abort(...)
Execution halted
<pool> Checked-out object deleted before being returned.
<pool> Make sure to `poolReturn()` all objects retrieved with `poolCheckout().`
<pool> Checked-out object deleted before being returned.
<pool> Make sure to `poolReturn()` all objects retrieved with `poolCheckout().`
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.6.1
Check: examples
Result: ERROR
Running examples in ‘tidywikidatar-Ex.R’ failed
The error most likely occurred in:
> ### Name: tw_get_cached_search
> ### Title: Retrieve cached search
> ### Aliases: tw_get_cached_search
>
> ### ** Examples
>
>
>
> tw_set_cache_folder(path = tempdir())
> tw_enable_cache()
> tw_create_cache_folder(ask = FALSE)
>
> search_from_api <- tw_search("Sylvia Pankhurst")
Warning: call dbDisconnect() when finished working with a connection
Error in `httr2::resp_body_json()`:
! Unexpected content type "text/plain".
• Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. ├─tidywikidatar::tw_search("Sylvia Pankhurst")
2. │ ├─dplyr::left_join(...)
3. │ ├─dplyr:::left_join.data.frame(...)
4. │ │ └─dplyr::auto_copy(x, y, copy = copy)
5. │ │ ├─dplyr::same_src(x, y)
6. │ │ └─dplyr:::same_src.data.frame(x, y)
7. │ │ └─base::is.data.frame(y)
8. │ └─tidywikidatar:::tw_search_single(...)
9. │ └─httr2::req_perform(api_request) %>% httr2::resp_body_json()
10. └─httr2::resp_body_json(.)
11. └─httr2::resp_check_content_type(...)
12. └─httr2:::check_content_type(...)
13. └─cli::cli_abort(...)
14. └─rlang::abort(...)
Execution halted
<pool> Checked-out object deleted before being returned.
<pool> Make sure to `poolReturn()` all objects retrieved with `poolCheckout().`
<pool> Checked-out object deleted before being returned.
<pool> Make sure to `poolReturn()` all objects retrieved with `poolCheckout().`
Flavor: r-release-macos-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.