* using log directory 'd:/RCompile/CRANincoming/R-devel/hmer.Rcheck' * using R Under development (unstable) (2023-08-28 r85029 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 12.2.0 GNU Fortran (GCC) 12.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'hmer/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'hmer' version '1.5.5' * package encoding: UTF-8 * checking CRAN incoming feasibility ... [11s] Note_to_CRAN_maintainers Maintainer: 'Andrew Iskauskas ' * 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 'hmer' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... 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 ... 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 ... [31s] 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [43s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [206s] ERROR Running 'testthat.R' [206s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(hmer) > > test_check("hmer") [ FAIL 2 | WARN 1 | SKIP 24 | PASS 375 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-custom_functionality.R:16:3', 'test-em_building.R:190:3', 'test-em_building.R:210:3', 'test-implausibility.R:207:3', 'test-plotting.R:4:3', 'test-plotting.R:17:3', 'test-plotting.R:34:3', 'test-plotting.R:55:3', 'test-plotting.R:66:3', 'test-plotting.R:81:3', 'test-plotting.R:106:3', 'test-plotting.R:128:3', 'test-plotting.R:151:3', 'test-plotting.R:183:3', 'test-plotting.R:208:3', 'test-plotting.R:219:3', 'test-plotting.R:259:3', 'test-plotting.R:278:3', 'test-plotting.R:300:3', 'test-point_gen.R:5:3', 'test-point_gen.R:67:3', 'test-point_gen.R:91:3', 'test-point_gen.R:101:3', 'test-validation_diag.R:150:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-emulator.R:250:3'): Emulator with no variable dependence ───── c(fake_em$get_exp(fake_data), use.names = FALSE) (`actual`) not equal to c(fake_data$z) (`expected`). actual | expected [1] 3.9034 - 3.9103 [1] [2] -1.6533 - -1.6472 [2] [3] -4.6151 - -4.6110 [3] [4] 4.9030 - 4.9040 [4] [5] -3.0134 - -3.0158 [5] [6] 1.5199 - 1.5145 [6] [7] -0.5227 - -0.5299 [7] [8] 4.3185 - 4.3107 [8] [9] 1.7452 - 1.7380 [9] [10] -1.5815 - -1.5873 [10] ... ... ... and 90 more ... ── Failure ('test-emulator.R:255:3'): Emulator with no variable dependence ───── all(fake_em$get_cov(fake_data) < 1e-06) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 2 | WARN 1 | SKIP 24 | PASS 375 ] 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 ... OK * checking PDF version of manual ... [33s] OK * checking HTML version of manual ... [11s] OK * DONE Status: 1 ERROR