CRAN Package Check Results for Maintainer ‘Christophe Dervieux <cderv at posit.co>’

Last updated on 2025-07-31 06:50:03 CEST.

Package ERROR NOTE OK
distill 13
pandoc 13
quarto 4 9
revealjs 3 10
rticles 5 8
tufte 3 10

Package distill

Current CRAN status: OK: 13

Package pandoc

Current CRAN status: OK: 13

Package quarto

Current CRAN status: ERROR: 4, OK: 9

Version: 1.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] 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) > library(quarto) > > test_check("quarto") [ FAIL 2 | WARN 0 | SKIP 94 | PASS 259 ] ══ Skipped tests (94) ══════════════════════════════════════════════════════════ • On CRAN (55): 'test-blog.R:73:3', 'test-convert-bookdown.R:6:3', 'test-convert-bookdown.R:27:3', 'test-convert-bookdown.R:40:3', 'test-convert-bookdown.R:66:3', 'test-convert-bookdown.R:82:3', 'test-convert-bookdown.R:95:3', 'test-convert-bookdown.R:118:3', 'test-convert-bookdown.R:144:3', 'test-convert-bookdown.R:167:3', 'test-convert-bookdown.R:194:3', 'test-convert-bookdown.R:225:3', 'test-convert-bookdown.R:253:3', 'test-list.R:3:3', 'test-metadata.R:47:3', 'test-metadata.R:58:3', 'test-metadata.R:71:3', 'test-metadata.R:91:3', 'test-metadata.R:117:3', 'test-quarto.R:42:3', 'test-render.R:72:3', 'test-spin.R:28:3', 'test-spin.R:36:3', 'test-spin.R:91:3', 'test-spin.R:104:3', 'test-spin.R:124:3', 'test-spin.R:141:3', 'test-spin.R:158:3', 'test-spin.R:165:3', 'test-theme.R:2:1', 'test-utils-extract.R:2:3', 'test-utils-extract.R:11:3', 'test-utils-prompt.R:3:3', 'test-utils-prompt.R:28:3', 'test-utils-prompt.R:35:3', 'test-utils-prompt.R:53:3', 'test-utils-prompt.R:63:3', 'test-utils-prompt.R:70:3', 'test-utils-prompt.R:88:3', 'test-utils-prompt.R:98:3', 'test-utils-versions.R:16:3', 'test-utils-versions.R:32:3', 'test-utils-versions.R:70:3', 'test-utils-versions.R:85:3', 'test-utils-vignettes.R:2:3', 'test-utils.R:2:3', 'test-utils.R:19:3', 'test-utils.R:29:3', 'test-utils.R:43:3', 'test-utils.R:53:3', 'test-utils.R:77:3', 'test-utils.R:85:3', 'test-utils.R:92:3', 'test-utils.R:114:3', 'test-utils.R:237:3' • Quarto is not available (37): 'test-add.R:2:3', 'test-blog.R:2:3', 'test-create.R:2:3', 'test-create.R:14:3', 'test-create.R:27:3', 'test-create.R:41:3', 'test-create.R:62:3', 'test-inspect.R:2:3', 'test-inspect.R:12:3', 'test-inspect.R:20:3', 'test-parameters.R:2:3', 'test-parameters.R:36:3', 'test-parameters.R:53:3', 'test-quarto.R:2:3', 'test-quarto.R:8:3', 'test-quarto.R:18:3', 'test-quarto.R:64:3', 'test-quarto.R:116:3', 'test-remove.R:2:3', 'test-render.R:2:3', 'test-render.R:8:3', 'test-render.R:15:3', 'test-render.R:27:3', 'test-render.R:41:3', 'test-render.R:56:3', 'test-render.R:104:3', 'test-update.R:2:3', 'test-use.R:2:3', 'test-use.R:13:3', 'test-use.R:31:3', 'test-utils-extract.R:21:3', 'test-utils-extract.R:91:3', 'test-utils-extract.R:100:3', 'test-utils-extract.R:109:3', 'test-utils-projects.R:52:3', 'test-utils-projects.R:169:3', 'test-utils-projects.R:210:3' • quarto-preview test only works interactively (2): 'test-preview.R:2:3', 'test-preview.R:26:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils-extract.R:52:3'): qmd_to_r_script() comment cells with eval = TRUE ── Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─quarto::qmd_to_r_script(resources_path("purl-r.qmd"), script = r_script) at test-utils-extract.R:52:3 2. └─quarto::quarto_inspect(qmd) 3. └─quarto:::find_quarto() 4. └─cli::cli_abort(quarto_not_found_msg) 5. └─rlang::abort(...) ── Error ('test-utils-extract.R:72:3'): qmd_to_r_script() ignore cells with purl = FALSE ── Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─quarto::qmd_to_r_script(resources_path("purl-r.qmd"), script = r_script) at test-utils-extract.R:72:3 2. └─quarto::quarto_inspect(qmd) 3. └─quarto:::find_quarto() 4. └─cli::cli_abort(quarto_not_found_msg) 5. └─rlang::abort(...) [ FAIL 2 | WARN 0 | SKIP 94 | PASS 259 ] Deleting unused snapshots: • render/metadata-file.test.out • render/metadata-merged.test.out • render/metadata.test.out • utils-extract/purl.R • utils-extract/purl.md Error: Test failures Execution halted Flavor: r-release-macos-arm64

