* using log directory 'd:/RCompile/CRANincoming/R-devel/hoboR.Rcheck' * using R Under development (unstable) (2026-02-07 r89380 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-02-08 03:07:07 UTC * checking for file 'hoboR/DESCRIPTION' ... OK * this is package 'hoboR' version '1.0.10' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Ricardo I Alcala Briseno ' New submission Found the following (possibly) invalid URLs: URL: https://cran.r-project.org/bin/windows/Rtools/rtools45/files/rtools45-6536-6492.exe From: README.md Status: 404 Message: Not Found URL: https://cran.r-project.org/bin/windows/Rtools/rtools45/files/rtools45-aarch64-6536-6492.exe From: README.md Status: 404 Message: Not Found URL: https://github.com/LeBoldus_Lab/hoboR/issues From: README.md Status: 404 Message: Not Found The Title field should be in title case. Current version is: 'An R package to summarize and manipulate weather station data' In title case that is: 'An R Package to Summarize and Manipulate Weather Station Data' Size of tarball: 40321597 bytes * 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 'hoboR' can be installed ... OK * checking installed package size ... INFO installed size is 167.0Mb sub-directories of 1Mb or more: extdata 166.9Mb * checking package directory ... OK * checking for future file timestamps ... 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 ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... 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 ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... 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 examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [48s] ERROR Running 'testthat.R' [48s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(hoboR) Attaching package: 'hoboR' The following object is masked from 'package:utils': timestamp > > test_check("hoboR") Warning: Some of your HOBO's did not pass the test. HOBO's passed the test Warning: Some of your HOBO's did not pass the test. processed: 4 all entries cleaned: 1 duplicated entries total: 3 unique entries processed: 4 all entries cleaned: 1 duplicated entries total: 3 unique entries processed: 4 all entries cleaned: 1 duplicated entries total: 3 unique entries processed: 4 all entries cleaned: 1 duplicated entries total: 3 unique entries processed: 4 all entries cleaned: 1 duplicated entries total: 3 unique entries processed: 4 all entries cleaned: 1 duplicated entries total: 3 unique entries Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Saving _problems/test-hoborange-36.R Attaching package: 'lubridate' The following objects are masked from 'package:base': date, intersect, setdiff, union The max value for Temp is 100 - if uncertain, check for outliers or errors in your data. The max value for Humidity is 200 - if uncertain, check for outliers or errors in your data. The max value for Rain is 5000 - if uncertain, check for outliers or errors in your data. The max value for Temp is 114 - if uncertain, check for outliers or errors in your data. The max value for Temp is 100 - if uncertain, check for outliers or errors in your data. The max value for Humidity is 200 - if uncertain, check for outliers or errors in your data. The max value for Rain is 5000 - if uncertain, check for outliers or errors in your data. Detected sensor anomalies: - Temp (> 34): 1 - Rain (> 8): 2 Detected sensor anomalies: - Temp (> 34): 1 - Rain (> 8): 2 - Humidity (> NA): 0 Detected sensor anomalies: - Temp (< 16): 2 - Rain (< 5): 3 Detected sensor anomalies: - Temp (== 15): 1 - Rain (== 10): 1 Detected sensor anomalies: - Temp (> 34): 0 - Rain (> 8): 0 Detected sensor anomalies: - Temp (> 100): 0 - Rain (> 100): 0 [1] "No plot" [1] "No plot" [1] "No plot" [ FAIL 1 | WARN 0 | SKIP 0 | PASS 145 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-hoborange.R:36:3'): hoborange handles NA values correctly ────── Error in `hoborange(df_with_na, start = "1910-01-01 00:00", end = "1925-01-01 00:00", na.rm = TRUE)`: Provided dates are out of range Backtrace: ▆ 1. └─hoboR::hoborange(...) at test-hoborange.R:36:3 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 145 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [12s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 1 NOTE