* using log directory 'd:/Rcompile/CRANpkg/local/4.6/solaR2.Rcheck' * using R Under development (unstable) (2025-07-30 r88476 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'solaR2/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'solaR2' version '0.11' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'solaR2' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: 'meteoReaders.R' * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [12s] OK * checking Rd files ... [2s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... [0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [150s] ERROR Running examples in 'solaR2-Ex.R' failed The error most likely occurred in: > ### Name: A8_readSIAR > ### Title: Meteorological data from the SIAR network. > ### Aliases: readSIAR > ### Keywords: constructors > > ### ** Examples > > library("data.table") > ## Don't show: > setDTthreads(2) > ## End(Don't show) > library("httr2") > library("jsonlite") > > SIAR = readSIAR(Lon = -3.603, Lat = 40.033, + ## Aranjuez, Comunity of Madrid, Spain + inicio = '2023-01-01', + final = '2023-05-01', + tipo = 'Mensuales', n_est = 3) Error in `req_perform()`: ! HTTP 503 Service Unavailable. Backtrace: ▆ 1. └─solaR2::readSIAR(...) 2. └─solaR2:::siarGET(...) 3. └─httr2::req_perform(req) 4. └─httr2:::handle_resp(req, resp, error_call = error_call) 5. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call) 6. ├─rlang::catch_cnd(...) 7. │ ├─rlang::eval_bare(...) 8. │ ├─base::tryCatch(...) 9. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 10. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 11. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 12. │ └─base::force(expr) 13. └─rlang::abort(...) Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... [7s] OK Running 'testthat.R' [6s] * checking PDF version of manual ... [32s] OK * checking HTML version of manual ... [17s] OK * DONE Status: 1 ERROR, 1 NOTE