Version: 1.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/19s] 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) > library(quarto) > > test_check("quarto") [ FAIL 2 | WARN 0 | SKIP 94 | PASS 259 ] ══ Skipped tests (94) ══════════════════════════════════════════════════════════ • On CRAN (55): 'test-blog.R:73:3', 'test-convert-bookdown.R:6:3', 'test-convert-bookdown.R:27:3', 'test-convert-bookdown.R:40:3', 'test-convert-bookdown.R:66:3', 'test-convert-bookdown.R:82:3', 'test-convert-bookdown.R:95:3', 'test-convert-bookdown.R:118:3', 'test-convert-bookdown.R:144:3', 'test-convert-bookdown.R:167:3', 'test-convert-bookdown.R:194:3', 'test-convert-bookdown.R:225:3', 'test-convert-bookdown.R:253:3', 'test-list.R:3:3', 'test-metadata.R:47:3', 'test-metadata.R:58:3', 'test-metadata.R:71:3', 'test-metadata.R:91:3', 'test-metadata.R:117:3', 'test-quarto.R:42:3', 'test-render.R:72:3', 'test-spin.R:28:3', 'test-spin.R:36:3', 'test-spin.R:91:3', 'test-spin.R:104:3', 'test-spin.R:124:3', 'test-spin.R:141:3', 'test-spin.R:158:3', 'test-spin.R:165:3', 'test-theme.R:2:1', 'test-utils-extract.R:2:3', 'test-utils-extract.R:11:3', 'test-utils-prompt.R:3:3', 'test-utils-prompt.R:28:3', 'test-utils-prompt.R:35:3', 'test-utils-prompt.R:53:3', 'test-utils-prompt.R:63:3', 'test-utils-prompt.R:70:3', 'test-utils-prompt.R:88:3', 'test-utils-prompt.R:98:3', 'test-utils-versions.R:16:3', 'test-utils-versions.R:32:3', 'test-utils-versions.R:70:3', 'test-utils-versions.R:85:3', 'test-utils-vignettes.R:2:3', 'test-utils.R:2:3', 'test-utils.R:19:3', 'test-utils.R:29:3', 'test-utils.R:43:3', 'test-utils.R:53:3', 'test-utils.R:77:3', 'test-utils.R:85:3', 'test-utils.R:92:3', 'test-utils.R:114:3', 'test-utils.R:237:3' • Quarto is not available (37): 'test-add.R:2:3', 'test-blog.R:2:3', 'test-create.R:2:3', 'test-create.R:14:3', 'test-create.R:27:3', 'test-create.R:41:3', 'test-create.R:62:3', 'test-inspect.R:2:3', 'test-inspect.R:12:3', 'test-inspect.R:20:3', 'test-parameters.R:2:3', 'test-parameters.R:36:3', 'test-parameters.R:53:3', 'test-quarto.R:2:3', 'test-quarto.R:8:3', 'test-quarto.R:18:3', 'test-quarto.R:64:3', 'test-quarto.R:116:3', 'test-remove.R:2:3', 'test-render.R:2:3', 'test-render.R:8:3', 'test-render.R:15:3', 'test-render.R:27:3', 'test-render.R:41:3', 'test-render.R:56:3', 'test-render.R:104:3', 'test-update.R:2:3', 'test-use.R:2:3', 'test-use.R:13:3', 'test-use.R:31:3', 'test-utils-extract.R:21:3', 'test-utils-extract.R:91:3', 'test-utils-extract.R:100:3', 'test-utils-extract.R:109:3', 'test-utils-projects.R:52:3', 'test-utils-projects.R:169:3', 'test-utils-projects.R:210:3' • quarto-preview test only works interactively (2): 'test-preview.R:2:3', 'test-preview.R:26:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils-extract.R:52:3'): qmd_to_r_script() comment cells with eval = TRUE ── Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─quarto::qmd_to_r_script(resources_path("purl-r.qmd"), script = r_script) at test-utils-extract.R:52:3 2. └─quarto::quarto_inspect(qmd) 3. └─quarto:::find_quarto() 4. └─cli::cli_abort(quarto_not_found_msg) 5. └─rlang::abort(...) ── Error ('test-utils-extract.R:72:3'): qmd_to_r_script() ignore cells with purl = FALSE ── Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─quarto::qmd_to_r_script(resources_path("purl-r.qmd"), script = r_script) at test-utils-extract.R:72:3 2. └─quarto::quarto_inspect(qmd) 3. └─quarto:::find_quarto() 4. └─cli::cli_abort(quarto_not_found_msg) 5. └─rlang::abort(...) [ FAIL 2 | WARN 0 | SKIP 94 | PASS 259 ] Deleting unused snapshots: • render/metadata-file.test.out • render/metadata-merged.test.out • render/metadata.test.out • utils-extract/purl.R • utils-extract/purl.md Error: Test failures Execution halted Flavor: r-release-macos-x86_64

