R Under development (unstable) (2025-10-06 r88901 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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(contentanalysis) > > test_check("contentanalysis") Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Parsing references from text... Attempting to retrieve references from CrossRef... Successfully retrieved 1 references from CrossRef Attempting to retrieve references from CrossRef... Parsing references from text... Parsing references from text... Parsing references from text... Parsing references from text... Parsing references from text... === CITATION-REFERENCE MATCHING DIAGNOSTICS === Total citations: 1 Total references parsed: 1 Match quality distribution: # A tibble: 1 x 2 match_confidence n 1 high 1 Match rate: 100 % High confidence matches: 1 Citations without matches: All citations matched! PDF error: May not be a PDF file (continuing anyway) PDF error: Couldn't find trailer dictionary PDF error: Couldn't find trailer dictionary PDF error: Couldn't read xref table pdf_data failed, falling back to pdf_text method: File not found Available PDF fixtures: empty-page.pdf, hyphenated-text.pdf, multi-page.pdf, sample-single-column.pdf, sample-three-columns.pdf, sample-two-columns.pdf, special-chars.pdf [ FAIL 0 | WARN 0 | SKIP 9 | PASS 729 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • Fixture not available: complex-layout.pdf (1): 'test-pdf_import_integration.r:211:5' • Fixture not available: large-doc.pdf (1): 'test-pdf_import_integration.r:259:5' • Fixture not available: malformed.pdf (1): 'test-pdf_import_integration.r:300:5' • Fixture not available: password-protected.pdf (1): 'test-pdf_import_integration.r:316:5' • Fixture not available: regression-test-v0.1.pdf (1): 'test-pdf_import_integration.r:332:5' • Fixture not available: scientific-paper.pdf (1): 'test-pdf_import_integration.r:144:5' • Fixture not available: test-content.pdf (1): 'test-pdf_import_integration.r:282:5' • Fixture not available: unicode-content.pdf (1): 'test-pdf_import_integration.r:187:5' • On CRAN (1): 'test-citation_analysis.r:771:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 729 ] > > proc.time() user system elapsed 19.98 2.25 22.36