* using log directory 'd:/Rcompile/CRANpkg/local/3.6/eflm.Rcheck' * using R version 3.6.3 (2020-02-29) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'eflm/DESCRIPTION' ... OK * this is package 'eflm' version '0.1' * 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 'eflm' can be installed ... OK * checking installed package size ... OK * checking package 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 ... [9s] OK * checking Rd files ... 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 examples ... [1s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [13s] ERROR Running 'testthat.R' [13s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(eflm) > > test_check("eflm") == Failed tests ================================================================ -- Failure (test-broom.R:12:3): functions in R/integration-broom.R return the same as glm -- bm1$p.value (`actual`) not equal to bm2$p.value (`expected`). `class(actual)` is absent `class(expected)` is a character vector ('factor') `levels(actual)` is absent `levels(expected)` is a character vector ('1.29e-10', '8.24e-19') `actual`: 0 0 `expected`: 2 1 -- Failure (test-broom.R:28:3): functions in R/integration-broom.R return the same as glm -- bm1$p.value (`actual`) not equal to bm2$p.value (`expected`). `class(actual)` is absent `class(expected)` is a character vector ('factor') `levels(actual)` is absent `levels(expected)` is a character vector ('1.29e-10', '8.24e-19') `actual`: 0 0 `expected`: 2 1 -- Failure (test-summary-eglm.R:25:3): gaussian summary is equivalent to glm --- em1$`Pr(>|t|)` (`actual`) not equal to em2$`Pr(>|t|)` (`expected`). `actual`: 0 0 `expected`: 2 1 -- Failure (test-summary-eglm.R:52:3): inverse.gaussian summary is equivalent to glm -- em1$`Pr(>|t|)` (`actual`) not equal to em2$`Pr(>|t|)` (`expected`). `actual`: 0 0 `expected`: 2 1 [ FAIL 4 | WARN 0 | SKIP 0 | PASS 717 ] Error: Test failures Execution halted * checking PDF version of manual ... OK * DONE Status: 1 ERROR