* using log directory 'd:/Rcompile/CRANpkg/local/4.3/argoFloats.Rcheck' * using R version 4.3.3 (2024-02-29 ucrt) * using platform: x86_64-w64-mingw32 (64-bit) * R was compiled by gcc.exe (GCC) 12.3.0 GNU Fortran (GCC) 12.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'argoFloats/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'argoFloats' version '1.0.7' * 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 'argoFloats' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [2s] OK * checking whether the package can be loaded with stated dependencies ... [2s] OK * checking whether the package can be unloaded cleanly ... [2s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [2s] OK * checking loading without being on the library search path ... [2s] 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 ... [17s] 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 ... [2s] OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [15s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [75s] ERROR Running 'testthat.R' [75s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(argoFloats) > > test_check("argoFloats") Error in curl::curl_download(url = url[iurl], destfile = destfileTemp, : Timeout was reached: [] Failed to connect to data-argo.ifremer.fr port 443 after 10008 ms: Timeout was reached Error in curl::curl_download(url = url[iurl], destfile = destfileTemp, : Timeout was reached: [] Failed to connect to usgodae.org port 21 after 10012 ms: Timeout was reached [ FAIL 2 | WARN 0 | SKIP 3 | PASS 183 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test_download.R:38:15', 'test_download.R:90:15' • hasArgoTestCache() is not TRUE (1): 'test_subset.R:84:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_download.R:10:15'): getIndex() ───────────────────────────────── Error in `getIndex(filename = "argo_bio-profile_index.txt.gz", quiet = TRUE, destdir = tempFile)`: could not download index from these servers: 'https://data-argo.ifremer.fr/argo_bio-profile_index.txt.gz' 'ftp://usgodae.org/pub/outgoing/argo/argo_bio-profile_index.txt.gz' Backtrace: ▆ 1. ├─testthat::expect_silent(...) at test_download.R:10:15 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─argoFloats::getIndex(...) ── Failure ('test_download.R:23:15'): getProfiles() ──────────────────────────── p[["cycle"]] not equal to c("124", "125", "126"). 3/3 mismatches x[1]: NA y[1]: "124" x[2]: NA y[2]: "125" x[3]: NA y[3]: "126" [ FAIL 2 | WARN 0 | SKIP 3 | PASS 183 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [14s] OK * checking PDF version of manual ... [19s] OK * checking HTML version of manual ... [8s] OK * DONE Status: 1 ERROR