CRAN Package Check Results for Package GLMpack

Last updated on 2026-07-07 02:53:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 2.12 39.08 41.20 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.61 26.76 28.37 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 4.00 61.67 65.67 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.0 61.01 NOTE
r-devel-windows-x86_64 0.1.0 4.00 60.00 64.00 OK
r-patched-linux-x86_64 0.1.0 2.32 31.92 34.24 OK
r-release-linux-x86_64 0.1.0 2.09 32.40 34.49 OK
r-release-macos-arm64 0.1.0 1.00 12.00 13.00 OK
r-release-macos-x86_64 0.1.0 2.00 40.00 42.00 OK
r-release-windows-x86_64 0.1.0 4.00 57.00 61.00 OK
r-oldrel-macos-arm64 0.1.0 OK
r-oldrel-macos-x86_64 0.1.0 2.00 31.00 33.00 OK
r-oldrel-windows-x86_64 0.1.0 6.00 68.00 74.00 OK

Check Details

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘GLMpack-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: mexico > ### Title: Data on Mexico from the Mexican Family Life Survey > ### Aliases: mexico > ### Keywords: datasets > > ### ** Examples > > data(mexico) > attach(mexico) > > ## Table 7.3 > library(lme4) Loading required package: Matrix > cs <- function(x) scale(x,scale=TRUE,center=TRUE) # Function to re-scale > mexico.out <- glmer(MIGR ~ cs(NCRIME) + cs(SEV) + cs(PAST) + + cs(FUT) +cs(INC) + cs(AGE) + WAVE + + (1|SUBJECT), data=mexico, family=binomial("logit"), + glmerControl(optimizer="bobyqa", tolPwrss=5e-2, optCtrl = list(maxfun=10000))) Warning: Some predictor variables are on very different scales: consider rescaling. You may also use (g)lmerControl(autoscale = TRUE) to improve numerical stability. Error: Downdated VtV is not positive definite Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: dependencies in R code
Result: NOTE Namespaces in Imports field not imported from: ‘AER’ ‘MASS’ ‘Matrix’ ‘censReg’ ‘effects’ ‘foreign’ ‘lme4’ ‘lmtest’ ‘nnet’ ‘pBrackets’ ‘plm’ ‘pscl’ ‘sandwich’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc