CRAN Package Check Results for Package htmltools

Last updated on 2025-12-05 18:49:48 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.8.1 7.07 80.05 87.12 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.9 4.80 40.51 45.31 OK
r-devel-linux-x86_64-fedora-clang 0.5.9 14.00 118.50 132.50 OK
r-devel-linux-x86_64-fedora-gcc 0.5.9 22.00 111.53 133.53 OK
r-devel-windows-x86_64 0.5.8.1 13.00 104.00 117.00 ERROR
r-patched-linux-x86_64 0.5.8.1 7.57 72.99 80.56 ERROR
r-release-linux-x86_64 0.5.8.1 6.58 75.19 81.77 ERROR
r-release-macos-arm64 0.5.9 2.00 21.00 23.00 OK
r-release-macos-x86_64 0.5.9 14.00 86.00 100.00 OK
r-release-windows-x86_64 0.5.8.1 12.00 100.00 112.00 ERROR
r-oldrel-macos-arm64 0.5.9 2.00 26.00 28.00 OK
r-oldrel-macos-x86_64 0.5.9 11.00 93.00 104.00 OK
r-oldrel-windows-x86_64 0.5.9 19.00 133.00 152.00 OK

Check Details

Version: 0.5.8.1
Check: compiled code
Result: NOTE File ‘htmltools/libs/htmltools.so’: Found non-API calls to R: ‘SETLENGTH’, ‘SET_TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.5.8.1
Check: tests
Result: ERROR Running ‘test-all.R’ [38s/48s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > library(testthat) > library(htmltools) > > test_check("htmltools") Saving _problems/test-tag-query-128.R [ FAIL 1 | WARN 0 | SKIP 7 | PASS 10196 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • Chinese locale not available (2): 'test-tags.r:988:3', 'test-template.R:59:3' • On CRAN (4): 'test-print.R:54:3', 'test-tag-query.R:705:1', 'test-tags.r:25:1', 'test-tags.r:1067:1' • {knitr} is not installed (1): 'test-tags.r:1205:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tag-query.R:123:3'): tagQuery()$find() ───────────────────────── Error in `y$parent`: $ operator is invalid for atomic vectors Backtrace: ▆ 1. ├─testthat::expect_failure(...) at test-tag-query.R:123:3 2. │ └─testthat:::capture_success_failure(expr) 3. │ └─base::withCallingHandlers(...) 4. └─htmltools:::expect_equal_tags(x$selectedTags(), newX$selectedTags()) 5. └─htmltools (local) expect_equal_tags_(x, y) at ./helper-tags.R:25:3 6. └─base::Map(x, y, f = expect_equal_tags_) at ./helper-tags.R:16:7 7. └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE) 8. └─htmltools (local) `<fn>`(dots[[1L]][[1L]], dots[[2L]][[1L]]) 9. └─htmltools (local) expect_equal_tags_(x$children, y$children) at ./helper-tags.R:12:7 10. └─base::Map(x, y, f = expect_equal_tags_) at ./helper-tags.R:16:7 11. └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE) 12. └─htmltools (local) `<fn>`(dots[[1L]][[1L]], dots[[2L]][[1L]]) 13. └─testthat::expect_equal(y$parent, NULL) at ./helper-tags.R:8:7 14. └─testthat::quasi_label(enquo(object), label) 15. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 1 | WARN 0 | SKIP 7 | PASS 10196 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.5.8.1
Check: compiled code
Result: NOTE File 'htmltools/libs/x64/htmltools.dll': Found non-API calls to R: 'SETLENGTH', 'SET_TRUELENGTH' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual, and section 'Moving into C API compliance' for issues with the use of non-API entry points. Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.5.8.1
Check: tests
Result: ERROR Running 'test-all.R' [39s] Running the tests in 'tests/test-all.R' failed. Complete output: > library(testthat) > library(htmltools) > > test_check("htmltools") Saving _problems/test-tag-query-128.R [ FAIL 1 | WARN 2 | SKIP 5 | PASS 10207 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-print.R:54:3', 'test-tag-query.R:705:1', 'test-tags.r:25:1', 'test-tags.r:1067:1' • {knitr} is not installed (1): 'test-tags.r:1205:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tag-query.R:123:3'): tagQuery()$find() ───────────────────────── Error in `y$parent`: $ operator is invalid for atomic vectors Backtrace: ▆ 1. ├─testthat::expect_failure(...) at test-tag-query.R:123:3 2. │ └─testthat:::capture_success_failure(expr) 3. │ └─base::withCallingHandlers(...) 4. └─htmltools:::expect_equal_tags(x$selectedTags(), newX$selectedTags()) 5. └─htmltools (local) expect_equal_tags_(x, y) at ./helper-tags.R:25:3 6. └─base::Map(x, y, f = expect_equal_tags_) at ./helper-tags.R:16:7 7. └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE) 8. └─htmltools (local) `<fn>`(dots[[1L]][[1L]], dots[[2L]][[1L]]) 9. └─htmltools (local) expect_equal_tags_(x$children, y$children) at ./helper-tags.R:12:7 10. └─base::Map(x, y, f = expect_equal_tags_) at ./helper-tags.R:16:7 11. └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE) 12. └─htmltools (local) `<fn>`(dots[[1L]][[1L]], dots[[2L]][[1L]]) 13. └─testthat::expect_equal(y$parent, NULL) at ./helper-tags.R:8:7 14. └─testthat::quasi_label(enquo(object), label) 15. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 1 | WARN 2 | SKIP 5 | PASS 10207 ] Error: ! Test failures. Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.5.8.1
Check: tests
Result: ERROR Running ‘test-all.R’ [35s/44s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > library(testthat) > library(htmltools) > > test_check("htmltools") Saving _problems/test-tag-query-128.R [ FAIL 1 | WARN 0 | SKIP 7 | PASS 10196 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • Chinese locale not available (2): 'test-tags.r:988:3', 'test-template.R:59:3' • On CRAN (4): 'test-print.R:54:3', 'test-tag-query.R:705:1', 'test-tags.r:25:1', 'test-tags.r:1067:1' • {knitr} is not installed (1): 'test-tags.r:1205:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tag-query.R:123:3'): tagQuery()$find() ───────────────────────── Error in `y$parent`: $ operator is invalid for atomic vectors Backtrace: ▆ 1. ├─testthat::expect_failure(...) at test-tag-query.R:123:3 2. │ └─testthat:::capture_success_failure(expr) 3. │ └─base::withCallingHandlers(...) 4. └─htmltools:::expect_equal_tags(x$selectedTags(), newX$selectedTags()) 5. └─htmltools (local) expect_equal_tags_(x, y) at ./helper-tags.R:25:3 6. └─base::Map(x, y, f = expect_equal_tags_) at ./helper-tags.R:16:7 7. └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE) 8. └─htmltools (local) `<fn>`(dots[[1L]][[1L]], dots[[2L]][[1L]]) 9. └─htmltools (local) expect_equal_tags_(x$children, y$children) at ./helper-tags.R:12:7 10. └─base::Map(x, y, f = expect_equal_tags_) at ./helper-tags.R:16:7 11. └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE) 12. └─htmltools (local) `<fn>`(dots[[1L]][[1L]], dots[[2L]][[1L]]) 13. └─testthat::expect_equal(y$parent, NULL) at ./helper-tags.R:8:7 14. └─testthat::quasi_label(enquo(object), label) 15. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 1 | WARN 0 | SKIP 7 | PASS 10196 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64

