- using R Under development (unstable) (2026-03-20 r89667 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-21 01:00:20 UTC
- 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
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 ... [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 ... [18s] ERROR
Running 'testthat.R' [18s]
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_21_01_50_00_30479\RtmpEDDbHY\file89a05ab53b9b.csv
Loaded 2 rows with columns: Site, latitude, longitude
Using columns: Latitude = latitude, Longitude = longitude
Final valid samples: 2
Location name from filename: file89a05ab53b9b
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 ... [4s] OK
- checking PDF version of manual ... [19s] OK
- checking HTML version of manual ... [4s] OK
- DONE
Status: 1 ERROR