Version: 1.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/5s] 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) > library(quarto) > > test_check("quarto") [ FAIL 2 | WARN 0 | SKIP 94 | PASS 259 ] ══ Skipped tests (94) ══════════════════════════════════════════════════════════ • On CRAN (55): 'test-blog.R:73:3', 'test-convert-bookdown.R:6:3', 'test-convert-bookdown.R:27:3', 'test-convert-bookdown.R:40:3', 'test-convert-bookdown.R:66:3', 'test-convert-bookdown.R:82:3', 'test-convert-bookdown.R:95:3', 'test-convert-bookdown.R:118:3', 'test-convert-bookdown.R:144:3', 'test-convert-bookdown.R:167:3', 'test-convert-bookdown.R:194:3', 'test-convert-bookdown.R:225:3', 'test-convert-bookdown.R:253:3', 'test-list.R:3:3', 'test-metadata.R:47:3', 'test-metadata.R:58:3', 'test-metadata.R:71:3', 'test-metadata.R:91:3', 'test-metadata.R:117:3', 'test-quarto.R:42:3', 'test-render.R:72:3', 'test-spin.R:28:3', 'test-spin.R:36:3', 'test-spin.R:91:3', 'test-spin.R:104:3', 'test-spin.R:124:3', 'test-spin.R:141:3', 'test-spin.R:158:3', 'test-spin.R:165:3', 'test-theme.R:2:1', 'test-utils-extract.R:2:3', 'test-utils-extract.R:11:3', 'test-utils-prompt.R:3:3', 'test-utils-prompt.R:28:3', 'test-utils-prompt.R:35:3', 'test-utils-prompt.R:53:3', 'test-utils-prompt.R:63:3', 'test-utils-prompt.R:70:3', 'test-utils-prompt.R:88:3', 'test-utils-prompt.R:98:3', 'test-utils-versions.R:16:3', 'test-utils-versions.R:32:3', 'test-utils-versions.R:70:3', 'test-utils-versions.R:85:3', 'test-utils-vignettes.R:2:3', 'test-utils.R:2:3', 'test-utils.R:19:3', 'test-utils.R:29:3', 'test-utils.R:43:3', 'test-utils.R:53:3', 'test-utils.R:77:3', 'test-utils.R:85:3', 'test-utils.R:92:3', 'test-utils.R:114:3', 'test-utils.R:237:3' • Quarto is not available (37): 'test-add.R:2:3', 'test-blog.R:2:3', 'test-create.R:2:3', 'test-create.R:14:3', 'test-create.R:27:3', 'test-create.R:41:3', 'test-create.R:62:3', 'test-inspect.R:2:3', 'test-inspect.R:12:3', 'test-inspect.R:20:3', 'test-parameters.R:2:3', 'test-parameters.R:36:3', 'test-parameters.R:53:3', 'test-quarto.R:2:3', 'test-quarto.R:8:3', 'test-quarto.R:18:3', 'test-quarto.R:64:3', 'test-quarto.R:116:3', 'test-remove.R:2:3', 'test-render.R:2:3', 'test-render.R:8:3', 'test-render.R:15:3', 'test-render.R:27:3', 'test-render.R:41:3', 'test-render.R:56:3', 'test-render.R:104:3', 'test-update.R:2:3', 'test-use.R:2:3', 'test-use.R:13:3', 'test-use.R:31:3', 'test-utils-extract.R:21:3', 'test-utils-extract.R:91:3', 'test-utils-extract.R:100:3', 'test-utils-extract.R:109:3', 'test-utils-projects.R:52:3', 'test-utils-projects.R:169:3', 'test-utils-projects.R:210:3' • quarto-preview test only works interactively (2): 'test-preview.R:2:3', 'test-preview.R:26:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils-extract.R:52:3'): qmd_to_r_script() comment cells with eval = TRUE ── Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─quarto::qmd_to_r_script(resources_path("purl-r.qmd"), script = r_script) at test-utils-extract.R:52:3 2. └─quarto::quarto_inspect(qmd) 3. └─quarto:::find_quarto() 4. └─cli::cli_abort(quarto_not_found_msg) 5. └─rlang::abort(...) ── Error ('test-utils-extract.R:72:3'): qmd_to_r_script() ignore cells with purl = FALSE ── Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─quarto::qmd_to_r_script(resources_path("purl-r.qmd"), script = r_script) at test-utils-extract.R:72:3 2. └─quarto::quarto_inspect(qmd) 3. └─quarto:::find_quarto() 4. └─cli::cli_abort(quarto_not_found_msg) 5. └─rlang::abort(...) [ FAIL 2 | WARN 0 | SKIP 94 | PASS 259 ] Deleting unused snapshots: • render/metadata-file.test.out • render/metadata-merged.test.out • render/metadata.test.out • utils-extract/purl.R • utils-extract/purl.md Error: Test failures Execution halted Flavor: r-oldrel-macos-arm64

