Last updated on 2025-12-26 17:49:11 CET.
| Package | ERROR | OK |
|---|---|---|
| fhircrackr | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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
Flavor: r-devel-windows-x86_64