Version: 0.5.8.1
Check: tests
Result: ERROR Running ‘test-all.R’ [36s/46s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > library(testthat) > library(htmltools) > > test_check("htmltools") Saving _problems/test-tag-query-128.R [ FAIL 1 | WARN 0 | SKIP 7 | PASS 10196 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • Chinese locale not available (2): 'test-tags.r:988:3', 'test-template.R:59:3' • On CRAN (4): 'test-print.R:54:3', 'test-tag-query.R:705:1', 'test-tags.r:25:1', 'test-tags.r:1067:1' • {knitr} is not installed (1): 'test-tags.r:1205:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tag-query.R:123:3'): tagQuery()$find() ───────────────────────── Error in `y$parent`: $ operator is invalid for atomic vectors Backtrace: ▆ 1. ├─testthat::expect_failure(...) at test-tag-query.R:123:3 2. │ └─testthat:::capture_success_failure(expr) 3. │ └─base::withCallingHandlers(...) 4. └─htmltools:::expect_equal_tags(x$selectedTags(), newX$selectedTags()) 5. └─htmltools (local) expect_equal_tags_(x, y) at ./helper-tags.R:25:3 6. └─base::Map(x, y, f = expect_equal_tags_) at ./helper-tags.R:16:7 7. └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE) 8. └─htmltools (local) `<fn>`(dots[[1L]][[1L]], dots[[2L]][[1L]]) 9. └─htmltools (local) expect_equal_tags_(x$children, y$children) at ./helper-tags.R:12:7 10. └─base::Map(x, y, f = expect_equal_tags_) at ./helper-tags.R:16:7 11. └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE) 12. └─htmltools (local) `<fn>`(dots[[1L]][[1L]], dots[[2L]][[1L]]) 13. └─testthat::expect_equal(y$parent, NULL) at ./helper-tags.R:8:7 14. └─testthat::quasi_label(enquo(object), label) 15. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 1 | WARN 0 | SKIP 7 | PASS 10196 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64