- using R Under development (unstable) (2026-03-09 r89583 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.3.0
GNU Fortran (GCC) 14.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
* current time: 2026-03-10 13:32:53 UTC
- checking for file 'wikilake/DESCRIPTION' ... OK
- this is package 'wikilake' version '0.7.0'
- 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 'wikilake' can be installed ... OK
See the install log for details.
- 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 code 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 ... [1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [2s] 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 ... [5s] OK
- checking Rd files ... [1s] NOTE
checkRd: (-1) milakes.Rd:10: Lost braces in \itemize; meant \describe ?
checkRd: (-1) milakes.Rd:11: Lost braces in \itemize; meant \describe ?
checkRd: (-1) milakes.Rd:12: Lost braces in \itemize; meant \describe ?
checkRd: (-1) milakes.Rd:13: Lost braces in \itemize; meant \describe ?
checkRd: (-1) milakes.Rd:14: Lost braces in \itemize; meant \describe ?
checkRd: (-1) milakes.Rd:15: Lost braces in \itemize; meant \describe ?
checkRd: (-1) milakes.Rd:16: Lost braces in \itemize; meant \describe ?
checkRd: (-1) milakes.Rd:17: Lost braces in \itemize; meant \describe ?
checkRd: (-1) milakes.Rd:18: Lost braces in \itemize; meant \describe ?
checkRd: (-1) milakes.Rd:19: Lost braces in \itemize; meant \describe ?
checkRd: (-1) milakes.Rd:20: Lost braces in \itemize; meant \describe ?
checkRd: (-1) milakes.Rd:21: Lost braces in \itemize; meant \describe ?
checkRd: (-1) milakes.Rd:22: Lost braces in \itemize; meant \describe ?
- 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 installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [3s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [12s] ERROR
Running 'testthat.R' [12s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(wikilake)
Loading required package: maps
>
> test_check("wikilake")
Saving _problems/test-lake_wiki-37.R
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 0 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-lake_wiki.R:4:3', 'test-lake_wiki.R:18:3',
'test-lake_wiki.R:27:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-lake_wiki.R:34:3'): lake_wiki fails well when there is no infobox ──
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [en.wikipedia.org]:
Connection timed out after 10013 milliseconds
Backtrace:
▆
1. ├─testthat::expect_s3_class(...) at test-lake_wiki.R:34:3
2. │ └─testthat::quasi_label(enquo(object))
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─wikilake::lake_wiki(c("Elk River Chain of Lakes Watershed", "Lake Mendota"))
5. │ └─base::lapply(lake_name, function(x) .lake_wiki(x, map = map))
6. │ └─wikilake (local) FUN(X[[i]], ...)
7. │ └─wikilake (local) .lake_wiki(x, map = map)
8. │ └─wikilake:::get_lake_wiki(lake_name)
9. │ └─WikipediR::page_info("en", "wikipedia", page = lake_name)
10. │ └─WikipediR::query(...)
11. │ └─httr::GET(...)
12. │ └─httr:::request_perform(req, hu$handle$handle)
13. │ ├─httr:::request_fetch(req$output, req$url, handle)
14. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
15. │ └─curl::curl_fetch_memory(url, handle = handle)
16. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 0 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [3s] OK
- checking PDF version of manual ... [20s] OK
- checking HTML version of manual ... [2s] OK
- DONE
Status: 1 ERROR, 1 NOTE