Version: 1.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/9s] 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) > library(quarto) > > test_check("quarto") [ FAIL 2 | WARN 0 | SKIP 94 | PASS 259 ] ══ Skipped tests (94) ══════════════════════════════════════════════════════════ • On CRAN (55): 'test-blog.R:73:3', 'test-convert-bookdown.R:6:3', 'test-convert-bookdown.R:27:3', 'test-convert-bookdown.R:40:3', 'test-convert-bookdown.R:66:3', 'test-convert-bookdown.R:82:3', 'test-convert-bookdown.R:95:3', 'test-convert-bookdown.R:118:3', 'test-convert-bookdown.R:144:3', 'test-convert-bookdown.R:167:3', 'test-convert-bookdown.R:194:3', 'test-convert-bookdown.R:225:3', 'test-convert-bookdown.R:253:3', 'test-list.R:3:3', 'test-metadata.R:47:3', 'test-metadata.R:58:3', 'test-metadata.R:71:3', 'test-metadata.R:91:3', 'test-metadata.R:117:3', 'test-quarto.R:42:3', 'test-render.R:72:3', 'test-spin.R:28:3', 'test-spin.R:36:3', 'test-spin.R:91:3', 'test-spin.R:104:3', 'test-spin.R:124:3', 'test-spin.R:141:3', 'test-spin.R:158:3', 'test-spin.R:165:3', 'test-theme.R:2:1', 'test-utils-extract.R:2:3', 'test-utils-extract.R:11:3', 'test-utils-prompt.R:3:3', 'test-utils-prompt.R:28:3', 'test-utils-prompt.R:35:3', 'test-utils-prompt.R:53:3', 'test-utils-prompt.R:63:3', 'test-utils-prompt.R:70:3', 'test-utils-prompt.R:88:3', 'test-utils-prompt.R:98:3', 'test-utils-versions.R:16:3', 'test-utils-versions.R:32:3', 'test-utils-versions.R:70:3', 'test-utils-versions.R:85:3', 'test-utils-vignettes.R:2:3', 'test-utils.R:2:3', 'test-utils.R:19:3', 'test-utils.R:29:3', 'test-utils.R:43:3', 'test-utils.R:53:3', 'test-utils.R:77:3', 'test-utils.R:85:3', 'test-utils.R:92:3', 'test-utils.R:114:3', 'test-utils.R:237:3' • Quarto is not available (37): 'test-add.R:2:3', 'test-blog.R:2:3', 'test-create.R:2:3', 'test-create.R:14:3', 'test-create.R:27:3', 'test-create.R:41:3', 'test-create.R:62:3', 'test-inspect.R:2:3', 'test-inspect.R:12:3', 'test-inspect.R:20:3', 'test-parameters.R:2:3', 'test-parameters.R:36:3', 'test-parameters.R:53:3', 'test-quarto.R:2:3', 'test-quarto.R:8:3', 'test-quarto.R:18:3', 'test-quarto.R:64:3', 'test-quarto.R:116:3', 'test-remove.R:2:3', 'test-render.R:2:3', 'test-render.R:8:3', 'test-render.R:15:3', 'test-render.R:27:3', 'test-render.R:41:3', 'test-render.R:56:3', 'test-render.R:104:3', 'test-update.R:2:3', 'test-use.R:2:3', 'test-use.R:13:3', 'test-use.R:31:3', 'test-utils-extract.R:21:3', 'test-utils-extract.R:91:3', 'test-utils-extract.R:100:3', 'test-utils-extract.R:109:3', 'test-utils-projects.R:52:3', 'test-utils-projects.R:169:3', 'test-utils-projects.R:210:3' • quarto-preview test only works interactively (2): 'test-preview.R:2:3', 'test-preview.R:26:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils-extract.R:52:3'): qmd_to_r_script() comment cells with eval = TRUE ── Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─quarto::qmd_to_r_script(resources_path("purl-r.qmd"), script = r_script) at test-utils-extract.R:52:3 2. └─quarto::quarto_inspect(qmd) 3. └─quarto:::find_quarto() 4. └─cli::cli_abort(quarto_not_found_msg) 5. └─rlang::abort(...) ── Error ('test-utils-extract.R:72:3'): qmd_to_r_script() ignore cells with purl = FALSE ── Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─quarto::qmd_to_r_script(resources_path("purl-r.qmd"), script = r_script) at test-utils-extract.R:72:3 2. └─quarto::quarto_inspect(qmd) 3. └─quarto:::find_quarto() 4. └─cli::cli_abort(quarto_not_found_msg) 5. └─rlang::abort(...) [ FAIL 2 | WARN 0 | SKIP 94 | PASS 259 ] Deleting unused snapshots: • render/metadata-file.test.out • render/metadata-merged.test.out • render/metadata.test.out • utils-extract/purl.R • utils-extract/purl.md Error: Test failures Execution halted Flavor: r-oldrel-macos-x86_64

