CRAN Package Check Results for Package MuMIn

Last updated on 2026-09-08 17:50:29 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.48.19 14.73 152.84 167.57 ERROR
r-devel-linux-x86_64-debian-gcc 1.48.19 11.89 110.75 122.64 ERROR
r-devel-linux-x86_64-fedora-clang 1.48.19 11.00 96.73 107.73 OK
r-devel-linux-x86_64-fedora-gcc 1.48.19 11.00 91.71 102.71 OK
r-devel-windows-x86_64 1.48.19 17.00 168.00 185.00 ERROR
r-patched-linux-x86_64 1.48.19 16.87 148.51 165.38 OK
r-release-linux-x86_64 1.48.19 13.84 151.78 165.62 OK
r-release-macos-arm64 1.48.19 4.00 42.00 46.00 OK
r-release-macos-x86_64 1.48.19 11.00 275.00 286.00 OK
r-release-windows-x86_64 1.48.19 17.00 175.00 192.00 OK
r-oldrel-macos-arm64 1.48.19 4.00 41.00 45.00 OK
r-oldrel-macos-x86_64 1.48.19 10.00 121.00 131.00 OK
r-oldrel-windows-x86_64 1.48.19 23.00 219.00 242.00 OK

Check Details

Version: 1.48.19
Check: examples
Result: ERROR Running examples in ‘MuMIn-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: std.coef > ### Title: Standardized model coefficients > ### Aliases: std.coef beta.weights partial.sd > ### Keywords: models > > ### ** Examples > > > # Fit model to original data: > fm <- lm(y ~ x1 + x2 + x3 + x4, data = GPA) > > # Partial SD for the default formula: y ~ x1 + x2 + x3 + x4 > psd <- partial.sd(lm(data = GPA))[-1] # remove first element for intercept Error in (function (cond) : error in evaluating the argument 'object' in selecting a method for function 'coef': argument "formula" is missing, with no default Calls: partial.sd -> coef -> lm -> <Anonymous> Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.48.19
Check: examples
Result: ERROR Running examples in 'MuMIn-Ex.R' failed The error most likely occurred in: > ### Name: std.coef > ### Title: Standardized model coefficients > ### Aliases: std.coef beta.weights partial.sd > ### Keywords: models > > ### ** Examples > > > # Fit model to original data: > fm <- lm(y ~ x1 + x2 + x3 + x4, data = GPA) > > # Partial SD for the default formula: y ~ x1 + x2 + x3 + x4 > psd <- partial.sd(lm(data = GPA))[-1] # remove first element for intercept Error in (function (cond) : error in evaluating the argument 'object' in selecting a method for function 'coef': argument "formula" is missing, with no default Calls: partial.sd -> coef -> lm -> <Anonymous> Execution halted Flavor: r-devel-windows-x86_64