* using log directory ‘/srv/hornik/tmp/CRAN/talkr.Rcheck’ * using R Under development (unstable) (2024-08-21 r87038) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 18.1.8 (9) Debian flang-new version 18.1.8 (9) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘talkr/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘talkr’ version ‘0.1.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/4s] NOTE Maintainer: ‘Mark Dingemanse ’ New submission Unknown, possibly misspelled, fields in DESCRIPTION: ‘Remotes’ Suggests or Enhances not in mainstream repositories: ifadv Found the following (possibly) invalid URLs: URL: git@github.com:elpaco-escience/talkr From: README.md Message: Invalid URI scheme URL: https://codecov.io/github/elpaco-escience/talkr (moved to https://app.codecov.io/github/elpaco-escience/talkr) From: README.md Status: 301 Message: Moved Permanently URL: https://fon.hum.uva.nl/IFA-SpokenLanguageCorpora/IFADVcorpus/ From: inst/doc/workflows.html Status: Error Message: SSL: certificate subject name (www.fon.hum.uva.nl) does not match target hostname 'fon.hum.uva.nl' For content that is 'Moved Permanently', please change http to https, add trailing slashes, or replace the old by the new URL. * checking package namespace information ... OK * checking package dependencies ... NOTE Package suggested but not available for checking: ‘ifadv’ * 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 ‘talkr’ can be installed ... [2s/2s] OK * 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 ... [0s/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK * checking whether the namespace can be unloaded cleanly ... [0s/0s] OK * checking loading without being on the library search path ... [0s/0s] 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 ... [4s/4s] NOTE add_lines: no visible binding for global variable ‘.data’ add_lines: no visible global function definition for ‘:=’ plot_density: no visible binding for global variable ‘.data’ plot_scatter: no visible binding for global variable ‘.data’ report: no visible binding for global variable ‘.data’ report_combined: no visible binding for global variable ‘.data’ theme_turnPlot: no visible global function definition for ‘%+replace%’ theme_turnPlot: no visible global function definition for ‘theme’ theme_turnPlot: no visible global function definition for ‘element_text’ theme_turnPlot: no visible global function definition for ‘margin’ theme_turnPlot: no visible global function definition for ‘element_blank’ tokenize: no visible binding for global variable ‘.data’ Undefined global functions or variables: %+replace% .data := element_blank element_text margin theme * checking Rd files ... [0s/0s] 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 installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... NONE * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [2s/2s] ERROR Running ‘testthat.R’ [2s/2s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(talkr) > > test_check("talkr") [ FAIL 2 | WARN 0 | SKIP 1 | PASS 71 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-calculate_timing.R:5:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plots.R:15:1'): (code run outside of `test_that()`) ──────────── Error in `loadNamespace(x)`: there is no package called 'ifadv' Backtrace: ▆ 1. └─base::loadNamespace(x) at test-plots.R:15:1 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-report.R:2:1'): (code run outside of `test_that()`) ──────────── Error in `loadNamespace(x)`: there is no package called 'ifadv' Backtrace: ▆ 1. └─base::loadNamespace(x) at test-report.R:2:1 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 71 ] Deleting unused snapshots: • plots/plot_quality.png Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [1s/1s] ERROR Error(s) in re-building vignettes: ... --- re-building ‘workflows.Rmd’ using rmarkdown Quitting from lines 35-38 [unnamed-chunk-2] (workflows.Rmd) Error: processing vignette 'workflows.Rmd' failed with diagnostics: there is no package called 'ifadv' --- failed re-building ‘workflows.Rmd’ SUMMARY: processing the following file failed: ‘workflows.Rmd’ Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 2 ERRORs, 3 NOTEs