Package check result: OK Changes to worse in reverse depends: Package: annotater Check: tests New result: ERROR Running ‘testthat.R’ [4s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(annotater) > > test_check("annotater") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 35 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-overall-annotation.R:78:3'): if statement for pacman calls works ── Error in `stringi::stri_replace_all_fixed(str = string_og, pattern = pck_descs$call, replacement = pck_descs$annotated, vectorize_all = FALSE)`: vector length not consistent with other arguments Backtrace: ▆ 1. ├─testthat::expect_match(annotate_repostitle(test_string), "# Functional") at test-overall-annotation.R:78:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─annotater::annotate_repostitle(test_string) 5. └─stringi::stri_replace_all_fixed(...) ── Failure ('test-overall-annotation.R:86:3'): if statement for pacman + base calls works ── annotate_repostitle\(test_string\) does not match "# Functional". Actual value: "p_load\(purrr\)\\nlibrary\(tidyr\) # Tidy Messy Data CRAN v1\.3\.1" Backtrace: ▆ 1. └─testthat::expect_match(annotate_repostitle(test_string), "# Functional") at test-overall-annotation.R:86:3 2. └─testthat:::expect_match_(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 35 ] Error: Test failures Execution halted Package: filibustr Check: examples New result: ERROR Running examples in ‘filibustr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: get_voteview_member_votes > ### Title: Get data on the votes of individual members of Congress > ### Aliases: get_voteview_member_votes > > ### ** Examples > > ## Don't show: > if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + get_voteview_member_votes() + + # Get data for only one chamber + get_voteview_member_votes(chamber = "house") + get_voteview_member_votes(chamber = "senate") + + # Get data for a specific Congress + get_voteview_member_votes(congress = 110) + get_voteview_member_votes(congress = current_congress()) + ## Don't show: + }) # examplesIf > ## End(Don't show) > # Get data for a set of Congresses > get_voteview_member_votes(congress = 1:3) Error in (function (.x, .f, ..., .progress = FALSE) : ℹ In index: 1. Caused by error in `httr2::req_perform()`: ! Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Could not resolve hostname [voteview.com]: Could not resolve host: voteview.com Calls: get_voteview_member_votes ... furrr_map_template -> furrr_template -> -> value.list Execution halted Package: luz Check: Rd cross-references New result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: evaluate.Rd: nn_module fit.luz_module_generator.Rd: nn_module luz_load_model_weights.Rd: torch_load predict.luz_module_fitted.Rd: nn_module Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Package: sjPlot Check: re-building of vignette outputs New result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘blackwhitefigures.Rmd’ using rmarkdown --- finished re-building ‘blackwhitefigures.Rmd’ --- re-building ‘custplot.Rmd’ using rmarkdown --- finished re-building ‘custplot.Rmd’ --- re-building ‘plot_interactions.Rmd’ using rmarkdown --- finished re-building ‘plot_interactions.Rmd’ --- re-building ‘plot_likert_scales.Rmd’ using rmarkdown --- finished re-building ‘plot_likert_scales.Rmd’ --- re-building ‘plot_marginal_effects.Rmd’ using rmarkdown --- finished re-building ‘plot_marginal_effects.Rmd’ --- re-building ‘plot_model_estimates.Rmd’ using rmarkdown --- finished re-building ‘plot_model_estimates.Rmd’ --- re-building ‘sjtitemanalysis.Rmd’ using rmarkdown Quitting from sjtitemanalysis.Rmd:62-64 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error in `data.frame()`: ! arguments imply differing number of rows: 9, 0 --- Backtrace: ▆ 1. └─sjPlot::tab_itemscale(mydf) 2. ├─base::data.frame(cbind(df.dummy, difficulty, itemdis, alpha)) 3. └─base::cbind(df.dummy, difficulty, itemdis, alpha) 4. └─base::cbind(deparse.level, ...) 5. └─base::data.frame(..., check.names = FALSE) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'sjtitemanalysis.Rmd' failed with diagnostics: arguments imply differing number of rows: 9, 0 --- failed re-building ‘sjtitemanalysis.Rmd’ --- re-building ‘tab_bayes.Rmd’ using rmarkdown --- finished re-building ‘tab_bayes.Rmd’ --- re-building ‘tab_mixed.Rmd’ using rmarkdown --- finished re-building ‘tab_mixed.Rmd’ --- re-building ‘tab_model_estimates.Rmd’ using rmarkdown --- finished re-building ‘tab_model_estimates.Rmd’ --- re-building ‘tab_model_robust.Rmd’ using rmarkdown --- finished re-building ‘tab_model_robust.Rmd’ --- re-building ‘table_css.Rmd’ using rmarkdown --- finished re-building ‘table_css.Rmd’ SUMMARY: processing the following file failed: ‘sjtitemanalysis.Rmd’ Error: Vignette re-building failed. Execution halted