- using R version 4.4.3 (2025-02-28)
- using platform: aarch64-apple-darwin20
- R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 12.2.0
- running under: macOS Ventura 13.7.8
- using session charset: UTF-8
- checking for file ‘BAQM/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘BAQM’ version ‘0.1.4’
- 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 whether package ‘BAQM’ can be installed ... [1s/1s] OK
See the install log for details.
- 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 code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] 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 ... [1s/1s] OK
- checking Rd files ... [0s/0s] 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 ... [2s/3s] ERROR
Running examples in ‘BAQM-Ex.R’ failed
The error most likely occurred in:
> ### Name: sumry
> ### Title: Summary Descriptive Statistics for BAQM
> ### Aliases: sumry
>
> ### ** Examples
>
> sumry(penguins)
Error: object 'penguins' not found
Execution halted
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [2s/3s] ERROR
Running ‘testthat.R’ [2s/3s]
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(BAQM)
>
> test_check("BAQM")
Sepal.Length Sepal.Width Petal.Length Petal.Width Species
n.val 150 150 150 150 150
n.na 0 0 0 0 0
min 4.3 2 1 0.1 n.lvl : 3
Q1 5.1 2.7 1.6 0.2 setosa :50
median 5.8 3 4.35 1.3 versclr:50
mean 5.843 3.057 3.758 1.199 virginc:50
Q3 6.45 3.4 5.1 1.8
max 7.9 4.4 6.9 2.5
std.dev 0.8281 0.4359 1.765 0.7622
mpg cyl disp hp drat wt qsec vs am gear
n.val 32 32 32 32 32 32 32 32 32 32
n.na 0 0 0 0 0 0 0 0 0 0
min 10.4 4 71.1 52 2.76 1.513 14.5 n.lvl: 2 n.lvl: 2 3
Q1 15.2 4 120.7 95 3.08 2.542 16.88 0 :18 0 :19 3
median 19.2 6 196.3 123 3.695 3.325 17.71 1 :14 1 :13 4
mean 20.09 6.188 230.7 146.7 3.597 3.217 17.85 3.688
Q3 22.8 8 334 180 3.92 3.65 18.9 5
max 33.9 8 472 335 4.93 5.424 22.9 5
std.dev 6.027 1.786 123.9 68.56 0.5347 0.9785 1.787 0.7378
carb
n.val 32
n.na 0
min 1
Q1 1
median 2
mean 2.812
Q3 4
max 8
std.dev 1.615
n.val n.na min Q1 median mean Q3 max std.dev
V1 10 0 1 3 5.5 5.5 8 10 3.028
Ozone Solar.R Wind Temp Month Day
n.val 116 146 153 153 153 153
n.na 37 7 0 0 0 0
min 1 7 1.7 56 5 1
Q1 18 115 7.4 72 5 8
median 31.5 205 9.7 79 7 16
mean 42.13 185.9 9.958 77.88 6.993 15.8
Q3 63.5 259 12 85 8 24
max 168 334 20.7 97 9 31
std.dev 32.99 90.06 3.523 9.465 1.417 8.865
Saving _problems/test-sumry.default_snaps-31.R
[ FAIL 1 | WARN 0 | SKIP 14 | PASS 42 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• On CRAN (14): 'test-lm_plot.4way.R:18:1', 'test-lm_plot.ac.R:15:1',
'test-lm_plot.fit.R:15:1', 'test-lm_plot.infl.R:15:1',
'test-lm_plot.lev.R:15:1', 'test-lm_plot.qq.R:15:1',
'test-lm_plot.var.R:15:1', 'test-print.sumry.regsubsets.R:4:1',
'test-print.sumry.regsubsets.R:11:1', 'test-sumry.default_snaps.R:4:1',
'test-sumry.default_snaps.R:53:1', 'test-sumry.lm.R:4:1',
'test-sumry.lm.R:9:1', 'test-sumry.lm.R:14:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-sumry.default_snaps.R:31:3'): Check printed results: penguins mixed types, and transpose ──
Error: object 'penguins' not found
Backtrace:
▆
1. └─BAQM::sumry(penguins, pad = 1, transpose = TRUE)
[ FAIL 1 | WARN 0 | SKIP 14 | PASS 42 ]
Error:
! Test failures.
Execution halted
- checking PDF version of manual ... [2s/2s] OK
- DONE
Status: 2 ERRORs
- using check arguments '--no-clean-on-error '