Package revealjs

Current CRAN status: NOTE: 3, OK: 10

Version: 0.10.0
Check: installed package size
Result: NOTE installed size is 5.1Mb sub-directories of 1Mb or more: reveal.js-4.2.1 4.9Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package rticles

Current CRAN status: NOTE: 5, OK: 8

Version: 0.27
Check: DESCRIPTION meta-information
Result: NOTE Author field differs from that derived from Authors@R Author: ‘JJ Allaire [aut], Yihui Xie [aut] (<https://orcid.org/0000-0003-0645-5666>), Christophe Dervieux [aut, cre] (<https://orcid.org/0000-0003-4474-2498>), Posit Software, PBC [cph, fnd], R Foundation [aut, cph], Hadley Wickham [aut], Journal of Statistical Software [aut, cph], Ramnath Vaidyanathan [aut, cph], Association for Computing Machinery [aut, cph], Carl Boettiger [aut, cph], Elsevier [aut, cph], Karl Broman [aut, cph], Kirill Mueller [aut, cph], Bastiaan Quast [aut, cph], Randall Pruim [aut, cph], Ben Marwick [aut, cph], Charlotte Wickham [aut, cph], Oliver Keyes [aut, cph], Miao Yu [aut, cph], Daniel Emaasit [aut, cph], Thierry Onkelinx [aut, cph], Alessandro Gasparini [aut, cph] (<https://orcid.org/0000-0002-8319-7624>), Marc-Andre Desautels [aut, cph], Dominik Leutnant [aut, cph] (<https://orcid.org/0000-0003-3293-2315>), MDPI [aut, cph], Taylor and Francis [aut, cph], Oğuzhan Öğreden [aut] (<https://orcid.org/0000-0002-9949-3348>), Dalton Hance [aut], Daniel Nüst [aut, cph] (<https://orcid.org/0000-0002-0024-5046>), Petter Uvesten [aut, cph], Elio Campitelli [aut, cph] (<https://orcid.org/0000-0002-7742-9230>), John Muschelli [aut, cph] (<https://orcid.org/0000-0001-6469-1750>), Alex Hayes [aut] (<https://orcid.org/0000-0002-4985-5160>), Zhian N. Kamvar [aut, cph] (<https://orcid.org/0000-0003-1458-7108>), Noam Ross [aut, cph] (<https://orcid.org/0000-0002-2136-0000>), Robrecht Cannoodt [aut, cph] (<https://orcid.org/0000-0003-3641-729X>, rcannood), Duncan Luguern [aut], David M. Kaplan [aut, ctb] (<https://orcid.org/0000-0001-6087-359X>, dmkaplan2000), Sebastian Kreutzer [aut] (<https://orcid.org/0000-0002-0734-2199>), Shixiang Wang [aut, ctb] (<https://orcid.org/0000-0001-9855-7357>), Jay Hesselberth [aut, ctb] (<https://orcid.org/0000-0002-6299-179X>), Alfredo Hernández [ctb] (<https://orcid.org/0000-0002-2660-4545>), Stefano Coretta [ctb] (<https://orcid.org/0000-0001-9627-5532>, stefanocoretta), Greg Macfarlane [ctb] (gregmacfarlane), Matthias Templ [ctb] (<https://orcid.org/0000-0002-8638-5276>, matthias-da), Alvaro Uzaheta [ctb] (auzaheta), JooYoung Seo [ctb] (<https://orcid.org/0000-0002-4064-6012>), Callum Arnold [ctb] (arnold-c), Rob Hyndman [aut] (<https://orcid.org/0000-0002-2140-5352>), Dmytro Perepolkin [ctb] (<https://orcid.org/0000-0001-8558-6183>, dmi3kno), Tom Palmer [ctb] (<https://orcid.org/0000-0003-4655-4511>, remlapmot)’ Authors@R: ‘JJ Allaire [aut], Yihui Xie [aut] (ORCID: <https://orcid.org/0000-0003-0645-5666>), Christophe Dervieux [aut, cre] (ORCID: <https://orcid.org/0000-0003-4474-2498>), Posit Software, PBC [cph, fnd], R Foundation [aut, cph], Hadley Wickham [aut], Journal of Statistical Software [aut, cph], Ramnath Vaidyanathan [aut, cph], Association for Computing Machinery [aut, cph], Carl Boettiger [aut, cph], Elsevier [aut, cph], Karl Broman [aut, cph], Kirill Mueller [aut, cph], Bastiaan Quast [aut, cph], Randall Pruim [aut, cph], Ben Marwick [aut, cph], Charlotte Wickham [aut, cph], Oliver Keyes [aut, cph], Miao Yu [aut, cph], Daniel Emaasit [aut, cph], Thierry Onkelinx [aut, cph], Alessandro Gasparini [aut, cph] (ORCID: <https://orcid.org/0000-0002-8319-7624>), Marc-Andre Desautels [aut, cph], Dominik Leutnant [aut, cph] (ORCID: <https://orcid.org/0000-0003-3293-2315>), MDPI [aut, cph], Taylor and Francis [aut, cph], Oğuzhan Öğreden [aut] (ORCID: <https://orcid.org/0000-0002-9949-3348>), Dalton Hance [aut], Daniel Nüst [aut, cph] (ORCID: <https://orcid.org/0000-0002-0024-5046>), Petter Uvesten [aut, cph], Elio Campitelli [aut, cph] (ORCID: <https://orcid.org/0000-0002-7742-9230>), John Muschelli [aut, cph] (ORCID: <https://orcid.org/0000-0001-6469-1750>), Alex Hayes [aut] (ORCID: <https://orcid.org/0000-0002-4985-5160>), Zhian N. Kamvar [aut, cph] (ORCID: <https://orcid.org/0000-0003-1458-7108>), Noam Ross [aut, cph] (ORCID: <https://orcid.org/0000-0002-2136-0000>), Robrecht Cannoodt [aut, cph] (ORCID: <https://orcid.org/0000-0003-3641-729X>, github: rcannood), Duncan Luguern [aut], David M. Kaplan [aut, ctb] (ORCID: <https://orcid.org/0000-0001-6087-359X>, github: dmkaplan2000), Sebastian Kreutzer [aut] (ORCID: <https://orcid.org/0000-0002-0734-2199>), Shixiang Wang [aut, ctb] (ORCID: <https://orcid.org/0000-0001-9855-7357>), Jay Hesselberth [aut, ctb] (ORCID: <https://orcid.org/0000-0002-6299-179X>), Alfredo Hernández [ctb] (ORCID: <https://orcid.org/0000-0002-2660-4545>), Stefano Coretta [ctb] (ORCID: <https://orcid.org/0000-0001-9627-5532>, github: stefanocoretta), Greg Macfarlane [ctb] (github: gregmacfarlane), Matthias Templ [ctb] (ORCID: <https://orcid.org/0000-0002-8638-5276>, github: matthias-da), Alvaro Uzaheta [ctb] (github: auzaheta), JooYoung Seo [ctb] (ORCID: <https://orcid.org/0000-0002-4064-6012>), Callum Arnold [ctb] (github: arnold-c), Rob Hyndman [aut] (ORCID: <https://orcid.org/0000-0002-2140-5352>), Dmytro Perepolkin [ctb] (ORCID: <https://orcid.org/0000-0001-8558-6183>, github: dmi3kno), Tom Palmer [ctb] (ORCID: <https://orcid.org/0000-0003-4655-4511>, github: remlapmot)’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.27
Check: installed package size
Result: NOTE installed size is 11.4Mb sub-directories of 1Mb or more: rmarkdown 11.1Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.27
Check: for GNU extensions in Makefiles
Result: NOTE GNU make is a SystemRequirements. Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package tufte

Current CRAN status: NOTE: 3, OK: 10

Version: 0.13
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: tufte_handout.Rd: pdf_document, html_document Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64