* using log directory 'd:/Rcompile/CRANpkg/local/4.5/lakefetch.Rcheck' * using R version 4.5.3 (2026-03-11 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 * checking for file 'lakefetch/DESCRIPTION' ... OK * this is package 'lakefetch' version '0.1.3' * 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 'lakefetch' 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 code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [3s] OK * checking whether the package can be loaded with stated dependencies ... [3s] OK * checking whether the package can be unloaded cleanly ... [3s] 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 whether startup messages can be suppressed ... [3s] 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 ... [11s] OK * checking Rd files ... [1s] 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [6s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [24s] ERROR Running 'testthat.R' [23s] Running the tests in 'tests/testthat.R' failed. Complete output: > # Run all testthat tests for lakefetch package > library(testthat) > library(lakefetch) lakefetch 0.1.3 loaded nhdplusTools available - NHD integration enabled > > test_check("lakefetch") Loaded 3 rows with columns: Site, latitude, longitude Using columns: Latitude = latitude, Longitude = longitude Final valid samples: 3 Loaded 1 rows with columns: Site, lat, lon Using columns: Latitude = lat, Longitude = lon Final valid samples: 1 Loaded 1 rows with columns: Site, Latitude, Longitude Using columns: Latitude = Latitude, Longitude = Longitude Final valid samples: 1 Loaded 1 rows with columns: Site, LAT, LONG Using columns: Latitude = LAT, Longitude = LONG Final valid samples: 1 Loaded 2 rows with columns: latitude, longitude Using columns: Latitude = latitude, Longitude = longitude No 'Site' column found, created generic names Final valid samples: 2 Loaded 4 rows with columns: Site, latitude, longitude Using columns: Latitude = latitude, Longitude = longitude Final valid samples: 1 Loaded 3 rows with columns: Site, latitude, longitude Using columns: Latitude = latitude, Longitude = longitude Final valid samples: 2 Loaded 2 rows with columns: Site, latitude, longitude, datetime Using columns: Latitude = latitude, Longitude = longitude Detected datetime column: datetime Final valid samples: 2 Loaded 2 rows with columns: Site, latitude, longitude, lake.name Using columns: Latitude = latitude, Longitude = longitude Preserved lake name column: lake.name Final valid samples: 2 Detected location from column 'lake.name': 2 lakes Loading data from: D:\temp\2026_03_31_01_50_00_22136\Rtmpi63C6T\file73d04b702081.csv Loaded 2 rows with columns: Site, latitude, longitude Using columns: Latitude = latitude, Longitude = longitude Final valid samples: 2 Location name from filename: file73d04b702081 Loaded 2 rows with columns: Site, x, y Loaded 2 rows with columns: sample_id, y_coord, x_coord Using columns: Latitude = y_coord, Longitude = x_coord No 'Site' column found, created generic names Final valid samples: 2 Loaded 2 rows with columns: sample_location, latitude, longitude Using columns: Latitude = latitude, Longitude = longitude Final valid samples: 2 Loaded 2 rows with columns: Site, latitude, longitude, reservoir Using columns: Latitude = latitude, Longitude = longitude Using specified lake name column: reservoir Final valid samples: 2 Detected location from column 'reservoir': 2 lakes Loaded 2 rows with columns: Site, latitude, longitude Loaded 2 rows with columns: Site, latitude, longitude Loaded 2 rows with columns: Site, latitude, longitude Using columns: Latitude = latitude, Longitude = longitude Loaded 2 rows with columns: Site, latitude, longitude Using columns: Latitude = latitude, Longitude = longitude Loaded 2 rows with columns: latitude, longitude, y_coord, x_coord Using columns: Latitude = y_coord, Longitude = x_coord No 'Site' column found, created generic names Final valid samples: 2 * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [5s] OK * checking PDF version of manual ... [20s] OK * checking HTML version of manual ... [4s] OK * DONE Status: 1 ERROR Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > # View the data > head(wisconsin_lakes) Site lake.name latitude longitude 1 Mendota_N Lake Mendota 43.1125 -89.4234 2 Mendota_S Lake Mendota 43.0756 -89.4012 3 Mendota_Deep Lake Mendota 43.0995 -89.4045 4 Monona_1 Lake Monona 43.0634 -89.3612 5 Monona_2 Lake Monona 43.0589 -89.3789 6 Geneva_E Geneva Lake 42.5912 -88.4312 > > # Use with lakefetch (requires internet connection) > > > > > ### *