- using R Under development (unstable) (2026-08-31 r90457 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-09-01 22:23:37 UTC
- checking for file 'sageR/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'sageR' version '0.7.0'
- 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 'sageR' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... 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 ... [2s] OK
- checking whether the package can be loaded with stated dependencies ... [1s] OK
- checking whether the package can be unloaded cleanly ... [2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [2s] OK
- checking whether the namespace can be unloaded cleanly ... [2s] OK
- checking loading without being on the library search path ... [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 ... [7s] OK
- checking Rd files ... [1s] 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 contents of 'data' directory ... OK
- checking data for non-ASCII characters ... [1s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [3s] ERROR
Running examples in 'sageR-Ex.R' failed
The error most likely occurred in:
> ### Name: air_pollution
> ### Title: Air pollution data
> ### Aliases: air_pollution
> ### Keywords: datasets
>
> ### ** Examples
>
>
> data(air_pollution)
> str(air_pollution)
'data.frame': 50 obs. of 15 variables:
$ CITY : Factor w/ 49 levels "AUGUSTA","AUSTIN",..: 38 25 27 26 23 15 14 39 45 21 ...
$ TMR : int 1096 789 1072 1199 967 950 841 1113 1031 845 ...
$ SMIN : int 30 29 88 155 60 31 2 50 67 18 ...
$ SMEAN : int 163 70 123 229 70 88 61 94 86 34 ...
$ SMAX : int 349 161 245 340 137 188 188 186 309 198 ...
$ PMIN : int 56 27 70 63 56 61 54 34 52 45 ...
$ PMEAN : int 119 74 166 147 122 183 126 120 104 119 ...
$ PMAX : int 223 124 452 253 219 329 229 242 193 304 ...
$ PM2 : num 116.1 21.3 15.8 1357.2 18.1 ...
$ PERWH : num 97.9 60 98.7 93.1 97 95.9 95.8 98.2 90.5 92.5 ...
$ NONPOOR: num 83.9 69.1 73.3 87.3 73.2 87.1 86.9 86.1 86.1 78.5 ...
$ GE65 : int 109 64 103 103 93 97 82 112 98 81 ...
$ LPOP : num 5.86 5.27 5.45 5.79 5.41 ...
$ l_pm2 : num 4.75 3.06 2.76 7.21 2.9 ...
$ l_pmax : num 5.41 4.82 6.11 5.53 5.39 ...
> library(ggplot2)
> library(GGally)
Error: package or namespace load failed for 'GGally':
object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Execution halted
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [4s] OK
Running 'testthat.R' [3s]
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [3s] OK
- checking PDF version of manual ... [20s] OK
- checking HTML version of manual ... [3s] OK
- DONE
Status: 1 ERROR