Last updated on 2026-04-26 01:48:49 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.1 | 2.56 | 38.15 | 40.71 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.1 | 2.00 | 30.65 | 32.65 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.1 | 55.59 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 53.31 | OK | |||
| r-patched-linux-x86_64 | 0.0.1 | 2.95 | 32.29 | 35.24 | OK | |
| r-release-linux-x86_64 | 0.0.1 | 1.77 | 30.90 | 32.67 | ERROR | |
| r-release-macos-arm64 | 0.0.1 | 1.00 | 29.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 0.0.1 | 2.00 | 50.00 | 52.00 | OK | |
| r-release-windows-x86_64 | 0.0.1 | 6.00 | 73.00 | 79.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.1 | 1.00 | 13.00 | 14.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.1 | 2.00 | 57.00 | 59.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.1 | 6.00 | 65.00 | 71.00 | OK |
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘readmit-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64