Last updated on 2025-12-21 10:49:14 CET.
| Package | ERROR | OK |
|---|---|---|
| fhircrackr | 4 | 9 |
Current CRAN status: ERROR: 4, OK: 9
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