CRAN Package Check Results for Package htmltools

Last updated on 2025-12-01 01:51:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.8.1 7.47 80.76 88.23 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.8.1 5.50 53.35 58.85 ERROR
r-devel-linux-x86_64-fedora-clang 0.5.8.1 17.00 114.46 131.46 ERROR
r-devel-linux-x86_64-fedora-gcc 0.5.8.1 14.00 98.84 112.84 ERROR
r-devel-windows-x86_64 0.5.8.1 15.00 97.00 112.00 NOTE
r-patched-linux-x86_64 0.5.8.1 7.59 73.51 81.10 ERROR
r-release-linux-x86_64 0.5.8.1 6.58 75.19 81.77 ERROR
r-release-macos-arm64 0.5.8.1 NOTE
r-release-macos-x86_64 0.5.8.1 6.00 60.00 66.00 NOTE
r-release-windows-x86_64 0.5.8.1 16.00 98.00 114.00 ERROR
r-oldrel-macos-arm64 0.5.8.1 OK
r-oldrel-macos-x86_64 0.5.8.1 5.00 51.00 56.00 OK
r-oldrel-windows-x86_64 0.5.8.1 16.00 125.00 141.00 ERROR

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-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64

Version: 0.5.8.1
Check: tests
Result: ERROR Running ‘test-all.R’ [37s/50s] 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: tests
Result: ERROR Running ‘test-all.R’ [21s/27s] 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-gcc

Version: 0.5.8.1
Check: tests
Result: ERROR Running ‘test-all.R’ [56s/73s] 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-fedora-clang

Version: 0.5.8.1
Check: tests
Result: ERROR Running ‘test-all.R’ [46s/59s] 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 6 | PASS 10198 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • 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' ══ 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 6 | PASS 10198 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

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’ [34s/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 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

Version: 0.5.8.1
Check: tests
Result: ERROR Running 'test-all.R' [37s] 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 Flavor: r-release-windows-x86_64

Version: 0.5.8.1
Check: tests
Result: ERROR Running 'test-all.R' [54s] 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 Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.