Last updated on 2025-12-26 17:49:01 CET.
| Package | ERROR | OK |
|---|---|---|
| readmit | 1 | 11 |
Current CRAN status: ERROR: 1, OK: 11
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in 'readmit-Ex.R' failed
The error most likely occurred in:
> ### Name: pdc_read
> ### Title: Import datasets from the Provider Data Catalog (PDC)
> ### Aliases: pdc_read pdc_datasets pdc_topics
>
> ### ** Examples
>
> # 1. See list of available data topics
> pdc_topics()
[1] "Dialysis facilities"
[2] "Doctors and clinicians"
[3] "Home health services"
[4] "Hospice care"
[5] "Hospitals"
[6] "Inpatient rehabilitation facilities"
[7] "Long-term care hospitals"
[8] "Nursing homes including rehab services"
[9] "Physician office visit costs"
[10] "Supplier directory"
>
>
> # 2. See list of datasets available for a topic
> hospital_data <- pdc_datasets("Hospitals")
Error: Please install xml2 package
Execution halted
Flavor: r-release-windows-x86_64