CRAN Package Check Results for Package nycOpenData

Last updated on 2026-01-22 00:51:47 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 2.13 29.27 31.40 OK
r-devel-linux-x86_64-debian-gcc 0.1.4 1.73 21.14 22.87 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.3 3.00 43.38 46.38 OK
r-devel-linux-x86_64-fedora-gcc 0.1.4 43.44 OK
r-devel-windows-x86_64 0.1.3 4.00 62.00 66.00 OK
r-patched-linux-x86_64 0.1.3 2.75 23.36 26.11 ERROR
r-release-linux-x86_64 0.1.3 2.23 24.90 27.13 OK
r-release-macos-arm64 0.1.4 1.00 12.00 13.00 OK
r-release-macos-x86_64 0.1.4 2.00 34.00 36.00 OK
r-release-windows-x86_64 0.1.3 4.00 62.00 66.00 OK
r-oldrel-macos-arm64 0.1.4 1.00 15.00 16.00 OK
r-oldrel-macos-x86_64 0.1.4 2.00 60.00 62.00 OK
r-oldrel-windows-x86_64 0.1.3 5.00 70.00 75.00 OK

Check Details

Version: 0.1.4
Check: examples
Result: ERROR Running examples in ‘nycOpenData-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: nyc_school_discharge_report_2015_2018 > ### Title: 2015-2018 School Closure Discharge Reporting > ### Aliases: nyc_school_discharge_report_2015_2018 > > ### ** Examples > > # Quick example (fetch 10 rows) > small_sample <- nyc_school_discharge_report_2015_2018(limit = 10) Error in nyc_school_discharge_report_2015_2018(limit = 10) : Internal Server Error (HTTP 500). Calls: nyc_school_discharge_report_2015_2018 -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.3
Check: examples
Result: ERROR Running examples in ‘nycOpenData-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: nyc_cause_of_death > ### Title: New York City Leading Causes of Death > ### Aliases: nyc_cause_of_death > > ### ** Examples > > # Quick example (fetch 10 rows) > small_sample <- nyc_cause_of_death(limit = 10) Error in nyc_cause_of_death(limit = 10) : Internal Server Error (HTTP 500). Calls: nyc_cause_of_death -> <Anonymous> Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed nyc_borough_community_report 0.051 0.007 42.534 Flavor: r-patched-linux-x86_64