CRAN Package Check Results for Package camcorder

Last updated on 2026-03-07 13:49:23 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 6.21 90.87 97.08 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.0 4.31 64.82 69.13 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.0 10.00 140.47 150.47 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 83.26 ERROR
r-devel-macos-arm64 0.1.0 2.00 30.00 32.00 NOTE
r-devel-windows-x86_64 0.1.0 9.00 106.00 115.00 NOTE
r-patched-linux-x86_64 0.1.0 5.75 84.38 90.13 NOTE
r-release-linux-x86_64 0.1.0 5.64 86.41 92.05 NOTE
r-release-macos-arm64 0.1.0 NOTE
r-release-macos-x86_64 0.1.0 4.00 84.00 88.00 NOTE
r-release-windows-x86_64 0.1.0 10.00 104.00 114.00 NOTE
r-oldrel-macos-arm64 0.1.0 NOTE
r-oldrel-macos-x86_64 0.1.0 4.00 71.00 75.00 NOTE
r-oldrel-windows-x86_64 0.1.0 11.00 140.00 151.00 NOTE

Check Details

Version: 0.1.0
Check: Rd files
Result: NOTE checkRd: (-1) Recording.Rd:112: Lost braces; missing escapes or markup? 112 | Stop recording images with {camcorder}. | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/20s] 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(camcorder) > > test_check("camcorder") Saving _problems/test-recording-138.R [ FAIL 1 | WARN 0 | SKIP 4 | PASS 10 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-recording.R:1:1', 'test-recording.R:39:1', 'test-recording.R:79:1', 'test-recording.R:146:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-recording.R:138:3'): recording works - gif output ────────────── Error in `basename(file_path_sans_ext(existing_resized_film))`: a character vector argument expected Backtrace: ▆ 1. └─camcorder::gg_playback(playback_file) at test-recording.R:138:3 2. └─camcorder:::scale_film(...) 3. ├─basename(file_path_sans_ext(film)) %in% ... 4. └─base::basename(file_path_sans_ext(existing_resized_film)) [ FAIL 1 | WARN 0 | SKIP 4 | PASS 10 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘camcorder_record.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘camcorder_record.Rmd’ --- re-building ‘camcorder_view.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘camcorder_view.Rmd’ --- re-building ‘pdf_fonts.Rmd’ using rmarkdown Quitting from pdf_fonts.Rmd:30-40 [setup-record-pdf] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `value[[3L]]()`: ! Unable to determine file extention to use for ` x `. Please provide a file extension in the `device_ext` argument of gg_record(). --- Backtrace: ▆ 1. └─camcorder::gg_record(...) 2. └─camcorder:::derive_ext(device) 3. └─base::tryCatch(...) 4. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 5. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 6. └─value[[3L]](cond) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'pdf_fonts.Rmd' failed with diagnostics: Unable to determine file extention to use for ` x `. Please provide a file extension in the `device_ext` argument of gg_record(). --- failed re-building ‘pdf_fonts.Rmd’ SUMMARY: processing the following file failed: ‘pdf_fonts.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: tests
Result: 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(camcorder) > > test_check("camcorder") Saving _problems/test-recording-138.R [ FAIL 1 | WARN 0 | SKIP 4 | PASS 10 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-recording.R:1:1', 'test-recording.R:39:1', 'test-recording.R:79:1', 'test-recording.R:146:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-recording.R:138:3'): recording works - gif output ────────────── Error in `basename(file_path_sans_ext(existing_resized_film))`: a character vector argument expected Backtrace: ▆ 1. └─camcorder::gg_playback(playback_file) at test-recording.R:138:3 2. └─camcorder:::scale_film(...) 3. ├─basename(file_path_sans_ext(film)) %in% ... 4. └─base::basename(file_path_sans_ext(existing_resized_film)) [ FAIL 1 | WARN 0 | SKIP 4 | PASS 10 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc