- using R Under development (unstable) (2025-02-28 r87840)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (Debian 14.2.0-16) 14.2.0
GNU Fortran (Debian 14.2.0-16) 14.2.0
- running under: Debian GNU/Linux trixie/sid
- using session charset: UTF-8
- checking for file ‘equatiomatic/DESCRIPTION’ ... OK
- this is package ‘equatiomatic’ version ‘0.3.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 executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘equatiomatic’ can be installed ... OK
See the install log for details.
- 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 code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] 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/10s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
renderEq.Rd: shiny
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
- 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/0s] 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 ... [1s/2s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [61s/47s] ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [60s/46s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(equatiomatic)
Attaching package: 'equatiomatic'
The following object is masked from 'package:datasets':
penguins
>
> test_check("equatiomatic")
Starting 2 test processes
[ FAIL 7 | WARN 0 | SKIP 56 | PASS 23 ]
══ Skipped tests (56) ══════════════════════════════════════════════════════════
• On CRAN (56): 'test-clm.R:10:3', 'test-clm.R:37:3', 'test-clm.R:75:3',
'test-clm.R:99:3', 'test-clm.R:125:3', 'test-fontsize.R:3:3',
'test-fontsize.R:10:3', 'test-fontsize.R:22:3', 'test-forecast-arima.R:15:3',
'test-forecast-arima.R:41:3', 'test-glm.R:92:3', 'test-glm.R:126:3',
'test-glm.R:149:3', 'test-glm.R:173:3', 'test-glm.R:191:3',
'test-glm.R:225:3', 'test-glm.R:267:3', 'test-lm.R:86:3', 'test-lm.R:94:3',
'test-lm.R:104:3', 'test-lm.R:128:3', 'test-lm.R:145:3',
'test-glmerMod.R:25:3', 'test-glmerMod.R:72:3', 'test-glmerMod.R:92:3',
'test-glmerMod.R:109:3', 'test-glmerMod.R:127:3', 'test-polr.R:9:3',
'test-polr.R:38:3', 'test-polr.R:75:3', 'test-polr.R:102:3',
'test-polr.R:125:3', 'test-se-subscripts.R:7:3', 'test-se-subscripts.R:36:3',
'test-se-subscripts.R:87:10', 'test-se-subscripts.R:135:3',
'test-se-subscripts.R:178:3', 'test-wrapping-formatting.R:5:3',
'test-wrapping-formatting.R:19:3', 'test-lmerMod.R:38:3',
'test-lmerMod.R:97:3', 'test-lmerMod.R:115:3', 'test-lmerMod.R:128:3',
'test-lmerMod.R:150:3', 'test-lmerMod.R:167:3', 'test-lmerMod.R:173:3',
'test-lmerMod.R:192:3', 'test-lmerMod.R:206:3', 'test-lmerMod.R:220:3',
'test-lmerMod.R:231:3', 'test-lmerMod.R:279:3', 'test-lmerMod.R:324:3',
'test-lmerMod.R:366:3', 'test-lmerMod.R:394:3', 'test-lmerMod.R:430:3',
'test-lmerMod.R:445:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-glm.R:2:3'): colorizing works ──────────────────────────────────
Error in `eval(predvars, data, env)`: object 'bill_length_mm' not found
Backtrace:
▆
1. ├─stats::model.frame(...)
2. └─stats::model.frame.default(...)
3. └─base::eval(predvars, data, env)
4. └─base::eval(predvars, data, env)
── Error ('test-lm.R:6:3'): Overlapping names don't result in an error ─────────
Error in `eval(predvars, data, env)`: object 'body_mass_g' not found
Backtrace:
▆
1. ├─stats::model.frame(...)
2. └─stats::model.frame.default(...)
3. └─base::eval(predvars, data, env)
4. └─base::eval(predvars, data, env)
── Error ('test-lm.R:15:3'): Dropping intercept notation works ─────────────────
Error in `eval(predvars, data, env)`: object 'bill_depth_mm' not found
Backtrace:
▆
1. ├─stats::model.frame(...)
2. └─stats::model.frame.default(...)
3. └─base::eval(predvars, data, env)
4. └─base::eval(predvars, data, env)
── Error ('test-lm.R:20:3'): colorizing works ──────────────────────────────────
Error in `eval(predvars, data, env)`: object 'bill_depth_mm' not found
Backtrace:
▆
1. ├─stats::model.frame(...)
2. └─stats::model.frame.default(...)
3. └─base::eval(predvars, data, env)
4. └─base::eval(predvars, data, env)
── Error ('test-lm.R:46:3'): Renaming Variables works ──────────────────────────
Error in `eval(predvars, data, env)`: object 'body_mass_g' not found
Backtrace:
▆
1. ├─stats::model.frame(...)
2. └─stats::model.frame.default(...)
3. └─base::eval(predvars, data, env)
4. └─base::eval(predvars, data, env)
── Error ('test-lm.R:66:3'): Math extraction works ─────────────────────────────
Error in `eval(predvars, data, env)`: object 'bill_length_mm' not found
Backtrace:
▆
1. ├─stats::model.frame(...)
2. └─stats::model.frame.default(...)
3. └─base::eval(predvars, data, env)
4. └─base::eval(predvars, data, env)
── Error ('test-lm.R:114:3'): Interactions work ────────────────────────────────
Error in `eval(predvars, data, env)`: object 'body_mass_g' not found
Backtrace:
▆
1. ├─stats::model.frame(...)
2. └─stats::model.frame.default(...)
3. └─base::eval(predvars, data, env)
4. └─base::eval(predvars, data, env)
[ FAIL 7 | WARN 0 | SKIP 56 | PASS 23 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [37s/52s] OK
- checking PDF version of manual ... [4s/5s] OK
- checking HTML version of manual ... [0s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR, 1 NOTE