- using R Under development (unstable) (2025-03-05 r87891)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 19.1.7 (1+b1)
Debian flang-new version 19.1.7 (1+b1)
- running under: Debian GNU/Linux trixie/sid
- using session charset: UTF-8
- checking for file ‘I14Y/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘I14Y’ version ‘0.1.0’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘I14Y’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the package can be unloaded cleanly ... [0s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/1s] OK
- checking loading without being on the library search path ... [0s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [5s/6s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [3s/6s] ERROR
Running examples in ‘I14Y-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: i14y_get_content_information
> ### Title: Get the information of a nomenclature by identifier
> ### Aliases: i14y_get_content_information
>
> ### ** Examples
>
> i14y_get_content_information(
+ identifier = "HCL_CH_ISCO_19_PROF"
+ )
Error in `httr2::req_perform()`:
! HTTP 500 Internal Server Error.
Backtrace:
▆
1. └─I14Y::i14y_get_content_information(identifier = "HCL_CH_ISCO_19_PROF")
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_abort(resp, req, body, call = error_call)
5. └─rlang::abort(...)
Execution halted
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [4s/9s] ERROR
Running ‘testthat.R’ [4s/9s]
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")
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 10 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-i14y_get_content_information.R:5:3'): i14y_get_content_information() returns a list ──
<httr2_http_500/httr2_http/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 500 Internal Server Error.
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_abort(resp, req, body, call = error_call)
5. └─rlang::abort(...)
── Error ('test-i14y_get_data_service.R:5:3'): i14y_get_data_service() returns a list ──
<httr2_http_500/httr2_http/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 500 Internal Server Error.
Backtrace:
▆
1. └─I14Y::i14y_get_data_service(...) at test-i14y_get_data_service.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_abort(resp, req, body, call = error_call)
5. └─rlang::abort(...)
── Error ('test-i14y_get_data_service_registration.R:5:3'): i14y_get_data_service_registration() returns a character object ──
<httr2_http_500/httr2_http/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 500 Internal Server Error.
Backtrace:
▆
1. └─I14Y::i14y_get_data_service_registration(id = "0aaed69d-15ff-415a-8a38-4f9f0c3b429e") at test-i14y_get_data_service_registration.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_abort(resp, req, body, call = error_call)
5. └─rlang::abort(...)
── Error ('test-i14y_get_data_structure.R:5:3'): i14y_get_data_structure() returns a data.frame ──
<httr2_http_500/httr2_http/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 500 Internal Server Error.
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_abort(resp, req, body, call = error_call)
5. └─rlang::abort(...)
── Error ('test-i14y_get_dataset_description.R:5:3'): i14y_get_dataset_description() returns a list ──
<httr2_http_500/httr2_http/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 500 Internal Server Error.
Backtrace:
▆
1. └─I14Y::i14y_get_dataset_description(identifier = "SpiGes_Erhebung_Administratives") at test-i14y_get_dataset_description.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_abort(resp, req, body, call = error_call)
5. └─rlang::abort(...)
── Error ('test-i14y_get_dataset_distributions.R:5:3'): i14y_get_dataset_distributions() returns a data.frame ──
<httr2_http_500/httr2_http/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 500 Internal Server Error.
Backtrace:
▆
1. └─I14Y::i14y_get_dataset_distributions(...) at test-i14y_get_dataset_distributions.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_abort(resp, req, body, call = error_call)
5. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level.R:5:3'): i14y_get_nomenclature_level() returns a data.frame ──
<httr2_http_500/httr2_http/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 500 Internal Server Error.
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_abort(resp, req, body, call = error_call)
5. └─rlang::abort(...)
── Error ('test-i14y_get_nomenclature_level_multiple.R:5:3'): i14y_get_nomenclature_level_multiple() returns a data.frame ──
<httr2_http_500/httr2_http/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 500 Internal Server Error.
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_abort(resp, req, body, call = error_call)
5. └─rlang::abort(...)
── Error ('test-i14y_search_catalog.R:5:3'): i14y_search_catalog() returns a data.frame ──
<httr2_http_500/httr2_http/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 500 Internal Server Error.
Backtrace:
▆
1. └─I14Y::i14y_search_catalog(query = "noga", page = 1, pageSize = 1) at test-i14y_search_catalog.R:5:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_abort(resp, req, body, call = error_call)
5. └─rlang::abort(...)
── Error ('test-i14y_search_nomenclature.R:5:3'): i14y_search_nomenclature() returns a data.frame ──
<httr2_http_500/httr2_http/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: HTTP 500 Internal Server Error.
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_abort(resp, req, body, call = error_call)
5. └─rlang::abort(...)
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 10 ]
Error: Test failures
Execution halted
- checking PDF version of manual ... [4s/6s] OK
- checking HTML version of manual ... [0s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 2 ERRORs