Last updated on 2025-11-15 09:48:49 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.8.1 | 7.16 | 75.49 | 82.65 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.5.8.1 | 5.06 | 53.05 | 58.11 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.5.8.1 | 15.00 | 115.70 | 130.70 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.8.1 | 28.00 | 106.59 | 134.59 | 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 | 6.70 | 72.94 | 79.64 | NOTE | |
| r-release-linux-x86_64 | 0.5.8.1 | 7.07 | 72.25 | 79.32 | NOTE | |
| r-release-macos-arm64 | 0.5.8.1 | 4.00 | 34.00 | 38.00 | 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 | 14.00 | 99.00 | 113.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.5.8.1 | 4.00 | 31.00 | 35.00 | 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 | 17.00 | 123.00 | 140.00 | OK |
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’ [22s/28s]
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/66s]
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’ [58s/149s]
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