- using R version 4.5.3 (2026-03-11)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-15 (Debian 15.2.0-16) 15.2.0
GNU Fortran (Debian 15.2.0-16) 15.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘taylor/DESCRIPTION’ ... OK
- this is package ‘taylor’ version ‘4.0.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 whether package ‘taylor’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... 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 ... [2s/2s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/2s] OK
- checking whether the package can be unloaded cleanly ... [1s/2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/2s] OK
- checking whether the namespace can be unloaded cleanly ... [2s/2s] OK
- checking loading without being on the library search path ... [2s/2s] 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 ... [9s/11s] 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 contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [1s/1s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [12s/15s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [52s/74s] ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [52s/74s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(taylor)
>
> test_check("taylor")
Saving _problems/test-api-access-165.R
[ FAIL 1 | WARN 0 | SKIP 23 | PASS 136 ]
══ Skipped tests (23) ══════════════════════════════════════════════════════════
• Can't find envvar TAYLOR_KEY (3): 'test-api-access.R:2:3',
'test-api-access.R:84:3', 'test-sitrep.R:2:3'
• On CRAN (20): 'test-data-checks.R:1:1', 'test-data-checks.R:25:1',
'test-data-checks.R:34:1', 'test-data-checks.R:73:1',
'test-data-checks.R:90:1', 'test-data-checks.R:107:1',
'test-data-checks.R:125:1', 'test-data-checks.R:144:1',
'test-ggplot2-color-scales.R:3:1', 'test-ggplot2-color-scales.R:75:1',
'test-ggplot2-color-scales.R:146:1', 'test-ggplot2-color-scales.R:484:1',
'test-ggplot2-color-scales.R:1559:1', 'test-ggplot2-color-scales.R:1630:1',
'test-ggplot2-color-scales.R:1701:1', 'test-ggplot2-color-scales.R:1821:1',
'test-misc.R:1:1', 'test-palette.R:1:1', 'test-palette.R:132:1',
'test-taylor-album-palettes.R:39:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-api-access.R:165:3'): reccobeats api ───────────────────────────
<httr2_http_530/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(httr2::req_retry(httr2::req_url_query(httr2::req_url_path_append(httr2::request("https://api.reccobeats.com/v1"), "/audio-features"), ids = track_id), max_tries = 10))`: HTTP 530.
Backtrace:
▆
1. └─taylor::get_reccobeats_audio_features("7Mts0OfPorF4iwOomvfqn1") at test-api-access.R:165:3
2. ├─httr2::resp_body_json(...)
3. │ └─httr2:::check_response(resp)
4. │ └─httr2:::is_response(resp)
5. └─httr2::req_perform(...)
6. └─httr2:::handle_resp(req, resp, error_call = error_call)
7. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
8. ├─rlang::catch_cnd(...)
9. │ ├─rlang::eval_bare(...)
10. │ ├─base::tryCatch(...)
11. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
12. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
13. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
14. │ └─base::force(expr)
15. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 23 | PASS 136 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [26s/34s] OK
- checking PDF version of manual ... [5s/7s] OK
- checking HTML version of manual ... [1s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR