Last updated on 2025-12-20 11:50:21 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.3.0 | 9.13 | 77.40 | 86.53 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.3.0 | 5.74 | 56.82 | 62.56 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.3.0 | 15.00 | 121.90 | 136.90 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.3.0 | 15.00 | 134.87 | 149.87 | ERROR | |
| r-devel-windows-x86_64 | 2.3.0 | 11.00 | 115.00 | 126.00 | OK | |
| r-patched-linux-x86_64 | 2.3.0 | 10.22 | 69.92 | 80.14 | OK | |
| r-release-linux-x86_64 | 2.3.0 | 8.43 | 68.87 | 77.30 | OK | |
| r-release-macos-arm64 | 2.3.0 | OK | ||||
| r-release-macos-x86_64 | 2.3.0 | 6.00 | 117.00 | 123.00 | OK | |
| r-release-windows-x86_64 | 2.3.0 | 11.00 | 102.00 | 113.00 | OK | |
| r-oldrel-macos-arm64 | 2.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.3.0 | 6.00 | 122.00 | 128.00 | OK | |
| r-oldrel-windows-x86_64 | 2.3.0 | 14.00 | 121.00 | 135.00 | OK |
Version: 2.3.0
Check: examples
Result: ERROR
Running examples in ‘fhircrackr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fhir_rm_div
> ### Title: Remove html elements
> ### Aliases: fhir_rm_div
>
> ### ** Examples
>
>
> #Example 1: Remove div tags from xmls in a character vector
> string <- c("Hallo<div>Please<p>Remove Me</p></div> World!",
+ "A<div><div><p>B</p></div>C</div>D")
>
> fhir_rm_div(x = string)
Error in `[.data.table`(tags, , `:=`(text, substr(x, start, end)), by = start) :
attempt access index 5/5 in VECTOR_ELT
Calls: fhir_rm_div ... sapply -> lapply -> FUN -> FUN -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.3.0
Check: examples
Result: ERROR
Running examples in ‘fhircrackr-Ex.R’ failed
The error most likely occurred in:
> ### Name: fhir_rm_div
> ### Title: Remove html elements
> ### Aliases: fhir_rm_div
>
> ### ** Examples
>
>
> #Example 1: Remove div tags from xmls in a character vector
> string <- c("Hallo<div>Please<p>Remove Me</p></div> World!",
+ "A<div><div><p>B</p></div>C</div>D")
>
> fhir_rm_div(x = string)
Error in `[.data.table`(tags, , `:=`(text, substr(x, start, end)), by = start) :
attempt access index 5/5 in VECTOR_ELT
Calls: fhir_rm_div ... sapply -> lapply -> FUN -> FUN -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc