Skip to content

rotulador

Useful Functions for Programming and Generating Documents

v1.0.0 · Feb 2, 2026 · MIT + file LICENSE

Description

Tools to help developers and producers manipulate R objects and outputs. It includes tools for displaying results and objects, and for formatting them in the correct format.

Downloads

201

Last 30 days

22374th

500

Last 90 days

500

Last year

Trend: -29.7% (30d vs prior 30d)

CRAN Check Status

4 ERROR
10 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 ERROR
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 ERROR
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 ERROR
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 ERROR
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (4 non-OK)
ERROR r-devel-macos-arm64

tests

Running ‘testthat.R’ [1s/1s]
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/testing-design.html#sec-tests-files-overview
  > # * https://testthat.r-lib.org/articles/special-files.html
  > 
  > library("testthat") # nolint unused_import_linter
  > library("rotulador") # nolint unused_import_linter
  > 
  > test_check("rotulador")
  Saving _problems/test-render_code-10.R
  Saving _problems/test-render_code-57.R
  Saving _problems/test-render_code-115.R
  Saving _problems/test-render_code-169.R
  [ FAIL 4 | WARN 4 | SKIP 0 | PASS 34 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Error ('test-render_code.R:10:9'): Rmd file is correct ──────────────────────
  Error in `generate
...[truncated]...
ot 'NULL'.
  Backtrace:
      ▆
   1. └─rotulador::render_code(output_format = "pdf_document") at test-render_code.R:115:9
   2.   └─rotulador::generate_rmd_file(...)
   3.     └─checkmate::assert_character(content)
   4.       └─checkmate::makeAssertion(x, res, .var.name, add)
   5.         └─checkmate:::mstop(...)
  ── Error ('test-render_code.R:166:9'): Other output file is correct ────────────
  Error in `generate_rmd_file(content = content, output_format = output_format, code = code, ...)`: Assertion on 'content' failed: Must be of type 'character', not 'NULL'.
  Backtrace:
      ▆
   1. ├─base::file.path(...) at test-render_code.R:166:9
   2. └─rotulador::render_code(output_format = "html_document")
   3.   └─rotulador::generate_rmd_file(...)
   4.     └─checkmate::assert_character(content)
   5.       └─checkmate::makeAssertion(x, res, .var.name, add)
   6.         └─checkmate:::mstop(...)
  
  [ FAIL 4 | WARN 4 | SKIP 0 | PASS 34 ]
  Error:
  ! Test failures.
  Execution halted
ERROR r-oldrel-macos-arm64

tests

Running ‘testthat.R’ [1s/1s]
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/testing-design.html#sec-tests-files-overview
  > # * https://testthat.r-lib.org/articles/special-files.html
  > 
  > library("testthat") # nolint unused_import_linter
  > library("rotulador") # nolint unused_import_linter
  > 
  > test_check("rotulador")
  Saving _problems/test-render_code-10.R
  Saving _problems/test-render_code-57.R
  Saving _problems/test-render_code-115.R
  Saving _problems/test-render_code-169.R
  [ FAIL 4 | WARN 4 | SKIP 0 | PASS 34 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Error ('test-render_code.R:10:9'): Rmd file is correct ──────────────────────
  Error in `generate
...[truncated]...
ot 'NULL'.
  Backtrace:
      ▆
   1. └─rotulador::render_code(output_format = "pdf_document") at test-render_code.R:115:9
   2.   └─rotulador::generate_rmd_file(...)
   3.     └─checkmate::assert_character(content)
   4.       └─checkmate::makeAssertion(x, res, .var.name, add)
   5.         └─checkmate:::mstop(...)
  ── Error ('test-render_code.R:166:9'): Other output file is correct ────────────
  Error in `generate_rmd_file(content = content, output_format = output_format, code = code, ...)`: Assertion on 'content' failed: Must be of type 'character', not 'NULL'.
  Backtrace:
      ▆
   1. ├─base::file.path(...) at test-render_code.R:166:9
   2. └─rotulador::render_code(output_format = "html_document")
   3.   └─rotulador::generate_rmd_file(...)
   4.     └─checkmate::assert_character(content)
   5.       └─checkmate::makeAssertion(x, res, .var.name, add)
   6.         └─checkmate:::mstop(...)
  
  [ FAIL 4 | WARN 4 | SKIP 0 | PASS 34 ]
  Error:
  ! Test failures.
  Execution halted
ERROR r-oldrel-windows-x86_64

tests

Running 'testthat.R' [15s]
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/testing-design.html#sec-tests-files-overview
  > # * https://testthat.r-lib.org/articles/special-files.html
  > 
  > library("testthat") # nolint unused_import_linter
  > library("rotulador") # nolint unused_import_linter
  > 
  > test_check("rotulador")
  
  
  processing file: template.Rmd
  output file: template.knit.md
  
  "C:/PROGRA~1/Pandoc/pandoc" +RTS -K512m -RTS template.knit.md --to docx --from markdown+autolink_bare_uris+tex_math_single_backslash --output pandoc1d78c44715323.docx --lua-filter "D:\RCompile\CRANpkg\lib\4.4\rmarkdown\rmarkdown\lua\pagebreak.lua" --highlight-style "D:/RCompile/CRANpkg/lib/4.4/rmarkdown/rmarkdown/highligh
...[truncated]...
 SKIP 0 | PASS 41 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Error ('test-render_code.R:115:9'): PDF Output file is correct ──────────────
  Error: LaTeX failed to compile D:/temp/2026_03_27_17_37_41_8496/RtmpcFgEw6/render_code1d78c7974181d/output.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See output.log for more info.
  Backtrace:
      ▆
   1. └─rotulador::render_code(output_format = "pdf_document") at test-render_code.R:115:9
   2.   └─rmarkdown::render(...)
   3.     └─rmarkdown:::latexmk(...)
   4.       └─tinytex::latexmk(file, engine, if (biblatex) "biber" else "bibtex")
   5.         └─tinytex:::latexmk_emu(...)
   6.           └─tinytex (local) run_engine()
   7.             ├─tinytex:::system2_quiet(...)
   8.             └─tinytex (local) on_error()
   9.               └─tinytex:::show_latex_error(file, logfile)
  
  [ FAIL 1 | WARN 0 | SKIP 0 | PASS 41 ]
  Error:
  ! Test failures.
  Execution halted
ERROR r-release-macos-arm64

tests

Running ‘testthat.R’ [1s/1s]
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/testing-design.html#sec-tests-files-overview
  > # * https://testthat.r-lib.org/articles/special-files.html
  > 
  > library("testthat") # nolint unused_import_linter
  > library("rotulador") # nolint unused_import_linter
  > 
  > test_check("rotulador")
  Saving _problems/test-render_code-10.R
  Saving _problems/test-render_code-57.R
  Saving _problems/test-render_code-115.R
  Saving _problems/test-render_code-169.R
  [ FAIL 4 | WARN 4 | SKIP 0 | PASS 34 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Error ('test-render_code.R:10:9'): Rmd file is correct ──────────────────────
  Error in `generate
...[truncated]...
ot 'NULL'.
  Backtrace:
      ▆
   1. └─rotulador::render_code(output_format = "pdf_document") at test-render_code.R:115:9
   2.   └─rotulador::generate_rmd_file(...)
   3.     └─checkmate::assert_character(content)
   4.       └─checkmate::makeAssertion(x, res, .var.name, add)
   5.         └─checkmate:::mstop(...)
  ── Error ('test-render_code.R:166:9'): Other output file is correct ────────────
  Error in `generate_rmd_file(content = content, output_format = output_format, code = code, ...)`: Assertion on 'content' failed: Must be of type 'character', not 'NULL'.
  Backtrace:
      ▆
   1. ├─base::file.path(...) at test-render_code.R:166:9
   2. └─rotulador::render_code(output_format = "html_document")
   3.   └─rotulador::generate_rmd_file(...)
   4.     └─checkmate::assert_character(content)
   5.       └─checkmate::makeAssertion(x, res, .var.name, add)
   6.         └─checkmate:::mstop(...)
  
  [ FAIL 4 | WARN 4 | SKIP 0 | PASS 34 ]
  Error:
  ! Test failures.
  Execution halted

Check History

ERROR 11 OK · 0 NOTE · 0 WARNING · 3 ERROR · 0 FAILURE Mar 10, 2026
ERROR r-devel-macos-arm64

tests

Running ‘testthat.R’ [1s/1s]
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 te
...[truncated]...
ile(...)
   4.     └─checkmate::assert_character(content)
   5.       └─checkmate::makeAssertion(x, res, .var.name, add)
   6.         └─checkmate:::mstop(...)
  
  [ FAIL 4 | WARN 4 | SKIP 0 | PASS 34 ]
  Error:
  ! Test failures.
  Execution halted
ERROR r-release-macos-arm64

tests

Running ‘testthat.R’ [1s/1s]
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 te
...[truncated]...
ile(...)
   4.     └─checkmate::assert_character(content)
   5.       └─checkmate::makeAssertion(x, res, .var.name, add)
   6.         └─checkmate:::mstop(...)
  
  [ FAIL 4 | WARN 4 | SKIP 0 | PASS 34 ]
  Error:
  ! Test failures.
  Execution halted
ERROR r-oldrel-macos-arm64

tests

Running ‘testthat.R’ [1s/1s]
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 te
...[truncated]...
ile(...)
   4.     └─checkmate::assert_character(content)
   5.       └─checkmate::makeAssertion(x, res, .var.name, add)
   6.         └─checkmate:::mstop(...)
  
  [ FAIL 4 | WARN 4 | SKIP 0 | PASS 34 ]
  Error:
  ! Test failures.
  Execution halted

Dependency Network

Dependencies Reverse dependencies checkmate clipr knitr rmarkdown rotulador

Version History

new 1.0.0 Mar 10, 2026