R version 4.4.0 alpha (2024-03-26 r86209 ucrt) Copyright (C) 2024 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. > library(testthat) > library(xmpdf) > > test_check("xmpdf") [ FAIL 0 | WARN 0 | SKIP 13 | PASS 59 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (3): 'test-docinfo.R:186:5', 'test-messages.R:9:9', 'test-messages.R:38:9' • On Windows (1): 'test-n_pages.R:26:5' • supports_exiftool() is not TRUE (3): 'test-docinfo.R:131:5', 'test-n_pages.R:30:5', 'test-xmp.R:90:5' • supports_get_bookmarks() && supports_set_bookmarks() && supports_pdftk() is not TRUE (1): 'test-bookmarks.R:197:5' • supports_get_xmp() && supports_set_xmp() is not TRUE (1): 'test-xmp.R:5:5' • supports_pdftk() is not TRUE (4): 'test-bookmarks.R:95:5', 'test-cat_pages.R:39:5', 'test-docinfo.R:21:5', 'test-n_pages.R:21:5' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 59 ] > > proc.time() user system elapsed 2.29 1.15 8.17