Package check result: NOTE Check: compiled code, Result: NOTE File ‘curl/libs/curl.so’: Found non-API call to R: ‘R_new_custom_connection’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Changes to worse in reverse depends: Package: AnnoProbe Check: examples New result: ERROR Running examples in ‘AnnoProbe-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: idmap > ### Title: Get Probe Annotation > ### Aliases: idmap > > ### ** Examples > > ids=idmap('GPL570',destdir=tempdir()) trying URL 'http://49.235.27.111/GEOmirror/GPL/GPL570_bioc.rda' Warning in download.file(paste0(up, down), dt, mode = "wb") : URL 'http://49.235.27.111/GEOmirror/GPL/GPL570_bioc.rda': Timeout of 60 seconds was reached Error in download.file(paste0(up, down), dt, mode = "wb") : cannot open URL 'http://49.235.27.111/GEOmirror/GPL/GPL570_bioc.rda' Calls: idmap -> download.file Execution halted