* using log directory 'd:/RCompile/CRANincoming/R-devel/talkr.Rcheck' * using R Under development (unstable) (2024-08-21 r87038 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * 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 ... 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: schannel: SNI or certificate check failed: SEC_E_WRONG_PRINCIPAL (0x80090322) - Der Zielprinzipalname ist falsch. 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'talkr' can be installed ... OK * checking installed package size ... 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 ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... 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 ... 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 ... 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 ... ERROR Running 'testthat.R' 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 1 | 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 1 | 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 ... 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 ... [13s] OK * checking HTML version of manual ... OK * DONE Status: 2 ERRORs, 3 NOTEs