Last updated on 2025-12-03 05:50:45 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| aniview | 3 | 10 | |
| aos | 3 | 10 | |
| BFS | 1 | 12 | |
| gotop | 13 | ||
| I14Y | 6 | 7 | |
| reactRouter | 13 | ||
| xlcharts | 13 |
Current CRAN status: NOTE: 3, OK: 10
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 3, OK: 10
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, OK: 12
Version: 0.7.0
Check: tests
Result: ERROR
Running 'testthat.R' [175s]
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(BFS)
>
> test_check("BFS")
=>----------------------------- 3% | ETA: 47s
===>--------------------------- 8% | ETA: 48s
====>-------------------------- 14% | ETA: 45s
======>------------------------ 19% | ETA: 45s
=======>----------------------- 25% | ETA: 41s
=========>--------------------- 31% | ETA: 37s
===========>------------------- 37% | ETA: 34s
=============>----------------- 42% | ETA: 30s
==============>---------------- 48% | ETA: 28s
================>-------------- 52% | ETA: 26s
=================>------------- 58% | ETA: 23s
===================>----------- 63% | ETA: 20s
=====================>--------- 68% | ETA: 17s
======================>-------- 74% | ETA: 14s
========================>------ 79% | ETA: 12s
==========================>---- 85% | ETA: 8s
===========================>--- 91% | ETA: 5s
=============================>- 96% | ETA: 2s
Saving _problems/test-bfs_get_data_comments-24.R
> Waiting 15s for retry backoff
[ FAIL 1 | WARN 1 | SKIP 9 | PASS 59 ]
══ Skipped tests (9) ═══════════════════════════════════════════════════════════
• On CRAN (9): 'test-bfs_download_geodata.R:6:3',
'test-bfs_get_base_maps.R:5:3', 'test-bfs_get_base_maps.R:15:3',
'test-bfs_get_base_maps.R:25:3', 'test-bfs_get_base_maps.R:35:3',
'test-bfs_get_base_maps.R:45:3', 'test-bfs_get_base_maps.R:53:3',
'test-bfs_get_base_maps.R:63:3', 'test-bfs_get_base_maps.R:73:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-bfs_get_data_comments.R:16:3'): bfs_get_data_comments() query argument ──
<http_429/http_400/http_error/error/condition>
Error in `pxweb_advanced_get(url = url, query = query, verbose = verbose)`: Too Many Requests (RFC 6585) (HTTP 429).
Backtrace:
▆
1. └─BFS::bfs_get_data_comments(...) at test-bfs_get_data_comments.R:16:3
2. └─pxweb::pxweb_get(url = pxweb_api_url, query = pxq)
3. └─pxweb::pxweb_advanced_get(url = url, query = query, verbose = verbose)
4. └─pxweb::pxweb_get(px)
5. └─pxweb::pxweb_advanced_get(url = url, query = query, verbose = verbose)
6. └─httr::stop_for_status(r)
[ FAIL 1 | WARN 1 | SKIP 9 | PASS 59 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: ERROR: 6, OK: 7
Version: 0.1.7
Check: examples
Result: ERROR
Running examples in ‘I14Y-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: i14y_get_concept
> ### Title: Get Concept view entity by ID
> ### Aliases: i14y_get_concept
>
> ### ** Examples
>
> i14y_get_concept(
+ id = "08d94604-e058-62a2-aa25-53f84b974201", # DV_NOGA_DIVISION
+ language = "en"
+ )
Error in `httr2::req_perform()`:
! HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept(...)
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/7s]
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(I14Y)
>
> test_check("I14Y")
Saving _problems/test-i14y_get_concept-8.R
Saving _problems/test-i14y_get_concept_all_versions-8.R
Saving _problems/test-i14y_get_content_information-7.R
Saving _problems/test-i14y_get_data_structure-7.R
Saving _problems/test-i14y_get_dataset_metadata-7.R
Saving _problems/test-i14y_get_nomenclature_level-9.R
Saving _problems/test-i14y_get_nomenclature_level_multiple-10.R
Saving _problems/test-i14y_search_catalog-5.R
Saving _problems/test-i14y_search_concept-5.R
Saving _problems/test-i14y_search_nomenclature-9.R
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 2 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-i14y_get_concept.R:5:3'): i14y_get_concept() returns a list ────
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept(...) at test-i14y_get_concept.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_concept_all_versions.R:5:3'): i14y_get_concept_all_versions() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept_all_versions(...) at test-i14y_get_concept_all_versions.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_content_information.R:5:3'): i14y_get_content_information() returns a list ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_content_information(identifier = "HCL_CH_ISCO_19_PROF") at test-i14y_get_content_information.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_data_structure.R:5:3'): i14y_get_data_structure() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_data_structure(identifier = "SpiGes_Erhebung_Administratives") at test-i14y_get_data_structure.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_dataset_metadata.R:5:3'): i14y_get_dataset_metadata() returns a list ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_get_dataset_metadata(id = "02e34f85-14df-45b5-a38b-2f063c999481") at test-i14y_get_dataset_metadata.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level.R:5:3'): i14y_get_nomenclature_level() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_nomenclature_level(...) at test-i14y_get_nomenclature_level.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level_multiple.R:5:3'): i14y_get_nomenclature_level_multiple() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_nomenclature_level_multiple(...) at test-i14y_get_nomenclature_level_multiple.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_search_catalog.R:5:3'): i14y_search_catalog() returns a data.frame ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_search_catalog(query = "noga", page = 1, pageSize = 1) at test-i14y_search_catalog.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_search_concept.R:5:3'): i14y_search_concept() returns a data.frame ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_search_concept(page = 1, pageSize = 10) at test-i14y_search_concept.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_search_nomenclature.R:5:3'): i14y_search_nomenclature() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_search_nomenclature(...) at test-i14y_search_nomenclature.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 2 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/7s]
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(I14Y)
>
> test_check("I14Y")
Saving _problems/test-i14y_get_concept-8.R
Saving _problems/test-i14y_get_concept_all_versions-8.R
Saving _problems/test-i14y_get_content_information-7.R
Saving _problems/test-i14y_get_data_structure-7.R
Saving _problems/test-i14y_get_dataset_metadata-7.R
Saving _problems/test-i14y_get_nomenclature_level-9.R
Saving _problems/test-i14y_get_nomenclature_level_multiple-10.R
Saving _problems/test-i14y_search_catalog-5.R
Saving _problems/test-i14y_search_concept-5.R
Saving _problems/test-i14y_search_nomenclature-9.R
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 2 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-i14y_get_concept.R:5:3'): i14y_get_concept() returns a list ────
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept(...) at test-i14y_get_concept.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_concept_all_versions.R:5:3'): i14y_get_concept_all_versions() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept_all_versions(...) at test-i14y_get_concept_all_versions.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_content_information.R:5:3'): i14y_get_content_information() returns a list ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_content_information(identifier = "HCL_CH_ISCO_19_PROF") at test-i14y_get_content_information.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_data_structure.R:5:3'): i14y_get_data_structure() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_data_structure(identifier = "SpiGes_Erhebung_Administratives") at test-i14y_get_data_structure.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_dataset_metadata.R:5:3'): i14y_get_dataset_metadata() returns a list ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_get_dataset_metadata(id = "02e34f85-14df-45b5-a38b-2f063c999481") at test-i14y_get_dataset_metadata.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level.R:5:3'): i14y_get_nomenclature_level() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_nomenclature_level(...) at test-i14y_get_nomenclature_level.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level_multiple.R:5:3'): i14y_get_nomenclature_level_multiple() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_nomenclature_level_multiple(...) at test-i14y_get_nomenclature_level_multiple.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_search_catalog.R:5:3'): i14y_search_catalog() returns a data.frame ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_search_catalog(query = "noga", page = 1, pageSize = 1) at test-i14y_search_catalog.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_search_concept.R:5:3'): i14y_search_concept() returns a data.frame ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_search_concept(page = 1, pageSize = 10) at test-i14y_search_concept.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_search_nomenclature.R:5:3'): i14y_search_nomenclature() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_search_nomenclature(...) at test-i14y_search_nomenclature.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 2 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.7
Check: examples
Result: ERROR
Running examples in ‘I14Y-Ex.R’ failed
The error most likely occurred in:
> ### Name: i14y_get_concept
> ### Title: Get Concept view entity by ID
> ### Aliases: i14y_get_concept
>
> ### ** Examples
>
> i14y_get_concept(
+ id = "08d94604-e058-62a2-aa25-53f84b974201", # DV_NOGA_DIVISION
+ language = "en"
+ )
Error in `httr2::req_perform()`:
! HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept(...)
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-windows-x86_64
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/13s]
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(I14Y)
>
> test_check("I14Y")
Saving _problems/test-i14y_get_concept-8.R
Saving _problems/test-i14y_get_concept_all_versions-8.R
Saving _problems/test-i14y_get_content_information-7.R
Saving _problems/test-i14y_get_data_structure-7.R
Saving _problems/test-i14y_get_dataset_metadata-7.R
Saving _problems/test-i14y_get_nomenclature_level-9.R
Saving _problems/test-i14y_get_nomenclature_level_multiple-10.R
Saving _problems/test-i14y_search_catalog-5.R
Saving _problems/test-i14y_search_concept-5.R
Saving _problems/test-i14y_search_nomenclature-9.R
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 2 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-i14y_get_concept.R:5:3'): i14y_get_concept() returns a list ────
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept(...) at test-i14y_get_concept.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_concept_all_versions.R:5:3'): i14y_get_concept_all_versions() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept_all_versions(...) at test-i14y_get_concept_all_versions.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_content_information.R:5:3'): i14y_get_content_information() returns a list ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_content_information(identifier = "HCL_CH_ISCO_19_PROF") at test-i14y_get_content_information.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_data_structure.R:5:3'): i14y_get_data_structure() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_data_structure(identifier = "SpiGes_Erhebung_Administratives") at test-i14y_get_data_structure.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_dataset_metadata.R:5:3'): i14y_get_dataset_metadata() returns a list ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_get_dataset_metadata(id = "02e34f85-14df-45b5-a38b-2f063c999481") at test-i14y_get_dataset_metadata.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level.R:5:3'): i14y_get_nomenclature_level() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_nomenclature_level(...) at test-i14y_get_nomenclature_level.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level_multiple.R:5:3'): i14y_get_nomenclature_level_multiple() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_nomenclature_level_multiple(...) at test-i14y_get_nomenclature_level_multiple.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_search_catalog.R:5:3'): i14y_search_catalog() returns a data.frame ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_search_catalog(query = "noga", page = 1, pageSize = 1) at test-i14y_search_catalog.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_search_concept.R:5:3'): i14y_search_concept() returns a data.frame ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_search_concept(page = 1, pageSize = 10) at test-i14y_search_concept.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_search_nomenclature.R:5:3'): i14y_search_nomenclature() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_search_nomenclature(...) at test-i14y_search_nomenclature.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 2 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/15s]
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(I14Y)
>
> test_check("I14Y")
Saving _problems/test-i14y_get_concept-8.R
Saving _problems/test-i14y_get_concept_all_versions-8.R
Saving _problems/test-i14y_get_content_information-7.R
Saving _problems/test-i14y_get_data_structure-7.R
Saving _problems/test-i14y_get_dataset_metadata-7.R
Saving _problems/test-i14y_get_nomenclature_level-9.R
Saving _problems/test-i14y_get_nomenclature_level_multiple-10.R
Saving _problems/test-i14y_search_catalog-5.R
Saving _problems/test-i14y_search_concept-5.R
Saving _problems/test-i14y_search_nomenclature-9.R
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 2 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-i14y_get_concept.R:5:3'): i14y_get_concept() returns a list ────
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept(...) at test-i14y_get_concept.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_concept_all_versions.R:5:3'): i14y_get_concept_all_versions() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept_all_versions(...) at test-i14y_get_concept_all_versions.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_content_information.R:5:3'): i14y_get_content_information() returns a list ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_content_information(identifier = "HCL_CH_ISCO_19_PROF") at test-i14y_get_content_information.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_data_structure.R:5:3'): i14y_get_data_structure() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_data_structure(identifier = "SpiGes_Erhebung_Administratives") at test-i14y_get_data_structure.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_dataset_metadata.R:5:3'): i14y_get_dataset_metadata() returns a list ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_get_dataset_metadata(id = "02e34f85-14df-45b5-a38b-2f063c999481") at test-i14y_get_dataset_metadata.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level.R:5:3'): i14y_get_nomenclature_level() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_nomenclature_level(...) at test-i14y_get_nomenclature_level.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level_multiple.R:5:3'): i14y_get_nomenclature_level_multiple() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_nomenclature_level_multiple(...) at test-i14y_get_nomenclature_level_multiple.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_search_catalog.R:5:3'): i14y_search_catalog() returns a data.frame ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_search_catalog(query = "noga", page = 1, pageSize = 1) at test-i14y_search_catalog.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_search_concept.R:5:3'): i14y_search_concept() returns a data.frame ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_search_concept(page = 1, pageSize = 10) at test-i14y_search_concept.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_search_nomenclature.R:5:3'): i14y_search_nomenclature() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_search_nomenclature(...) at test-i14y_search_nomenclature.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 2 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/8s]
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(I14Y)
>
> test_check("I14Y")
Saving _problems/test-i14y_get_concept-8.R
Saving _problems/test-i14y_get_concept_all_versions-8.R
Saving _problems/test-i14y_get_content_information-7.R
Saving _problems/test-i14y_get_data_structure-7.R
Saving _problems/test-i14y_get_dataset_metadata-7.R
Saving _problems/test-i14y_get_nomenclature_level-9.R
Saving _problems/test-i14y_get_nomenclature_level_multiple-10.R
Saving _problems/test-i14y_search_catalog-5.R
Saving _problems/test-i14y_search_concept-5.R
Saving _problems/test-i14y_search_nomenclature-9.R
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 2 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-i14y_get_concept.R:5:3'): i14y_get_concept() returns a list ────
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept(...) at test-i14y_get_concept.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_concept_all_versions.R:5:3'): i14y_get_concept_all_versions() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept_all_versions(...) at test-i14y_get_concept_all_versions.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_content_information.R:5:3'): i14y_get_content_information() returns a list ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_content_information(identifier = "HCL_CH_ISCO_19_PROF") at test-i14y_get_content_information.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_data_structure.R:5:3'): i14y_get_data_structure() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_data_structure(identifier = "SpiGes_Erhebung_Administratives") at test-i14y_get_data_structure.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_dataset_metadata.R:5:3'): i14y_get_dataset_metadata() returns a list ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_get_dataset_metadata(id = "02e34f85-14df-45b5-a38b-2f063c999481") at test-i14y_get_dataset_metadata.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level.R:5:3'): i14y_get_nomenclature_level() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_nomenclature_level(...) at test-i14y_get_nomenclature_level.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level_multiple.R:5:3'): i14y_get_nomenclature_level_multiple() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_nomenclature_level_multiple(...) at test-i14y_get_nomenclature_level_multiple.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_search_catalog.R:5:3'): i14y_search_catalog() returns a data.frame ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_search_catalog(query = "noga", page = 1, pageSize = 1) at test-i14y_search_catalog.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_search_concept.R:5:3'): i14y_search_concept() returns a data.frame ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_search_concept(page = 1, pageSize = 10) at test-i14y_search_concept.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_search_nomenclature.R:5:3'): i14y_search_nomenclature() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_search_nomenclature(...) at test-i14y_search_nomenclature.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 2 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.1.7
Check: tests
Result: ERROR
Running 'testthat.R' [6s]
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(I14Y)
>
> test_check("I14Y")
Saving _problems/test-i14y_get_concept-8.R
Saving _problems/test-i14y_get_concept_all_versions-8.R
Saving _problems/test-i14y_get_content_information-7.R
Saving _problems/test-i14y_get_data_structure-7.R
Saving _problems/test-i14y_get_dataset_metadata-7.R
Saving _problems/test-i14y_get_nomenclature_level-9.R
Saving _problems/test-i14y_get_nomenclature_level_multiple-10.R
Saving _problems/test-i14y_search_catalog-5.R
Saving _problems/test-i14y_search_concept-5.R
Saving _problems/test-i14y_search_nomenclature-9.R
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 2 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-i14y_get_concept.R:5:3'): i14y_get_concept() returns a list ────
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept(...) at test-i14y_get_concept.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_concept_all_versions.R:5:3'): i14y_get_concept_all_versions() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_concept_all_versions(...) at test-i14y_get_concept_all_versions.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_content_information.R:5:3'): i14y_get_content_information() returns a list ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_content_information(identifier = "HCL_CH_ISCO_19_PROF") at test-i14y_get_content_information.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_data_structure.R:5:3'): i14y_get_data_structure() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_data_structure(identifier = "SpiGes_Erhebung_Administratives") at test-i14y_get_data_structure.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_dataset_metadata.R:5:3'): i14y_get_dataset_metadata() returns a list ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_get_dataset_metadata(id = "02e34f85-14df-45b5-a38b-2f063c999481") at test-i14y_get_dataset_metadata.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level.R:5:3'): i14y_get_nomenclature_level() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_nomenclature_level(...) at test-i14y_get_nomenclature_level.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level_multiple.R:5:3'): i14y_get_nomenclature_level_multiple() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_get_nomenclature_level_multiple(...) at test-i14y_get_nomenclature_level_multiple.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
── Error ('test-i14y_search_catalog.R:5:3'): i14y_search_catalog() returns a data.frame ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_search_catalog(query = "noga", page = 1, pageSize = 1) at test-i14y_search_catalog.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_search_concept.R:5:3'): i14y_search_concept() returns a data.frame ──
Error in `httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)`: Unexpected content type "text/html".
* Expecting type "application/json" or suffix "json".
Backtrace:
▆
1. └─I14Y::i14y_search_concept(page = 1, pageSize = 10) at test-i14y_search_concept.R:5:3
2. └─httr2::resp_body_json(req, simplifyVector = TRUE, flatten = TRUE)
3. └─httr2::resp_check_content_type(...)
4. └─httr2:::check_content_type(...)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
── Error ('test-i14y_search_nomenclature.R:5:3'): i14y_search_nomenclature() returns a data.frame ──
<httr2_http_404/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 404 Not Found.
Backtrace:
▆
1. └─I14Y::i14y_search_nomenclature(...) at test-i14y_search_nomenclature.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 2 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13